Searched refs:CAN_FRAME_CLASSIC (Results 1 – 2 of 2) sorted by relevance
45 #define CAN_FRAME_CLASSIC (0x0U) macro
81 #define IS_CAN_FRAME(frame) ((frame) == CAN_FRAME_CLASSIC || …807 if (argval != CAN_FRAME_CLASSIC) in _canfd_control()813 argval = (argval > CAN_FRAME_CLASSIC) ? ENABLE : DISABLE; in _canfd_control()
Completed in 38 milliseconds