Module stm32f4xx_hal::pac::flash

source ·
Expand description

FLASH

Modules§

  • Flash access control register
  • Control register
  • Flash key register
  • Flash option control register
  • Flash option control register 1
  • Flash option key register
  • Status register

Structs§

Type Aliases§

  • ACR register accessor: an alias for Reg<ACR_SPEC>
  • CR register accessor: an alias for Reg<CR_SPEC>
  • KEYR register accessor: an alias for Reg<KEYR_SPEC>
  • OPTCR register accessor: an alias for Reg<OPTCR_SPEC>
  • OPTCR1 register accessor: an alias for Reg<OPTCR1_SPEC>
  • OPTKEYR register accessor: an alias for Reg<OPTKEYR_SPEC>
  • SR register accessor: an alias for Reg<SR_SPEC>