Module stm32f1xx_hal::pac::gpioa

source ·
Expand description

General purpose I/O

Modules

Port bit reset register (GPIOn_BRR)
Port bit set/reset register (GPIOn_BSRR)
Port configuration register high (GPIOn_CRL)
Port configuration register low (GPIOn_CRL)
Port input data register (GPIOn_IDR)
Port configuration lock register
Port output data register (GPIOn_ODR)

Structs

Register block

Type Definitions

BRR register accessor: an alias for Reg<BRR_SPEC>
BSRR register accessor: an alias for Reg<BSRR_SPEC>
CRH register accessor: an alias for Reg<CRH_SPEC>
CRL register accessor: an alias for Reg<CRL_SPEC>
IDR register accessor: an alias for Reg<IDR_SPEC>
LCKR register accessor: an alias for Reg<LCKR_SPEC>
ODR register accessor: an alias for Reg<ODR_SPEC>