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

type UCSR1B = Reg<u8, _UCSR1B>;

USART Control and Status Register B

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

For information about available fields see ucsr1b module

Trait Implementations

impl Readable for UCSR1B[src]

read() method returns ucsr1b::R reader structure

impl ResetValue for UCSR1B[src]

Register UCSR1B reset()'s with value 0

impl Writable for UCSR1B[src]

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