Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/Can_CANEXCEL/src/
DCanEXCEL_Ip.c1083 Canexcel_Ip_StatusType Canexcel_Ip_EnableInterrupts(uint8 u8Instance) in Canexcel_Ip_EnableInterrupts() argument
1085 Canexcel_Ip_StateType * state = Canexcel_Ip_apxState[u8Instance]; in Canexcel_Ip_EnableInterrupts()
1088 if (TRUE == CanXL_IsFreezeMode(CANEXCEL.EXL_SIC[u8Instance])) in Canexcel_Ip_EnableInterrupts()
1090 CanXL_EnableInterrupts(CANEXCEL.EXL_SIC[u8Instance]); in Canexcel_Ip_EnableInterrupts()
1091 …CANEXCEL.EXL_RXF_CNT[u8Instance]->RXFSYSACT & CANXL_RXFIFO_CONTROL_RXFSYSACT_ACT_MASK)) && (FALSE … in Canexcel_Ip_EnableInterrupts()
1094 …CANEXCEL.EXL_RXF_CNT[u8Instance]->RXFIEN = CANXL_RXFIFO_CONTROL_RXFIEN_RXFIE_MASK | CANXL_RXFIFO_C… in Canexcel_Ip_EnableInterrupts()
1109 Canexcel_Ip_StatusType Canexcel_Ip_DisableInterrupts(uint8 u8Instance) in Canexcel_Ip_DisableInterrupts() argument
1111 Canexcel_Ip_StateType * state = Canexcel_Ip_apxState[u8Instance]; in Canexcel_Ip_DisableInterrupts()
1114 if (TRUE == CanXL_IsFreezeMode(CANEXCEL.EXL_SIC[u8Instance])) in Canexcel_Ip_DisableInterrupts()
1116 CanXL_DisableInterrupts(CANEXCEL.EXL_SIC[u8Instance]); in Canexcel_Ip_DisableInterrupts()
[all …]
/hal_nxp-latest/s32/drivers/s32ze/Can_CANEXCEL/include/
DCanEXCEL_Ip.h307 Canexcel_Ip_StatusType Canexcel_Ip_EnableInterrupts(uint8 u8Instance);
315 Canexcel_Ip_StatusType Canexcel_Ip_DisableInterrupts(uint8 u8Instance);
349 Canexcel_Ip_StatusType Canexcel_Ip_SetErrorInt(uint8 u8Instance, Canexcel_Ip_ErrorIntType type, boo…
645 Canexcel_Ip_StatusType Canexcel_Ip_Deinit(uint8 u8Instance);