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

type UDR1 = Reg<u8, _UDR1>;

USART I/O Data Register

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

For information about available fields see udr1 module

Trait Implementations

impl Readable for UDR1[src]

read() method returns udr1::R reader structure

impl ResetValue for UDR1[src]

Register UDR1 reset()'s with value 0

impl Writable for UDR1[src]

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