Searched refs:kFLEXCAN_FrameFormatExtend (Results 1 – 4 of 4) sorted by relevance
643 if (kFLEXCAN_FrameFormatExtend == config->format) in FLEXCAN_SetRxMbConfig()813 if (kFLEXCAN_FrameFormatExtend == txFrame->format) in FLEXCAN_WriteTxMb()869 …rxFrame->format = (cs_temp & CAN_CS_IDE_MASK) ? kFLEXCAN_FrameFormatExtend : kFLEXCAN_FrameFormatS… in FLEXCAN_ReadRxMb()920 …rxFrame->format = (cs_temp & CAN_CS_IDE_MASK) ? kFLEXCAN_FrameFormatExtend : kFLEXCAN_FrameFormatS… in FLEXCAN_ReadRxFifo()
167 kFLEXCAN_FrameFormatExtend = 0x1U, /*!< Extend frame format attribute. */ enumerator
226 mbConfig.format = kFLEXCAN_FrameFormatExtend; in can_control()345 frame.format = kFLEXCAN_FrameFormatExtend; in can_send()
282 mbConfig.format = kFLEXCAN_FrameFormatExtend; in can_control()391 frame.format = kFLEXCAN_FrameFormatExtend; in can_send()
Completed in 14 milliseconds