[][src]Type Definition avr_device::atmega64::usart0::UBRR0L

type UBRR0L = Reg<u8, _UBRR0L>;

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 ubrr0l module

Trait Implementations

impl Readable for UBRR0L[src]

read() method returns ubrr0l::R reader structure

impl ResetValue for UBRR0L[src]

Register UBRR0L reset()'s with value 0

impl Writable for UBRR0L[src]

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