Home
last modified time | relevance | path

Searched refs:kFLEXCAN_FrameFormatStandard (Results 1 – 4 of 4) sorted by relevance

/bsp/nxp/mcx/mcxn/Libraries/drivers/
A Ddrv_can.c142 mbConfig.format = kFLEXCAN_FrameFormatStandard; /* standard ID */ in can_cfg()
232 mbConfig.format = kFLEXCAN_FrameFormatStandard; in can_control()
340 frame.format = kFLEXCAN_FrameFormatStandard; in can_send()
401 if (frame[index].format == kFLEXCAN_FrameFormatStandard) in can_recv()
/bsp/nxp/imx/imxrt/libraries/drivers/
A Ddrv_can.c200 mbConfig.format = kFLEXCAN_FrameFormatStandard; /* standard ID */ in can_cfg()
288 mbConfig.format = kFLEXCAN_FrameFormatStandard; in can_control()
386 frame.format = kFLEXCAN_FrameFormatStandard; in can_send()
447 if (frame[index].format == kFLEXCAN_FrameFormatStandard) in can_recv()
/bsp/frdm-k64f/device/MK64F12/
A Dfsl_flexcan.c869 …->format = (cs_temp & CAN_CS_IDE_MASK) ? kFLEXCAN_FrameFormatExtend : kFLEXCAN_FrameFormatStandard; in FLEXCAN_ReadRxMb()
920 …->format = (cs_temp & CAN_CS_IDE_MASK) ? kFLEXCAN_FrameFormatExtend : kFLEXCAN_FrameFormatStandard; in FLEXCAN_ReadRxFifo()
A Dfsl_flexcan.h166 kFLEXCAN_FrameFormatStandard = 0x0U, /*!< Standard frame format attribute. */ enumerator

Completed in 12 milliseconds