Searched refs:CAN_FRAME_ESI (Results 1 – 7 of 7) sorted by relevance
268 .flags = CAN_FRAME_FDF | CAN_FRAME_ESI, in ZTEST()
354 ((p_args->frame.options & CANFD_FRAME_OPTION_ERROR) != 0 ? CAN_FRAME_ESI in can_renesas_ra_call_rx_cb()612 (((frame->flags & CAN_FRAME_ESI) != 0) ? CANFD_FRAME_OPTION_ERROR : 0UL)), in can_renesas_ra_send()
107 (frame->flags & CAN_FRAME_ESI) == 0 ? '-' : 'P'); in can_shell_print_frame()
728 frame.flags |= CAN_FRAME_ESI; in can_mcan_get_message()
602 dest->flags |= CAN_FRAME_ESI; in mcux_flexcan_fd_to_can_frame()
156 #define CAN_FRAME_ESI BIT(4) macro
297 * Added :c:macro:`CAN_FRAME_ESI` CAN-FD Error State Indicator flag.