Linduino  1.3.0
Linear Technology Arduino-Compatible Demonstration Board
i2c_init_param Struct Reference

Detailed Description

Definition at line 77 of file platform_drivers.h.

Data Fields

i2c_type type
 
uint32_t id
 
uint32_t max_speed_hz
 
uint8_t slave_address
 

Field Documentation

◆ id

uint32_t i2c_init_param::id

Definition at line 79 of file platform_drivers.h.

◆ max_speed_hz

uint32_t i2c_init_param::max_speed_hz

Definition at line 80 of file platform_drivers.h.

◆ slave_address

uint8_t i2c_init_param::slave_address

Definition at line 81 of file platform_drivers.h.

◆ type

i2c_type i2c_init_param::type

Definition at line 78 of file platform_drivers.h.


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