[][src]Type Definition avr_device::atmega1280::usart3::UBRR3

type UBRR3 = Reg<u16, _UBRR3>;

USART Baud Rate Register Bytes

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

For information about available fields see ubrr3 module

Trait Implementations

impl Readable for UBRR3[src]

read() method returns ubrr3::R reader structure

impl ResetValue for UBRR3[src]

Register UBRR3 reset()'s with value 0

impl Writable for UBRR3[src]

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