|
STM32 Blue Pill Drivers
Drivers that could be used to interface and interact with STM32F103C8T6 Microcontroller
|
GPIO Register Map. More...
#include "MCAL/GPIO/GPIO_private.h"
Collaboration diagram for t_GPIOx_RegisterMap:Data Fields | |
| t_u32 | CRL |
| Port Configuration Register Low. More... | |
| t_u32 | CRH |
| Port Configuration Register High. More... | |
| t_u32 | IDR |
| Port Input Data Register. More... | |
| t_u32 | ODR |
| Port Output Data Register. More... | |
| t_u32 | BSRR |
| Port Bit Set/Reset Register. More... | |
| t_u32 | BRR |
| Port Bit Reset Register. More... | |
GPIO Register Map.
This type is used to access the GPIO registers
| t_u32 CRL |
Port Configuration Register Low.
| t_u32 CRH |
Port Configuration Register High.
| t_u32 IDR |
Port Input Data Register.
| t_u32 ODR |
Port Output Data Register.
Referenced by GPIO_vSetPinInputTypePullUpDown().
| t_u32 BSRR |
Port Bit Set/Reset Register.
| t_u32 BRR |
Port Bit Reset Register.