[][src]Type Definition avr_device::atmega2560::twi::TWAMR

type TWAMR = Reg<u8, _TWAMR>;

TWI (Slave) Address Mask Register

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

For information about available fields see twamr module

Trait Implementations

impl Readable for TWAMR[src]

read() method returns twamr::R reader structure

impl ResetValue for TWAMR[src]

Register TWAMR reset()'s with value 0

impl Writable for TWAMR[src]

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