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

Macros

#define PORT_ID_INIT   0x00u
 
#define PORT_ID_SET_PIN_DIRECTION   0x10u
 
#define PORT_ID_SET_PIN_MODE   0x0fu
 
#define PORT_ID_GET_VERSION_INFO   0x03u
 
#define PORT_ID_REFRESH_PORT_DIRECTION   0x04u
 

Detailed Description

Macro Definition Documentation

◆ PORT_ID_GET_VERSION_INFO

#define PORT_ID_GET_VERSION_INFO   0x03u

Port_GetVersionInfo() api service id

◆ PORT_ID_INIT

#define PORT_ID_INIT   0x00u

Port_Init() api service id

◆ PORT_ID_REFRESH_PORT_DIRECTION

#define PORT_ID_REFRESH_PORT_DIRECTION   0x04u

◆ PORT_ID_SET_PIN_DIRECTION

#define PORT_ID_SET_PIN_DIRECTION   0x10u

Port_SetPinDirection() api service id

◆ PORT_ID_SET_PIN_MODE

#define PORT_ID_SET_PIN_MODE   0x0fu

Port_SetPinMode() api service id