Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/can/
Dcan_mcux_flexcan.c61 #define ALLOC_IDX_TO_TXMB_IDX(x) (x + MCUX_FLEXCAN_MAX_RX) macro
346 ALLOC_IDX_TO_TXMB_IDX(alloc)); in mcux_flexcan_stop()
350 ALLOC_IDX_TO_TXMB_IDX(alloc)); in mcux_flexcan_stop()
725 xfer.mbIdx = ALLOC_IDX_TO_TXMB_IDX(alloc); in mcux_flexcan_send()
975 ALLOC_IDX_TO_TXMB_IDX(alloc)); in mcux_flexcan_transfer_error_status()
979 ALLOC_IDX_TO_TXMB_IDX(alloc)); in mcux_flexcan_transfer_error_status()
Dcan_nxp_s32_canxl.c40 #define ALLOC_IDX_TO_TXMB_IDX(x) (x) macro
242 ALLOC_IDX_TO_TXMB_IDX(alloc))) { in can_nxp_s32_stop()
651 mb_indx = ALLOC_IDX_TO_TXMB_IDX(alloc); in can_nxp_s32_send()
821 ALLOC_IDX_TO_TXMB_IDX(alloc))) { in can_nxp_s32_err_callback()