Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/pint/
Dfsl_pint.c420 uint32_t pmstatus; in PINT_PatternMatchResetDetectLogic() local
424 pmstatus = pmctrl >> PINT_PMCTRL_PMAT_SHIFT; in PINT_PatternMatchResetDetectLogic()
425 if (pmstatus != 0UL) in PINT_PatternMatchResetDetectLogic()
431 return (pmstatus); in PINT_PatternMatchResetDetectLogic()
771 uint32_t pmstatus = 0; in SEC_GPIO_INT0_IRQ0_DriverIRQHandler() local
774 pmstatus = PINT_PatternMatchResetDetectLogic(SECPINT); in SEC_GPIO_INT0_IRQ0_DriverIRQHandler()
778 s_secpintCallback[kPINT_SecPinInt0](kPINT_SecPinInt0, pmstatus); in SEC_GPIO_INT0_IRQ0_DriverIRQHandler()
793 uint32_t pmstatus; in SEC_GPIO_INT0_IRQ1_DriverIRQHandler() local
796 pmstatus = PINT_PatternMatchResetDetectLogic(SECPINT); in SEC_GPIO_INT0_IRQ1_DriverIRQHandler()
800 s_secpintCallback[kPINT_SecPinInt1](kPINT_SecPinInt1, pmstatus); in SEC_GPIO_INT0_IRQ1_DriverIRQHandler()
[all …]