Home
last modified time | relevance | path

Searched defs:can_node (Results 1 – 2 of 2) sorted by relevance

/hal_infineon-latest/XMCLib/drivers/inc/
Dxmc_can.h873 __STATIC_INLINE void XMC_CAN_NODE_SetEventNodePointer(XMC_CAN_NODE_t *const can_node, in XMC_CAN_NODE_SetEventNodePointer()
941 __STATIC_INLINE void XMC_CAN_NODE_SetReceiveInput(XMC_CAN_NODE_t *const can_node, in XMC_CAN_NODE_SetReceiveInput()
969 __STATIC_INLINE void XMC_CAN_NODE_EnableLoopBack(XMC_CAN_NODE_t *const can_node) in XMC_CAN_NODE_EnableLoopBack()
994 __STATIC_INLINE void XMC_CAN_NODE_DisableLoopBack(XMC_CAN_NODE_t *const can_node) in XMC_CAN_NODE_DisableLoopBack()
1097 __STATIC_INLINE void XMC_CAN_NODE_SetErrorWarningLevel(XMC_CAN_NODE_t *const can_node, uint8_t erro… in XMC_CAN_NODE_SetErrorWarningLevel()
1124 __STATIC_INLINE void XMC_CAN_NODE_SetTransmitErrorCounter(XMC_CAN_NODE_t *const can_node, uint8_t c… in XMC_CAN_NODE_SetTransmitErrorCounter()
1150 __STATIC_INLINE void XMC_CAN_NODE_SetReceiveErrorCounter(XMC_CAN_NODE_t *const can_node, uint8_t ca… in XMC_CAN_NODE_SetReceiveErrorCounter()
1173 __STATIC_INLINE uint8_t XMC_CAN_NODE_GetErrorWarningLevel(XMC_CAN_NODE_t *const can_node) in XMC_CAN_NODE_GetErrorWarningLevel()
1198 __STATIC_INLINE uint8_t XMC_CAN_NODE_GetTransmitErrorCounter(XMC_CAN_NODE_t *const can_node) in XMC_CAN_NODE_GetTransmitErrorCounter()
1218 __STATIC_INLINE uint8_t XMC_CAN_NODE_GetReceiveErrorCounter(XMC_CAN_NODE_t *const can_node) in XMC_CAN_NODE_GetReceiveErrorCounter()
[all …]
/hal_infineon-latest/XMCLib/drivers/src/
Dxmc_can.c121 int32_t XMC_CAN_NODE_NominalBitTimeConfigureEx(XMC_CAN_NODE_t *const can_node, in XMC_CAN_NODE_NominalBitTimeConfigureEx()
198 void XMC_CAN_NODE_NominalBitTimeConfigure (XMC_CAN_NODE_t *const can_node, in XMC_CAN_NODE_NominalBitTimeConfigure()
804 void XMC_CAN_NODE_EnableEvent(XMC_CAN_NODE_t *const can_node, const XMC_CAN_NODE_EVENT_t event) in XMC_CAN_NODE_EnableEvent()
817 void XMC_CAN_NODE_DisableEvent(XMC_CAN_NODE_t *const can_node, const XMC_CAN_NODE_EVENT_t event) in XMC_CAN_NODE_DisableEvent()