Module gd32vf103_pac::gpioa

source ·
Expand description

General-purpose I/Os

Modules

  • Port bit clear register
  • Port bit operate register
  • port control register 0
  • port control register 1
  • Port input status register
  • GPIO port configuration lock register
  • Port output control register

Structs

Type Definitions

  • BC (w) register accessor: an alias for Reg<BC_SPEC>
  • BOP (w) register accessor: an alias for Reg<BOP_SPEC>
  • CTL0 (rw) register accessor: an alias for Reg<CTL0_SPEC>
  • CTL1 (rw) register accessor: an alias for Reg<CTL1_SPEC>
  • ISTAT (r) register accessor: an alias for Reg<ISTAT_SPEC>
  • LOCK (rw) register accessor: an alias for Reg<LOCK_SPEC>
  • OCTL (rw) register accessor: an alias for Reg<OCTL_SPEC>