Azure Sphere MT3620 M4 API Reference Manual
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
Enum

This section introduces the enumerations that EINT uses while set debounce time. More...

Overview

This section introduces the enumerations that EINT uses while set debounce time.

Enumerations

enum  os_hal_eint_debounce_time {
  OS_HAL_EINT_DB_TIME_1 = 1,
  OS_HAL_EINT_DB_TIME_2 = 2,
  OS_HAL_EINT_DB_TIME_4 = 4,
  OS_HAL_EINT_DB_TIME_8 = 8,
  OS_HAL_EINT_DB_TIME_16 = 16,
  OS_HAL_EINT_DB_TIME_32 = 32,
  OS_HAL_EINT_DB_TIME_64 = 64,
  OS_HAL_EINT_DB_TIME_128 = 128,
  OS_HAL_EINT_DB_TIME_MAX = OS_HAL_EINT_DB_TIME_128
}
 This enum defines the range of EINT debounce time(unit: ms).