Expand description
Universal synchronous asynchronous receiver transmitter
Modules§
- brr
- Baud rate register
- cr1
- Control register 1
- cr2
- Control register 2
- cr3
- Control register 3
- dr
- Data register
- gtpr
- Guard Time and Prescaler Register
- sr
- Status register
Structs§
- Register
Block - Register block
Type Aliases§
- BRR
- BRR register accessor: an alias for
Reg<BRR_SPEC>
- CR1
- CR1 register accessor: an alias for
Reg<CR1_SPEC>
- CR2
- CR2 register accessor: an alias for
Reg<CR2_SPEC>
- CR3
- CR3 register accessor: an alias for
Reg<CR3_SPEC>
- DR
- DR register accessor: an alias for
Reg<DR_SPEC>
- GTPR
- GTPR register accessor: an alias for
Reg<GTPR_SPEC>
- SR
- SR register accessor: an alias for
Reg<SR_SPEC>