Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32k3/Mcl/src/
DLcu_Ip_Irq.c193 uint8 HwLogicCell = 0U; in Lcu_IrqHandler() local
199 for (HwLogicCell = 0U; HwLogicCell < LCU_LC_COUNT; HwLogicCell++) in Lcu_IrqHandler()
202 ReturnValue = Lcu_Ip_ValidateCore(HwInstance, HwLogicCell); in Lcu_IrqHandler()
207 RegLcIntEn = Lcu_Ip_paxBaseInst[HwInstance]->LC[HwLogicCell].INTDMAEN; in Lcu_IrqHandler()
208 RegLcStatus = Lcu_Ip_paxBaseInst[HwInstance]->LC[HwLogicCell].STS; in Lcu_IrqHandler()
221 HwAcc_Lcu_ClearLutStatus(HwInstance, HwLogicCell, HwOutput); in Lcu_IrqHandler()
222 Lcu_Ip_IrqHandler(HwInstance, HwLogicCell, HwOutput, LCU_IP_LUT_EVENT); in Lcu_IrqHandler()
233 Lcu_Ip_IrqHandler(HwInstance, HwLogicCell, HwOutput, LCU_IP_FORCE_EVENT); in Lcu_IrqHandler()
DLcu_Ip.c295 uint8 HwLogicCell; in Lcu_Ip_LogicInstanceInit() local
314 HwLogicCell = ppxLocLogicCell->HwLcId; in Lcu_Ip_LogicInstanceInit()
318 Lcu_Ip_SetCoreRef(HwInstance, HwLogicCell, LocCoreRef); in Lcu_Ip_LogicInstanceInit()
322 HwAcc_Lcu_SetForceFilter(HwInstance, HwLogicCell, ppxLocLogicCell->ForceFilter); in Lcu_Ip_LogicInstanceInit()
323 HwAcc_Lcu_SetForcePolarity(HwInstance, HwLogicCell, ppxLocLogicCell->ForcePolarity); in Lcu_Ip_LogicInstanceInit()
324 HwAcc_Lcu_SetCombineEnable(HwInstance, HwLogicCell, ppxLocLogicCell->CombEn); in Lcu_Ip_LogicInstanceInit()
325 HwAcc_Lcu_SetSwSyncSelect(HwInstance, HwLogicCell, ppxLocLogicCell->SwSyncSel); in Lcu_Ip_LogicInstanceInit()
2067 void Lcu_Ip_IrqHandler(const uint8 HwInstance, const uint8 HwLogicCell, const uint8 HwOutput, const… in Lcu_Ip_IrqHandler() argument
2069 …tateType * LocHwOutputState = HwAcc_Lcu_GetHwOutputStatePointer(HwInstance, HwLogicCell, HwOutput); in Lcu_Ip_IrqHandler()
DLcu_Ip_Hw_Access.c521 uint8 HwLogicCell = LCU_IP_MAPPING_OUTPUT_TO_LC(HwLcOutputId); in HwAcc_Lcu_SetHwOutputSetState() local
523 Lcu_Ip_paxHwOutputState[LcuId][HwLogicCell][HwOutput] = SetState; in HwAcc_Lcu_SetHwOutputSetState()
529 uint8 HwLogicCell = LCU_IP_MAPPING_OUTPUT_TO_LC(HwLcOutputId); in HwAcc_Lcu_SetHwOutputCallbackState() local
532 Lcu_Ip_paxHwOutputState[LcuId][HwLogicCell][HwOutput]->Callback = IntCallback; in HwAcc_Lcu_SetHwOutputCallbackState()
/hal_nxp-latest/s32/drivers/s32k3/Mcl/include/
DLcu_Ip_Irq.h119 void Lcu_Ip_IrqHandler(const uint8 HwInstance, const uint8 HwLogicCell, const uint8 HwOutput, const…