Module stm32f4xx_hal::pac::usart1

source ·
Expand description

Universal synchronous asynchronous receiver transmitter

Modules§

  • Baud rate register
  • Control register 1
  • Control register 2
  • Control register 3
  • Data register
  • Guard time and prescaler register
  • Status register

Structs§

Type Aliases§

  • BRR register accessor: an alias for Reg<BRR_SPEC>
  • CR1 register accessor: an alias for Reg<CR1_SPEC>
  • CR2 register accessor: an alias for Reg<CR2_SPEC>
  • CR3 register accessor: an alias for Reg<CR3_SPEC>
  • DR register accessor: an alias for Reg<DR_SPEC>
  • GTPR register accessor: an alias for Reg<GTPR_SPEC>
  • SR register accessor: an alias for Reg<SR_SPEC>