Module ch32v3::ch32v30x::gpioa

source ·
Expand description

General purpose I/O

Modules

Port bit reset register (GPIOn_BCR)
Port bit set/reset register (GPIOn_BSHR)
Port configuration register high (GPIOn_CFGHR)
Port configuration register low (GPIOn_CFGLR)
Port input data register (GPIOn_INDR)
Port configuration lock register
Port output data register (GPIOn_OUTDR)

Structs

Register block

Type Definitions

BCR (w) register accessor: an alias for Reg<BCR_SPEC>
BSHR (w) register accessor: an alias for Reg<BSHR_SPEC>
CFGHR (rw) register accessor: an alias for Reg<CFGHR_SPEC>
CFGLR (rw) register accessor: an alias for Reg<CFGLR_SPEC>
INDR (r) register accessor: an alias for Reg<INDR_SPEC>
LCKR (rw) register accessor: an alias for Reg<LCKR_SPEC>
OUTDR (rw) register accessor: an alias for Reg<OUTDR_SPEC>