LPC Output Edge

group x3d_LPC_Edge

Defines

LPC_Vin_Below_Vth ((uint32_t)(0x0000UL << LPC_POSEDGE_Pos))

The input voltage is below threshold voltage.

LPC_Vin_Over_Vth ((uint32_t)(0x0001UL << LPC_POSEDGE_Pos))

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.