[][src]Module avr_device::atmega8::twi

Two Wire Serial Interface

Modules

twar

TWI (Slave) Address register

twbr

TWI Bit Rate register

twcr

TWI Control Register

twdr

TWI Data register

twsr

TWI Status Register

Structs

RegisterBlock

Register block

Type Definitions

TWAR

TWAR register accessor: an alias for Reg<TWAR_SPEC>

TWBR

TWBR register accessor: an alias for Reg<TWBR_SPEC>

TWCR

TWCR register accessor: an alias for Reg<TWCR_SPEC>

TWDR

TWDR register accessor: an alias for Reg<TWDR_SPEC>

TWSR

TWSR register accessor: an alias for Reg<TWSR_SPEC>