Struct avr_device::atmega2560::twi::RegisterBlock
source · #[repr(C)]pub struct RegisterBlock {
pub twbr: TWBR,
pub twsr: TWSR,
pub twar: TWAR,
pub twdr: TWDR,
pub twcr: TWCR,
pub twamr: TWAMR,
}Expand description
Register block
Fields§
§twbr: TWBR0x00 - TWI Bit Rate register
twsr: TWSR0x01 - TWI Status Register
twar: TWAR0x02 - TWI (Slave) Address register
twdr: TWDR0x03 - TWI Data register
twcr: TWCR0x04 - TWI Control Register
twamr: TWAMR0x05 - TWI (Slave) Address Mask Register