[][src]Type Definition avr_device::atmega32u4::twi::TWSR

type TWSR = Reg<u8, _TWSR>;

TWI Status Register

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

For information about available fields see twsr module

Trait Implementations

impl Readable for TWSR[src]

read() method returns twsr::R reader structure

impl ResetValue for TWSR[src]

Register TWSR reset()'s with value 0

impl Writable for TWSR[src]

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