void CanIf_ControllerModeIndication(uint8 ControllerId, Can_ControllerStateType ControllerMode)
Controller mode indication.
Definition CanIf.c:1127
void CanIf_ErrorNotification(uint8 ControllerId, Can_ErrorType CanError)
Signal the error notification of the CAN controller.
Definition CanIf.c:1206
void CanIf_ControllerErrorStatePassive(uint8 ControllerId, uint16 RxErrorCounter, uint16 TxErrorCounter)
Signal the error state of the CAN controller.
Definition CanIf.c:1170
void CanIf_TxConfirmation(PduIdType CanTxPduId)
Handles the transmit confirmation.
Definition CanIf.c:1015
void CanIf_RxIndication(const Can_HwType *Mailbox, const PduInfoType *PduInfoPtr)
Handles the received CAN frame.
Definition CanIf.c:1048
void CanIf_ControllerBusOff(uint8 ControllerId)
Handles the bus-off event.
Definition CanIf.c:1094
enum _Can_ErrorType Can_ErrorType
The enumeration represents a superset of CAN Error Types which typical CAN HW is able to report....
enum _Can_ControllerStateType Can_ControllerStateType
States that are used by the several ControllerMode functions.
struct _Can_HwType Can_HwType
This type defines a data structure which clearly provides an Hardware Object Handle including its cor...
uint8 PduIdType
This type is used within the entire AUTOSAR Com Stack except for bus drivers.
Definition ComStack_Types.h:28
This variables shall be used to store the basic information about a PDU.
Definition ComStack_Types.h:58