STM32G0 MCAL 0.0.1
Tiny MCAL for educational purpose.
Loading...
Searching...
No Matches
GPT Id number for module and each API service

Macros

#define GPT_ID_GET_VERSION_INFO   0x00u
 
#define GPT_ID_INIT   0x01u
 
#define GPT_ID_DEINIT   0x02u
 
#define GPT_ID_GET_TIME_ELAPSED   0x03u
 
#define GPT_ID_GET_TIME_REMAINING   0x04u
 
#define GPT_ID_START_TIMER   0x05u
 
#define GPT_ID_STOP_TIMER   0x06u
 
#define GPT_ID_ENABLE_NOTIFICATION   0x07u
 
#define GPT_ID_DISABLE_NOTIFICATION   0x08u
 

Detailed Description

Macro Definition Documentation

◆ GPT_ID_DEINIT

#define GPT_ID_DEINIT   0x02u

Gpt_DeInit() api service id

◆ GPT_ID_DISABLE_NOTIFICATION

#define GPT_ID_DISABLE_NOTIFICATION   0x08u

Gpt_DisableNotification() api service id

◆ GPT_ID_ENABLE_NOTIFICATION

#define GPT_ID_ENABLE_NOTIFICATION   0x07u

Gpt_EnableNotification() api service id

◆ GPT_ID_GET_TIME_ELAPSED

#define GPT_ID_GET_TIME_ELAPSED   0x03u

Gpt_GetTimeElapsed() api service id

◆ GPT_ID_GET_TIME_REMAINING

#define GPT_ID_GET_TIME_REMAINING   0x04u

Gpt_GetTimeRemaining() api service id

◆ GPT_ID_GET_VERSION_INFO

#define GPT_ID_GET_VERSION_INFO   0x00u

Gpt_GetVersionInfo() api service id

◆ GPT_ID_INIT

#define GPT_ID_INIT   0x01u

Gpt_Init() api service id

◆ GPT_ID_START_TIMER

#define GPT_ID_START_TIMER   0x05u

Gpt_StartTimer() api service id

◆ GPT_ID_STOP_TIMER

#define GPT_ID_STOP_TIMER   0x06u

Gpt_StopTimer() api service id