LPC Output Edge
- group x3ep_LPC_Edge
Defines
-
LPC_Vin_Below_Vth ((uint32_t)0x0000)
The input voltage is below threshold voltage.
-
LPC_Vin_Over_Vth ((uint32_t)0x0001)
The input voltage is over threshold voltage.
-
IS_LPC_EDGE(EDGE) (((EDGE) == LPC_Vin_Below_Vth
) || \
((EDGE) ==
LPC_Vin_Over_Vth)) Check if the input parameter is valid.
-
LPC_Vin_Below_Vth ((uint32_t)0x0000)