[][src]Type Definition avr_device::atmega32u4::usart1::UBRR1

type UBRR1 = Reg<u16, _UBRR1>;

USART Baud Rate Register Bytes

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see ubrr1 module

Trait Implementations

impl Readable for UBRR1[src]

read() method returns ubrr1::R reader structure

impl ResetValue for UBRR1[src]

Register UBRR1 reset()'s with value 0

impl Writable for UBRR1[src]

write(|w| ..) method takes ubrr1::W writer structure