[][src]Type Definition avr_device::atmega1280::usart2::UCSR2B

type UCSR2B = Reg<u8, _UCSR2B>;

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

Trait Implementations

impl Readable for UCSR2B[src]

read() method returns ucsr2b::R reader structure

impl ResetValue for UCSR2B[src]

Register UCSR2B reset()'s with value 0

impl Writable for UCSR2B[src]

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