OpenBIC
OpenSource Bridge-IC
i2c-mux-pi4msd5v9542.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define PI4MSD5V9542_DEFAULT_SETTING   0
 
#define PI4MSD5V9542_ENABLE_BIT   BIT(2)
 
#define PI4MSD5V9542_SELECT_CHANNEL_0   0
 
#define PI4MSD5V9542_SELECT_CHANNEL_1   1
 

Enumerations

enum  PI4MSD5V9542_CHANNEL { PI4MSD5V9542_CHANNEL_0 = (PI4MSD5V9542_ENABLE_BIT | PI4MSD5V9542_SELECT_CHANNEL_0) , PI4MSD5V9542_CHANNEL_1 = (PI4MSD5V9542_ENABLE_BIT | PI4MSD5V9542_SELECT_CHANNEL_1) }
 

Macro Definition Documentation

◆ PI4MSD5V9542_DEFAULT_SETTING

#define PI4MSD5V9542_DEFAULT_SETTING   0

◆ PI4MSD5V9542_ENABLE_BIT

#define PI4MSD5V9542_ENABLE_BIT   BIT(2)

◆ PI4MSD5V9542_SELECT_CHANNEL_0

#define PI4MSD5V9542_SELECT_CHANNEL_0   0

◆ PI4MSD5V9542_SELECT_CHANNEL_1

#define PI4MSD5V9542_SELECT_CHANNEL_1   1

Enumeration Type Documentation

◆ PI4MSD5V9542_CHANNEL

Enumerator
PI4MSD5V9542_CHANNEL_0 
PI4MSD5V9542_CHANNEL_1