KeyScan Debounce Config

group Keyscan_Debounce_Config

Defines

KeyScan_Debounce_Enable ((uint32_t)0x1 << 31)

Enable debounce function.

KeyScan_Debounce_Disable ((uint32_t)0x0 << 31)

Disable debounce function.

IS_KEYSCAN_DEBOUNCE_EN(EN) (((EN) == KeyScan_Debounce_Enable) || ((EN) == KeyScan_Debounce_Disable))

Check whether is the status of KeyScan debounce function.