Go to the documentation of this file.
35 #include "mikrosdk_version.h"
38 #if mikroSDK_GET_VERSION < 20800ul
39 #include "rcu_delays.h"
45 #include "drv_digital_out.h"
46 #include "drv_digital_in.h"
47 #include "drv_i2c_master.h"
69 #define I2CMUX5_REGISTER_0 0x00
70 #define I2CMUX5_REGISTER_1 0x01
71 #define I2CMUX5_REGISTER_2 0x02
72 #define I2CMUX5_REGISTER_3 0x03
95 #define I2CMUX5_SET_REG_0_US_BUS_DISCONNECTED 0x00
96 #define I2CMUX5_SET_REG_0_US_BUS_CONNECTED 0x80
97 #define I2CMUX5_SET_REG_0_ALERT1_STATE_LOW 0x00
98 #define I2CMUX5_SET_REG_0_ALERT1_STATE_HIGH 0x40
99 #define I2CMUX5_SET_REG_0_ALERT2_STATE_LOW 0x00
100 #define I2CMUX5_SET_REG_0_ALERT2_STATE_HIGH 0x20
101 #define I2CMUX5_SET_REG_0_ALERT3_STATE_LOW 0x00
102 #define I2CMUX5_SET_REG_0_ALERT3_STATE_HIGH 0x10
103 #define I2CMUX5_SET_REG_0_ALERT4_STATE_LOW 0x00
104 #define I2CMUX5_SET_REG_0_ALERT5_STATE_HIGH 0x08
105 #define I2CMUX5_SET_REG_0_ATTEMPT_CONN_FAILED 0x00
106 #define I2CMUX5_SET_REG_0_ATTEMPT_CONN_OK 0x04
107 #define I2CMUX5_SET_REG_0_NO_LATCHED_TIMEOUT 0x00
108 #define I2CMUX5_SET_REG_0_LATCHED_TIMEOUT 0x02
109 #define I2CMUX5_SET_REG_0_NO_TIMEOUT_OCCURRING 0x00
110 #define I2CMUX5_SET_REG_0_TIMEOUT_OCCURRING 0x01
117 #define I2CMUX5_SET_REG_1_URTAC_INACTIVE 0x00
118 #define I2CMUX5_SET_REG_1_URTAC_ACTIVE 0x80
119 #define I2CMUX5_SET_REG_1_DRTAC_INACTIVE 0x00
120 #define I2CMUX5_SET_REG_1_DRTAC_ACTIVE 0x40
121 #define I2CMUX5_SET_REG_1_GPIO_1_LOW 0x00
122 #define I2CMUX5_SET_REG_1_GPIO_1_HIGH 0x20
123 #define I2CMUX5_SET_REG_1_GPIO_2_LOW 0x00
124 #define I2CMUX5_SET_REG_1_GPIO_2_HIGH 0x10
130 #define I2CMUX5_SET_REG_2_CFG_GPIO_1_OUTPUT 0x00
131 #define I2CMUX5_SET_REG_2_CFG_GPIO_1_INPUT 0x80
132 #define I2CMUX5_SET_REG_2_CFG_GPIO_2_OUTPUT 0x00
133 #define I2CMUX5_SET_REG_2_CFG_GPIO_2_INPUT 0x40
134 #define I2CMUX5_SET_REG_2_BUS_LOGIC_STATE_BITS 0x00
135 #define I2CMUX5_SET_REG_2_CONN_RGL_LOGIC_STATE 0x20
136 #define I2CMUX5_SET_REG_2_CFG_GPIO_1_OD_PULL_DOWN 0x00
137 #define I2CMUX5_SET_REG_2_CFG_GPIO_1_PUSH_PULL 0x10
138 #define I2CMUX5_SET_REG_2_CFG_GPIO_2_OD_PULL_DOWN 0x00
139 #define I2CMUX5_SET_REG_2_CFG_GPIO_2_PUSH_PULL 0x08
140 #define I2CMUX5_SET_REG_2_MASS_WRITE_DISABLE 0x00
141 #define I2CMUX5_SET_REG_2_MASS_WRITE_ENABLE 0x04
142 #define I2CMUX5_SET_REG_2_TIMEOUT_DISABLED 0x00
143 #define I2CMUX5_SET_REG_2_TIMEOUT_MODE_30_MS 0x01
144 #define I2CMUX5_SET_REG_2_TIMEOUT_MODE_15_MS 0x02
145 #define I2CMUX5_SET_REG_2_TIMEOUT_MODE_7_5_MS 0x03
151 #define I2CMUX5_SET_REG_3_BUS_1_SWITCH_OPEN 0x00
152 #define I2CMUX5_SET_REG_3_BUS_1_SWITCH_CLOSED 0x80
153 #define I2CMUX5_SET_REG_3_BUS_2_SWITCH_OPEN 0x00
154 #define I2CMUX5_SET_REG_3_BUS_2_SWITCH_CLOSED 0x40
155 #define I2CMUX5_SET_REG_3_BUS_3_SWITCH_OPEN 0x00
156 #define I2CMUX5_SET_REG_3_BUS_3_SWITCH_CLOSED 0x20
157 #define I2CMUX5_SET_REG_3_BUS_4_SWITCH_OPEN 0x00
158 #define I2CMUX5_SET_REG_3_BUS_4_SWITCH_CLOSED 0x10
164 #define I2CMUX5_CH_SEL_ERROR 0xFF
171 #define I2CMUX5_SET_DEV_ADDR 0x44
178 #define I2CMUX5_SET_6DOF_IMU_9_ADDR 0x69
179 #define I2CMUX5_SET_6DOF_IMU_11_ADDR 0x0E
180 #define I2CMUX5_SET_RTC_10_ADDR 0x68
181 #define I2CMUX5_SET_ACCEL_10_ADDR 0x18
200 #define I2CMUX5_CH_1 0x01
201 #define I2CMUX5_CH_2 0x02
202 #define I2CMUX5_CH_3 0x03
203 #define I2CMUX5_CH_4 0x04
217 #define I2CMUX5_PIN_STATE_LOW 0
218 #define I2CMUX5_PIN_STATE_HIGH 1
232 #define I2CMUX5_MAP_MIKROBUS( cfg, mikrobus ) \
233 cfg.scl = MIKROBUS( mikrobus, MIKROBUS_SCL ); \
234 cfg.sda = MIKROBUS( mikrobus, MIKROBUS_SDA ); \
235 cfg.en = MIKROBUS( mikrobus, MIKROBUS_CS ); \
236 cfg.ready = MIKROBUS( mikrobus, MIKROBUS_AN ); \
237 cfg.alert = MIKROBUS( mikrobus, MIKROBUS_INT )
err_t i2cmux5_generic_write(i2cmux5_t *ctx, uint8_t reg, uint8_t *tx_buf, uint8_t tx_len)
I2C MUX 5 I2C writing function.
digital_out_t en
Definition: i2cmux5.h:250
pin_name_t alert
Definition: i2cmux5.h:278
pin_name_t ready
Definition: i2cmux5.h:277
void i2cmux5_hw_reset(i2cmux5_t *ctx)
I2C MUX 5 HW reset function.
uint8_t i2cmux5_channel_read_byte(i2cmux5_t *ctx, uint8_t sel_ch, uint8_t ch_slave_addr, uint8_t reg)
I2C MUX 5 I2C channel reading function.
err_t i2cmux5_generic_read(i2cmux5_t *ctx, uint8_t reg, uint8_t *rx_buf, uint8_t rx_len)
I2C MUX 5 I2C reading function.
pin_name_t scl
Definition: i2cmux5.h:273
uint8_t i2cmux5_check_alert(i2cmux5_t *ctx)
I2C MUX 5 check alert function.
uint8_t i2cmux5_check_ch_alert(i2cmux5_t *ctx, uint8_t n_channel)
I2C MUX 5 check channel alert function.
uint8_t i2c_address
Definition: i2cmux5.h:281
digital_in_t ready
Definition: i2cmux5.h:254
uint32_t i2c_speed
Definition: i2cmux5.h:280
pin_name_t sda
Definition: i2cmux5.h:274
i2c_master_t i2c
Definition: i2cmux5.h:259
void i2cmux5_cfg_setup(i2cmux5_cfg_t *cfg)
I2C MUX 5 configuration object setup function.
digital_in_t alert
Definition: i2cmux5.h:255
uint8_t i2cmux5_check_rdy(i2cmux5_t *ctx)
I2C MUX 5 check rdy function.
pin_name_t en
Definition: i2cmux5.h:276
void i2cmux5_dev_enable(i2cmux5_t *ctx)
I2C MUX 5 enable the device function.
I2C MUX 5 Click context object.
Definition: i2cmux5.h:247
void i2cmux5_default_cfg(i2cmux5_t *ctx)
I2C MUX 5 default configuration function.
I2C MUX 5 Click configuration object.
Definition: i2cmux5.h:272
err_t i2cmux5_init(i2cmux5_t *ctx, i2cmux5_cfg_t *cfg)
I2C MUX 5 initialization function.
uint8_t slave_address
Definition: i2cmux5.h:263
void i2cmux5_channel_write_byte(i2cmux5_t *ctx, uint8_t sel_ch, uint8_t ch_slave_addr, uint8_t reg, uint8_t tx_data)
I2C MUX 5 I2C channel writing function.