[][src]Type Definition avr_device::atmega328p::twi::TWBR

type TWBR = Reg<u8, _TWBR>;

TWI Bit Rate register

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

For information about available fields see twbr module

Trait Implementations

impl Readable for TWBR[src]

read() method returns twbr::R reader structure

impl ResetValue for TWBR[src]

Register TWBR reset()'s with value 0

impl Writable for TWBR[src]

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