[][src]Type Definition avr_device::atmega64::usart1::UBRR1L

type UBRR1L = Reg<u8, _UBRR1L>;

USART Baud Rate Register Low Byte

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

For information about available fields see ubrr1l module

Trait Implementations

impl Readable for UBRR1L[src]

read() method returns ubrr1l::R reader structure

impl ResetValue for UBRR1L[src]

Register UBRR1L reset()'s with value 0

impl Writable for UBRR1L[src]

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