Home
last modified time | relevance | path

Searched defs:RX_MBIDX_TO_ALLOC_IDX (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.7.0/drivers/can/
Dcan_nxp_s32_canxl.c27 #define RX_MBIDX_TO_ALLOC_IDX(x) (x) macro
30 #define RX_MBIDX_TO_ALLOC_IDX(x) (x - CONFIG_CAN_NXP_S32_MAX_TX) macro
Dcan_mcux_flexcan.c53 #define RX_MBIDX_TO_ALLOC_IDX(x) (x) macro