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

type UCSR1C = Reg<u8, _UCSR1C>;

USART Control and Status Register C

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

For information about available fields see ucsr1c module

Trait Implementations

impl Readable for UCSR1C[src]

read() method returns ucsr1c::R reader structure

impl ResetValue for UCSR1C[src]

Register UCSR1C reset()'s with value 0

impl Writable for UCSR1C[src]

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