Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/can/
Dcan_mcux_flexcan.c78 #define ALLOC_IDX_TO_TXMB_IDX(x) (x + MCUX_FLEXCAN_MAX_RX) macro
381 ALLOC_IDX_TO_TXMB_IDX(alloc)); in mcux_flexcan_stop()
385 ALLOC_IDX_TO_TXMB_IDX(alloc)); in mcux_flexcan_stop()
752 xfer.mbIdx = ALLOC_IDX_TO_TXMB_IDX(alloc); in mcux_flexcan_send()
1011 ALLOC_IDX_TO_TXMB_IDX(alloc)); in mcux_flexcan_transfer_error_status()
1015 ALLOC_IDX_TO_TXMB_IDX(alloc)); in mcux_flexcan_transfer_error_status()
Dcan_nxp_s32_canxl.c34 #define ALLOC_IDX_TO_TXMB_IDX(x) (x) macro
217 ALLOC_IDX_TO_TXMB_IDX(alloc))) { in can_nxp_s32_stop()
572 mb_indx = ALLOC_IDX_TO_TXMB_IDX(alloc);
717 ALLOC_IDX_TO_TXMB_IDX(alloc))) {