Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/Can_CANEXCEL/src/
DCanEXCEL_Ip.c229 …uint8 total_mb = (uint8)((((CANEXCEL.EXL_SIC[instance]->SYSMCFG & CANXL_SIC_SYSMCFG_MAXTXMB_MASK) … in Canexcel_Ip_MainFunction() local
234 if ((NULL_PTR != state) && (mb_idx <= total_mb)) in Canexcel_Ip_MainFunction()
1191 …uint8 total_mb = (uint8)((((CANEXCEL.EXL_SIC[instance]->SYSMCFG & CANXL_SIC_SYSMCFG_MAXTXMB_MASK) … in Canexcel_Ip_RxTxIRQHandler() local
1199 while ((0U == flag_reg) && (mb_idx < total_mb)) in Canexcel_Ip_RxTxIRQHandler()