[][src]Type Definition avr_device::atmega8::twi::TWAR

type TWAR = Reg<u8, _TWAR>;

TWI (Slave) Address register

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

For information about available fields see twar module

Trait Implementations

impl Readable for TWAR[src]

read() method returns twar::R reader structure

impl ResetValue for TWAR[src]

Register TWAR reset()'s with value 0

impl Writable for TWAR[src]

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