[][src]Type Definition avr_device::atmega2560::usart3::UCSR3C

type UCSR3C = Reg<u8, _UCSR3C>;

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

Trait Implementations

impl Readable for UCSR3C[src]

read() method returns ucsr3c::R reader structure

impl ResetValue for UCSR3C[src]

Register UCSR3C reset()'s with value 0

impl Writable for UCSR3C[src]

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