Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/s32/drivers/s32ze/Can_CANEXCEL/src/
DCanEXCEL_Ip.c816 Canexcel_Ip_StatusType Canexcel_Ip_EnableInterrupts(uint8 u8Instance) in Canexcel_Ip_EnableInterrupts() argument
818 Canexcel_Ip_StateType * state = Canexcel_Ip_apxState[u8Instance]; in Canexcel_Ip_EnableInterrupts()
821 if (TRUE == CanXL_IsFreezeMode(CANEXCEL.EXL_SIC[u8Instance])) in Canexcel_Ip_EnableInterrupts()
823 CanXL_EnableInterrupts(CANEXCEL.EXL_SIC[u8Instance]); in Canexcel_Ip_EnableInterrupts()
824 …NT[u8Instance]->RXFSYSACT & CANXL_RXFIFO_CONTROL_RXFSYSACT_ACT_MASK) == CANXL_RXFIFO_CONTROL_RXFSY… in Canexcel_Ip_EnableInterrupts()
827 …CANEXCEL.EXL_RXF_CNT[u8Instance]->RXFIEN = CANXL_RXFIFO_CONTROL_RXFIEN_RXFIE_MASK | CANXL_RXFIFO_C… in Canexcel_Ip_EnableInterrupts()
842 Canexcel_Ip_StatusType Canexcel_Ip_DisableInterrupts(uint8 u8Instance) in Canexcel_Ip_DisableInterrupts() argument
844 Canexcel_Ip_StateType * state = Canexcel_Ip_apxState[u8Instance]; in Canexcel_Ip_DisableInterrupts()
847 if (TRUE == CanXL_IsFreezeMode(CANEXCEL.EXL_SIC[u8Instance])) in Canexcel_Ip_DisableInterrupts()
849 CanXL_DisableInterrupts(CANEXCEL.EXL_SIC[u8Instance]); in Canexcel_Ip_DisableInterrupts()
[all …]
/hal_nxp-3.6.0/s32/drivers/s32ze/Can_CANEXCEL/include/
DCanEXCEL_Ip.h308 Canexcel_Ip_StatusType Canexcel_Ip_EnableInterrupts(uint8 u8Instance);
316 Canexcel_Ip_StatusType Canexcel_Ip_DisableInterrupts(uint8 u8Instance);
350 Canexcel_Ip_StatusType Canexcel_Ip_SetErrorInt(uint8 u8Instance, Canexcel_Ip_ErrorIntType type, boo…
630 Canexcel_Ip_StatusType Canexcel_Ip_Deinit(uint8 u8Instance);