rs232toi2c 2.0.0.0
|
RS232 to I2C Click configuration object. More...
#include <rs232toi2c.h>
Data Fields | |
pin_name_t | scl |
pin_name_t | sda |
pin_name_t | wp |
pin_name_t | rst |
pin_name_t | int_pin |
uint32_t | i2c_speed |
uint8_t | i2c_address |
RS232 to I2C Click configuration object.
Configuration object definition of RS232 to I2C Click driver.
uint8_t i2c_address |
I2C slave address.
uint32_t i2c_speed |
I2C serial speed.
pin_name_t int_pin |
UART or GPIO interrupt pin depending on the INT SEL jumper position.
pin_name_t rst |
Active Low Reset pin.
pin_name_t scl |
Clock pin descriptor for I2C driver.
pin_name_t sda |
Bidirectional data pin descriptor for I2C driver.
pin_name_t wp |
Write Protect pin for EEPROM.