AN1105 STMicroelectronics, AN1105 Datasheet - Page 92

no-image

AN1105

Manufacturer Part Number
AN1105
Description
ST7 PCAN PERIPHERAL DRIVER
Manufacturer
STMicroelectronics
Datasheet

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
AN1105W-12-RR
Quantity:
13 804
Part Number:
AN1105W-22-RR
Manufacturer:
SANYO
Quantity:
8 570
Part Number:
AN1105W-TR
Manufacturer:
PANASONIC
Quantity:
27 995
Part Number:
AN1105W-TR
Manufacturer:
STANLEY
Quantity:
20 000
ST7 pCAN PERIPHERAL DRIVER
//////////////////////////////////////////////////////////
//Optional functions////////////////////////////////////
//////////////////////////////////////////////////////////
//All those functions are meant to be called by the interrupt routine
//so don’t auhorize ITs in this file, otherwise it could lead to undefined
behaviour
//of the application
CAN_Buffer* CAN_Request_Buffer(u16 ident_of_message)
{
//The application must supply here a buffer.
}
void CAN_Remote_Reception_Notification(u16 ident_of_remote)
{
//Application behaviour after reception of a remote frame
}
void CAN_Data_Reception_Notification(u16 message_ident)
{
//Application behaviour after reception of a data frame
}
void CAN_Transmission_Notification(void)
{
//Write your code here
}
void CAN_Dominant_Bit_Reception_Notification(void)
{
//Write your code here
}
#ifdef STATUS_CHANGE_NOTIFICATION
void CAN_Bus_Passive_Notification(void)
{
//To implement if defined
}
void CAN_Bus_Active_Notification(void)
{
92/100

Related parts for AN1105