Services and Modeling for Embedded Software Development
Embecosm divider strip
Prev  Next

6.4.  UART: Module Class Definition

6.4.1. Headers and Constant Definitions
6.4.2. Class Declaration and Constructor
6.4.3. Public Interface
6.4.4. SystemC Processes
6.4.5. Blocking Transport Callback
6.4.6. Utility Functions
6.4.7. UART State
6.4.8. Notifying the Bus Thread of Transaction Activity

The UART module class, UartSC definition may be found in sys-models/simple-soc/UartSC.h in the distribution. It uses the TLM 2.0 simple target convenience socket (described earlier in Chapter 5).

Embecosm divider strip