Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/can/
Dcan_nxp_s32_canxl.c33 #define TX_MBIDX_TO_ALLOC_IDX(x) (x) macro
779 alloc = TX_MBIDX_TO_ALLOC_IDX(buffidx);
Dcan_mcux_flexcan.c77 #define TX_MBIDX_TO_ALLOC_IDX(x) (x - MCUX_FLEXCAN_MAX_RX) macro
1035 alloc = TX_MBIDX_TO_ALLOC_IDX(mb); in mcux_flexcan_transfer_tx_idle()