[][src]Type Definition avr_device::atmega8::usart::UBRRH

type UBRRH = Reg<u8, _UBRRH>;

USART Baud Rate Register Hight Byte

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

For information about available fields see ubrrh module

Trait Implementations

impl Readable for UBRRH[src]

read() method returns ubrrh::R reader structure

impl ResetValue for UBRRH[src]

Register UBRRH reset()'s with value 0

impl Writable for UBRRH[src]

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