[][src]Type Definition avr_device::atmega328p::usart0::UDR0

type UDR0 = Reg<u8, _UDR0>;

USART I/O Data Register

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

For information about available fields see udr0 module

Trait Implementations

impl Readable for UDR0[src]

read() method returns udr0::R reader structure

impl ResetValue for UDR0[src]

Register UDR0 reset()'s with value 0

impl Writable for UDR0[src]

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