I2C Configuration Structure definition.
More...
#include <hal_i2c.h>
I2C Configuration Structure definition.
Definition at line 161 of file hal_i2c.h.
◆ addressing_mode
uint32_t _i2c_init::addressing_mode |
◆ general_call_mode
uint32_t _i2c_init::general_call_mode |
◆ own_address
uint32_t _i2c_init::own_address |
Specifies the device own address. This parameter can be a 7-bit or 10-bit address.
Definition at line 166 of file hal_i2c.h.
◆ rx_hold_time
uint32_t _i2c_init::rx_hold_time |
receive SDA hold time. the unit is ns
Definition at line 177 of file hal_i2c.h.
◆ speed
uint32_t _i2c_init::speed |
◆ tx_hold_time
uint32_t _i2c_init::tx_hold_time |
transmit SDA hold time. the unit is ns
Definition at line 175 of file hal_i2c.h.
The documentation for this struct was generated from the following file: