Module stm32f4xx_hal::pac::syscfg

source ·
Expand description

System configuration controller

Modules§

  • Compensation cell control register
  • external interrupt configuration register 1
  • external interrupt configuration register 2
  • external interrupt configuration register 3
  • external interrupt configuration register 4
  • memory remap register
  • peripheral mode configuration register

Structs§

Type Aliases§

  • CMPCR register accessor: an alias for Reg<CMPCR_SPEC>
  • EXTICR1 register accessor: an alias for Reg<EXTICR1_SPEC>
  • EXTICR2 register accessor: an alias for Reg<EXTICR2_SPEC>
  • EXTICR3 register accessor: an alias for Reg<EXTICR3_SPEC>
  • EXTICR4 register accessor: an alias for Reg<EXTICR4_SPEC>
  • MEMRM register accessor: an alias for Reg<MEMRM_SPEC>
  • PMC register accessor: an alias for Reg<PMC_SPEC>