libxr 1.0
Want to be the best embedded framework
Loading...
Searching...
No Matches
LibXR::I2C::Configuration Struct Reference

I2C 设备的配置信息结构体。 Configuration structure for an I2C device. More...

#include <i2c.hpp>

Data Fields

uint32_t clock_speed
 I2C 通信时钟速率(单位:Hz)。 The I2C clock speed (in Hz).
 

Detailed Description

I2C 设备的配置信息结构体。 Configuration structure for an I2C device.

Definition at line 23 of file i2c.hpp.

Field Documentation

◆ clock_speed

uint32_t LibXR::I2C::Configuration::clock_speed

I2C 通信时钟速率(单位:Hz)。 The I2C clock speed (in Hz).

Definition at line 26 of file i2c.hpp.


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