|
STM32G0 MCAL 0.0.1
Tiny MCAL for educational purpose.
|
Macros | |
| #define | PORT_E_PARAM_PIN 0x0Au |
| #define | PORT_E_DIRECTION_UNCHANGEABLE 0x0Bu |
| #define | PORT_E_INIT_FAILED 0x0Cu |
| #define | PORT_E_PARAM_INVALID_MODE 0x0Du |
| #define | PORT_E_MODE_UNCHANGEABLE 0x0Eu |
| #define | PORT_E_UNINIT 0x0Fu |
| #define | PORT_E_PARAM_POINTER 0x10u |
PORTS Driver Errors messages, this values are intended to use with DET functionality
| #define PORT_E_DIRECTION_UNCHANGEABLE 0x0Bu |
Port Pin not configured as changeable
| #define PORT_E_INIT_FAILED 0x0Cu |
Invalid configuration set
| #define PORT_E_MODE_UNCHANGEABLE 0x0Eu |
Port Pin mode is not configurable
| #define PORT_E_PARAM_INVALID_MODE 0x0Du |
Invalid Port Pin mode specified
| #define PORT_E_PARAM_PIN 0x0Au |
Invalid Port Pin ID requested
| #define PORT_E_PARAM_POINTER 0x10u |
Invalid Port Pin ID requested
| #define PORT_E_UNINIT 0x0Fu |
Port driver not initialized