[][src]Module avr_device::atmega328p::twi

Two Wire Serial Interface

Modules

twamr

TWI (Slave) Address Mask Register

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

TWAMR

TWAMR register accessor: an alias for Reg<TWAMR_SPEC>

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>