LPC Threshold

group x3e_LPC_Threshold

Defines

LPC_200_mV ((uint32_t)0x0000)

LPC threshold value is 200mV.

LPC_400_mV ((uint32_t)0x0001)

LPC threshold value is 400mV.

LPC_600_mV ((uint32_t)0x0002)

LPC threshold value is 600mV.

LPC_800_mV ((uint32_t)0x0003)

LPC threshold value is 800mV.

LPC_1000_mV ((uint32_t)0x0004)

LPC threshold value is 1000mV.

LPC_1200_mV ((uint32_t)0x0005)

LPC threshold value is 1200mV.

LPC_1400_mV ((uint32_t)0x0006)

LPC threshold value is 1400mV.

LPC_1600_mV ((uint32_t)0x0007)

LPC threshold value is 1600mV.

LPC_1800_mV ((uint32_t)0x0008)

LPC threshold value is 1800mV.

LPC_2000_mV ((uint32_t)0x0009)

LPC threshold value is 2000mV.

LPC_2200_mV ((uint32_t)0x000a)

LPC threshold value is 2200mV.

LPC_2400_mV ((uint32_t)0x000b)

LPC threshold value is 2400mV.

LPC_2600_mV ((uint32_t)0x000c)

LPC threshold value is 2600mV.

LPC_2800_mV ((uint32_t)0x000d)

LPC threshold value is 2800mV.

LPC_3000_mV ((uint32_t)0x000e)

LPC threshold value is 3000mV.

LPC_3200_mV ((uint32_t)0x000f)

LPC threshold value is 3200mV.

IS_LPC_THRESHOLD(THRESHOLD)                                      (((THRESHOLD) == LPC_200_mV

) || \

((THRESHOLD) ==

LPC_400_mV

) || \

((THRESHOLD) ==

LPC_600_mV

) || \

((THRESHOLD) ==

LPC_800_mV

) || \

((THRESHOLD) ==

LPC_1000_mV

) || \

((THRESHOLD) ==

LPC_1200_mV

) || \

((THRESHOLD) ==

LPC_1400_mV

) || \

((THRESHOLD) ==

LPC_1600_mV

) || \

((THRESHOLD) ==

LPC_1800_mV

) || \

((THRESHOLD) ==

LPC_2000_mV

) || \

((THRESHOLD) ==

LPC_2200_mV

) || \

((THRESHOLD) ==

LPC_2400_mV

) || \

((THRESHOLD) ==

LPC_2800_mV

) || \

((THRESHOLD) ==

LPC_3000_mV

) || \

((THRESHOLD) ==

LPC_3200_mV))

Check if the input parameter is valid.