Zephyr API Documentation  3.5.0
A Scalable Open Source RTOS
3.5.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
i2c_emul Struct Reference

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

#include <i2c_emul.h>

Data Fields

sys_snode_t node
 
const struct emultarget
 Target emulator - REQUIRED for all emulated bus nodes of any type.
 
const struct i2c_emul_apiapi
 
uint16_t addr
 

Detailed Description

Node in a linked list of emulators for I2C devices.

Field Documentation

◆ addr

uint16_t i2c_emul::addr

◆ api

const struct i2c_emul_api* i2c_emul::api

◆ node

sys_snode_t i2c_emul::node

◆ target

const struct emul* i2c_emul::target

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


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