4.3.1 Functions
uint8_t CAN_PHY_ReceivedMessageCountGet (void)
Adaptor method that interfaces with the can method ReceivedMessageCountGet.
bool CAN_PHY_Receive (uint8_t *data, uint8_t *length)
Adaptor method that interfaces with the CAN/CAN-FD method Recieve.
bool CAN_PHY_Transmit (uint32_t messageId, bool isEid, uint8_t *data, uint8_t length)
Adaptor method that interfaces with the CAN/CAN-FD method Transmit.
enum CAN_PHY_TRANSMIT_STATUS CAN_PHY_TransmitStatusGet (void)
Adaptor method that interfaces with the CAN/CAN-FD method TransmitFIFOStatusGet.