|
STM32 Blue Pill Drivers
Drivers that could be used to interface and interact with STM32F103C8T6 Microcontroller
|
This file is the interface file for the GPIO module. More...
This graph shows which files directly or indirectly include this file:Functions | |
| void | GPIO_vSetPinDirection (t_GPIO_Ports tPort, t_GPIO_Pins tPin, t_GPIO_Direction tDirection) |
| This function is used to set the direction of a GPIO pin. More... | |
| void | GPIO_vSetPinInputType (t_GPIO_Ports tPort, t_GPIO_Pins tPin, t_GPIO_Input_Type tInputType) |
| This function is used to set the input type of a GPIO pin. More... | |
| void | GPIO_vSetPinOutputType (t_GPIO_Ports tPort, t_GPIO_Pins tPin, t_GPIO_Output_Type tOutputType) |
| This function is used to set the output type of a GPIO pin. More... | |
| void | GPIO_vSetPinValue (t_GPIO_Ports tPort, t_GPIO_Pins tPin, t_GPIO_Value tValue) |
| This function is used to set the value of a GPIO pin. More... | |
| t_GPIO_Value | GPIO_tGetPinValue (t_GPIO_Ports tPort, t_GPIO_Pins tPin) |
| This function is used to get the value of a GPIO pin. More... | |
This file is the interface file for the GPIO module.
This file contains the prototypes of the functions of the GPIO module.