Home
last modified time | relevance | path

Searched refs:TX_MBIDX_TO_ALLOC_IDX (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/can/
Dcan_nxp_s32_canxl.c39 #define TX_MBIDX_TO_ALLOC_IDX(x) (x) macro
882 alloc = TX_MBIDX_TO_ALLOC_IDX(buffidx); in can_nxp_s32_ctrl_callback()
Dcan_mcux_flexcan.c60 #define TX_MBIDX_TO_ALLOC_IDX(x) (x - MCUX_FLEXCAN_MAX_RX) macro
999 alloc = TX_MBIDX_TO_ALLOC_IDX(mb); in mcux_flexcan_transfer_tx_idle()