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

This section introduces the enumerations that specify the timer ID (Follow mhal_gpt.h) of the current GPT device unit. More...

Overview

This section introduces the enumerations that specify the timer ID (Follow mhal_gpt.h) of the current GPT device unit.


Enumerations

enum  GPT_ID {
  OS_HAL_GPT0 = GPT0,
  OS_HAL_GPT1 = GPT1,
  OS_HAL_GPT2 = GPT2,
  OS_HAL_GPT3 = GPT3,
  OS_HAL_GPT4 = GPT4,
  OS_HAL_GPT_MAX_NUM
}
 

Enumeration Type Documentation

enum GPT_ID
Enumerator
OS_HAL_GPT0 

Use GPT0 as timer.

OS_HAL_GPT1 

Use GPT1 as timer.

OS_HAL_GPT2 

Use GPT2 as timer.

OS_HAL_GPT3 

Use GPT3 as timer.

OS_HAL_GPT4 

Use GPT4 as timer.

OS_HAL_GPT_MAX_NUM 

The maximum GPT number (invalid)