Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/s32/drivers/s32k3/Pwm/src/
DEmios_Pwm_Ip_Irq.c215 boolean OutputPin = Emios_Pwm_Ip_GetOutputPinState(Emios_Pwm_Ip_aBasePtr[Instance], Channel); in Emios_Pwm_Ip_IrqDaocHandler() local
230 if (((EMIOS_PWM_IP_ACTIVE_HIGH == Polarity) && (FALSE == OutputPin)) || in Emios_Pwm_Ip_IrqDaocHandler()
231 ((EMIOS_PWM_IP_ACTIVE_LOW == Polarity) && (TRUE == OutputPin))) in Emios_Pwm_Ip_IrqDaocHandler()
250 (void)OutputPin; in Emios_Pwm_Ip_IrqDaocHandler()