Module avr_device::atmega32u4::usart1

source ·
Expand description

USART

Modules§

  • USART Baud Rate Register Bytes
  • USART Control and Status Register A
  • USART Control and Status Register B
  • USART Control and Status Register C
  • USART Control and Status Register D
  • USART I/O Data Register

Structs§

Type Aliases§

  • UBRR1 (rw) register accessor: an alias for Reg<UBRR1_SPEC>
  • UCSR1A (rw) register accessor: an alias for Reg<UCSR1A_SPEC>
  • UCSR1B (rw) register accessor: an alias for Reg<UCSR1B_SPEC>
  • UCSR1C (rw) register accessor: an alias for Reg<UCSR1C_SPEC>
  • UCSR1D (rw) register accessor: an alias for Reg<UCSR1D_SPEC>
  • UDR1 (rw) register accessor: an alias for Reg<UDR1_SPEC>