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

Macros

#define MCU_E_PARAM_CONFIG   0x0Au
 
#define MCU_E_PARAM_CLOCK   0x0Bu
 
#define MCU_E_PARAM_MODE   0x0Cu
 
#define MCU_E_PARAM_RAMSECTION   0x0Du
 
#define MCU_E_PLL_NOT_LOCKED   0x0Eu
 
#define MCU_E_UNINIT   0x0Fu
 
#define MCU_E_PARAM_POINTER   0x10u
 
#define MCU_E_INIT_FAILED   0x11u
 

Detailed Description

Macro Definition Documentation

◆ MCU_E_INIT_FAILED

#define MCU_E_INIT_FAILED   0x11u

API service called with wrong parameter

◆ MCU_E_PARAM_CLOCK

#define MCU_E_PARAM_CLOCK   0x0Bu

API service called with wrong parameter

◆ MCU_E_PARAM_CONFIG

#define MCU_E_PARAM_CONFIG   0x0Au

API service called with wrong parameter

◆ MCU_E_PARAM_MODE

#define MCU_E_PARAM_MODE   0x0Cu

API service called with wrong parameter

◆ MCU_E_PARAM_POINTER

#define MCU_E_PARAM_POINTER   0x10u

API service called with wrong parameter

◆ MCU_E_PARAM_RAMSECTION

#define MCU_E_PARAM_RAMSECTION   0x0Du

API service called with wrong parameter

◆ MCU_E_PLL_NOT_LOCKED

#define MCU_E_PLL_NOT_LOCKED   0x0Eu

API service called with wrong parameter

◆ MCU_E_UNINIT

#define MCU_E_UNINIT   0x0Fu

API service called with wrong parameter