Searched refs:CAN_MAX_DLEN (Results 1 – 4 of 4) sorted by relevance
55 #define CAN_MAX_DLEN 8 macro65 uint8_t data[CAN_MAX_DLEN] __attribute__((aligned(8)));298 if (frm.can_dlc != CAN_MAX_DLEN) { in check_data()299 tst_res(TFAIL, "can_dlc = %d != " str(CAN_MAX_DLEN), in check_data()
136 pub data: [u8; CAN_MAX_DLEN],
3512 pub const CAN_MAX_DLEN: usize = 8; constant
222 CAN_MAX_DLEN