no-OS
Public Attributes | List of all members
no_os_i2c_desc Struct Reference

Structure holding I2C address descriptor. More...

#include <no_os_i2c.h>

Collaboration diagram for no_os_i2c_desc:
Collaboration graph
[legend]

Public Attributes

struct no_os_i2cbus_descbus
 
uint32_t device_id
 
uint32_t max_speed_hz
 
uint8_t slave_address
 
const struct no_os_i2c_platform_opsplatform_ops
 
void * extra
 

Detailed Description

Structure holding I2C address descriptor.

Member Data Documentation

◆ bus

struct no_os_i2cbus_desc* no_os_i2c_desc::bus

I2C bus address

◆ device_id

uint32_t no_os_i2c_desc::device_id

Device ID

◆ extra

void* no_os_i2c_desc::extra

I2C extra parameters (device specific parameters)

◆ max_speed_hz

uint32_t no_os_i2c_desc::max_speed_hz

I2C maximum transfer speed supported

◆ platform_ops

const struct no_os_i2c_platform_ops* no_os_i2c_desc::platform_ops

I2C platform specific functions

◆ slave_address

uint8_t no_os_i2c_desc::slave_address

Slave address


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