Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/s32/drivers/s32k3/Mcu/include/
DPower_Ip_PMC_Types.h96 #define PMC_CONFIG_LVD_INTERRUPTS_DISABLE ((uint32)0x00000000U) macro
129 #define PMC_CONFIG_LVD_INTERRUPTS_DISABLE ((uint32)0x00000000U)
/hal_nxp-3.5.0/s32/drivers/s32k3/Mcu/src/
DPower_Ip_PMC.c401 …TempValue = (uint32)(TempValue | (uint32)(PMC_CONFIG_LVD_INTERRUPTS_DISABLE | PMC_CONFIG_HVD_INTER… in Power_Ip_PMC_PrepareLowPowerEntry()
452 if (PMC_CONFIG_LVD_INTERRUPTS_DISABLE == (RegValue & PMC_CONFIG_LVDIE_MASK)) in Power_Ip_PMC_VoltageErrorIsr()