sim_twi.h File Reference
|
yasimavr
|
Loading...
Searching...
No Matches
sim_twi.h File Reference
Go to the source code of this file.
Classes | |
| class | TWI::EndPoint |
| An endpoint connected to a TWI bus. Represents a device connected to a TWI bus model and implements the basic level logic common to a host and a client. More... | |
| class | TWI::Client |
| Base abstract definition for a TWI client. This class implements the basic state machine to interface a TWI bus as a client. It is design to be controlled by a upper layer object (a controller). The interface notifies the controller of bus events (start, address, etc) via the signals and the controller shall use the API of this class to react accordingly. More... | |
| class | TWI::Host |
| Base abstract definition for a TWI host. This class implements the basic state machine to interface a TWI bus as a host. It is design to be controlled by a upper layer object (a controller). The interface notifies the controller of bus events (start, address, etc) via the signals and the controller shall use the API of this class to react accordingly. More... | |
Namespaces | |
| namespace | TWI |
| Common enums and signal definitions for TWI classes. | |
Macros | |
Controller requests definition for SPI | |
| #define | AVR_CTLREQ_TWI_BUS_ERROR (AVR_CTLREQ_BASE + 1) |
Generated by