Namespace List

yasimavr: Namespace List
yasimavr
Loading...
Searching...
No Matches
Namespace List
Here is a list of all namespaces with brief descriptions:
[detail level 12]
 NACPGeneric Analog Comparator definitions
 Cchannel_config_t
 NADCGeneric ADC definitions
 Cchannel_config_t
 NSPIGeneric Serial Peripheral Interface definitions
 CEndPointAn endpoint connected to a SPI bus. Represents a device connected to a SPI bus model and acting as a host or client. This is primarily intended to help simulate peripherals connected to the MCU model. Note that this class only implements the logic require to shift bytes across the SPI bus in all modes or bit orders
 NTWICommon enums and signal definitions for TWI classes
 CClientBase 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
 CEndPointAn 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
 CHostBase 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
 NUARTCommon enums and signal definitions for UART classes
 CUSARTGeneric model defining an universal synchronous/asynchronous serial interface a.k.a. USART