Searched refs:kFLEXCAN_FrameFormatStandard (Results 1 – 4 of 4) sorted by relevance
142 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()
200 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()
869 …->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()
166 kFLEXCAN_FrameFormatStandard = 0x0U, /*!< Standard frame format attribute. */ enumerator
Completed in 12 milliseconds