Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
no_bus_emul Struct Reference

Emulator API stub when an emulator is not actually placed on a bus. More...

#include <zephyr/drivers/emul.h>

Data Fields

void * api
 Emulator-specific bus API.
uint16_t addr
 Emulated device address, from the devicetree reg property.

Detailed Description

Emulator API stub when an emulator is not actually placed on a bus.

Field Documentation

◆ addr

uint16_t no_bus_emul::addr

Emulated device address, from the devicetree reg property.

◆ api

void* no_bus_emul::api

Emulator-specific bus API.


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