Module stm32h743::gpioa [] [src]

GPIO

Modules

gpioa_afrh

GPIO alternate function high register

gpioa_afrl

GPIO alternate function low register

gpioa_bsrr

GPIO port bit set/reset register

gpioa_idr

GPIO port input data register

gpioa_lckr

This register is used to lock the configuration of the port bits when a correct write sequence is applied to bit 16 (LCKK). The value of bits [15:0] is used to lock the configuration of the GPIO. During the write sequence, the value of LCKR[15:0] must not change. When the LOCK sequence has been applied on a port bit, the value of this port bit can no longer be modified until the next MCU reset or peripheral reset.A specific write sequence is used to write to the GPIOx_LCKR register. Only word access (32-bit long) is allowed during this locking sequence.Each lock bit freezes a specific configuration register (control and alternate function registers).

gpioa_moder

GPIO port mode register

gpioa_odr

GPIO port output data register

gpioa_ospeedr

GPIO port output speed register

gpioa_otyper

GPIO port output type register

gpioa_pupdr

GPIO port pull-up/pull-down register

Structs

GPIOA_AFRH

GPIO alternate function high register

GPIOA_AFRL

GPIO alternate function low register

GPIOA_BSRR

GPIO port bit set/reset register

GPIOA_IDR

GPIO port input data register

GPIOA_LCKR

This register is used to lock the configuration of the port bits when a correct write sequence is applied to bit 16 (LCKK). The value of bits [15:0] is used to lock the configuration of the GPIO. During the write sequence, the value of LCKR[15:0] must not change. When the LOCK sequence has been applied on a port bit, the value of this port bit can no longer be modified until the next MCU reset or peripheral reset.A specific write sequence is used to write to the GPIOx_LCKR register. Only word access (32-bit long) is allowed during this locking sequence.Each lock bit freezes a specific configuration register (control and alternate function registers).

GPIOA_MODER

GPIO port mode register

GPIOA_ODR

GPIO port output data register

GPIOA_OSPEEDR

GPIO port output speed register

GPIOA_OTYPER

GPIO port output type register

GPIOA_PUPDR

GPIO port pull-up/pull-down register

RegisterBlock

Register block