STM32G0 MCAL 0.0.1
Tiny MCAL for educational purpose.
Loading...
Searching...
No Matches
Development errors.

Macros

#define FLS_E_PARAM_CONFIG   0x01u
 
#define FLS_E_PARAM_ADDRESS   0x02u
 
#define FLS_E_PARAM_LENGTH   0x03u
 
#define FLS_E_PARAM_DATA   0x04u
 
#define FLS_E_UNINIT   0x05u
 
#define FLS_E_PARAM_POINTER   0x0au
 
#define FLS_E_ALREADY_INITIALIZED   0x0bu
 

Detailed Description

Macro Definition Documentation

◆ FLS_E_ALREADY_INITIALIZED

#define FLS_E_ALREADY_INITIALIZED   0x0bu

◆ FLS_E_PARAM_ADDRESS

#define FLS_E_PARAM_ADDRESS   0x02u

API service called with wrong parameter

◆ FLS_E_PARAM_CONFIG

#define FLS_E_PARAM_CONFIG   0x01u

API service called with wrong parameter

◆ FLS_E_PARAM_DATA

#define FLS_E_PARAM_DATA   0x04u

API service called with wrong parameter

◆ FLS_E_PARAM_LENGTH

#define FLS_E_PARAM_LENGTH   0x03u

API service called with wrong parameter

◆ FLS_E_PARAM_POINTER

#define FLS_E_PARAM_POINTER   0x0au

API service called with wrong parameter

◆ FLS_E_UNINIT

#define FLS_E_UNINIT   0x05u

API service called with wrong parameter