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

type TWCR = Reg<u8, _TWCR>;

TWI Control Register

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

For information about available fields see twcr module

Trait Implementations

impl Readable for TWCR[src]

read() method returns twcr::R reader structure

impl ResetValue for TWCR[src]

Register TWCR reset()'s with value 0

impl Writable for TWCR[src]

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