137 #if (CAN_USE_INTERRUPTS_FULLCAN_RX == STD_ON)
138 uint8 Can_Interrupts_Disable(
void);
139 void Can_Interrupts_Enable(
uint8 previousState);
void Can_MainFunctionRead(void)
Runnable of Can module: cyclic call required when receive path operates in polling mode.
uint8 Can_ControllerReset(uint8 Channel)
trigger a specific CAN controller channel to re-init the hardware after bus-off
void Can_MainFunctionWrite(void)
Runnable of Can module.
void Can_Init(void)
Initialization of Can driver.
uint8 Can_Transmit(tComFrameHandle TxFrameHdl, const uint8 *DataPtr, uint8 Length)
Copy a data string and trigger transmission.
void Can_DeInit(void)
This function shall be called only during shutdown routine.
Type definitions for CAN.
uint16 tComFrameHandle
Definition: inc/com_types.h:49
uint8_t uint8
8 bit unsigned value
Definition: types.h:220