STM32 Blue Pill Drivers
Drivers that could be used to interface and interact with STM32F103C8T6 Microcontroller
Loading...
Searching...
No Matches
t_GPIOx_RegisterMap Struct Reference

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...
 

Detailed Description

GPIO Register Map.

This type is used to access the GPIO registers

Field Documentation

◆ CRL

t_u32 CRL

Port Configuration Register Low.

◆ CRH

t_u32 CRH

Port Configuration Register High.

◆ IDR

t_u32 IDR

Port Input Data Register.

Warning
This register is read-only

◆ ODR

t_u32 ODR

Port Output Data Register.

Referenced by GPIO_vSetPinInputTypePullUpDown().

◆ BSRR

t_u32 BSRR

Port Bit Set/Reset Register.

◆ BRR

t_u32 BRR

Port Bit Reset Register.


The documentation for this struct was generated from the following file: