Searched refs:ISOTP_PCI_SN_MASK (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/subsys/canbus/isotp/ | ||
D | isotp_internal.h | 42 #define ISOTP_PCI_SN_MASK 0x0F macro |
D | isotp.c | 507 if ((frame->data[index++] & ISOTP_PCI_SN_MASK) != rctx->sn_expected++) { in process_cf() |