OpenBIC
OpenSource Bridge-IC
|
#include <stdio.h>
#include <logging/log.h>
#include "sensor.h"
#include "libutil.h"
#include "hal_i2c.h"
#include "i2c-mux-pca984x.h"
Functions | |
LOG_MODULE_REGISTER (i2c_mux_pca9846) | |
bool | set_pca9846_channel_and_transfer (uint8_t bus, uint8_t mux_addr, uint8_t mux_channel, uint8_t tran_type, I2C_MSG *msg) |
LOG_MODULE_REGISTER | ( | i2c_mux_pca9846 | ) |
bool set_pca9846_channel_and_transfer | ( | uint8_t | bus, |
uint8_t | mux_addr, | ||
uint8_t | mux_channel, | ||
uint8_t | tran_type, | ||
I2C_MSG * | msg | ||
) |