Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/can/
Dcan_nxp_s32_canxl.c28 #define ALLOC_IDX_TO_RXMB_IDX(x) (x) macro
31 #define ALLOC_IDX_TO_RXMB_IDX(x) (x + CONFIG_CAN_NXP_S32_MAX_TX) macro
Dcan_mcux_flexcan.c54 #define ALLOC_IDX_TO_RXMB_IDX(x) (x) macro