[][src]Type Definition avr_device::atmega32u4::usart1::UCSR1D

type UCSR1D = Reg<u8, _UCSR1D>;

USART Control and Status Register D

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

For information about available fields see ucsr1d module

Trait Implementations

impl Readable for UCSR1D[src]

read() method returns ucsr1d::R reader structure

impl ResetValue for UCSR1D[src]

Register UCSR1D reset()'s with value 0

impl Writable for UCSR1D[src]

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