Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
uart_emul Struct Reference

Node in a linked list of emulators for UART devices. More...

#include <uart_emul.h>

Data Fields

sys_snode_t node
 
const struct emultarget
 Target emulator - REQUIRED for all emulated bus nodes of any type.
 
const struct uart_emul_device_apiapi
 API provided for this device.
 

Detailed Description

Node in a linked list of emulators for UART devices.

Field Documentation

◆ api

const struct uart_emul_device_api* uart_emul::api

API provided for this device.

◆ node

sys_snode_t uart_emul::node

◆ target

const struct emul* uart_emul::target

Target emulator - REQUIRED for all emulated bus nodes of any type.


The documentation for this struct was generated from the following file: