STM32G0 MCAL 0.0.1
Tiny MCAL for educational purpose.
Loading...
Searching...
No Matches
GPT Development Error Types

Macros

#define GPT_E_UNINIT   0x0Au
 
#define GPT_E_ALREADY_INITIALIZED   0x0Du
 
#define GPT_E_INIT_FAILED   0x0Eu
 
#define GPT_E_PARAM_CHANNEL   0x14u
 
#define GPT_E_PARAM_VALUE   0x15u
 
#define GPT_E_PARAM_POINTER   0x16u
 
#define GPT_E_PARAM_PREDEF_TIMER   0x17u
 
#define GPT_E_PARAM_MODE   0x1Fu
 

Detailed Description

Requirement
SWS_Gpt_91000

Macro Definition Documentation

◆ GPT_E_ALREADY_INITIALIZED

#define GPT_E_ALREADY_INITIALIZED   0x0Du

API service for initialization called when already initialized

◆ GPT_E_INIT_FAILED

#define GPT_E_INIT_FAILED   0x0Eu

API error return code: Init function failed

◆ GPT_E_PARAM_CHANNEL

#define GPT_E_PARAM_CHANNEL   0x14u

API parameter checking: invalid channel

◆ GPT_E_PARAM_MODE

#define GPT_E_PARAM_MODE   0x1Fu

API parameter checking: invalid mode

◆ GPT_E_PARAM_POINTER

#define GPT_E_PARAM_POINTER   0x16u

API parameter checking: invalid pointer

◆ GPT_E_PARAM_PREDEF_TIMER

#define GPT_E_PARAM_PREDEF_TIMER   0x17u

API parameter checking: invalid Predef Timer

◆ GPT_E_PARAM_VALUE

#define GPT_E_PARAM_VALUE   0x15u

API parameter checking: invalid value

◆ GPT_E_UNINIT

#define GPT_E_UNINIT   0x0Au

API service called without the module initialization