OpenBIC
OpenSource Bridge-IC
adm1272.h File Reference
#include <stdio.h>
#include <stdint.h>
Include dependency graph for adm1272.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ADM1272_HOT_SWAP_OUTPUT_REG   0x01
 
#define ADM1272_POWER_CYCLE_REG   0xd9
 

Enumerations

enum  ADM1272_IRANGE { IRANGE_0MV_TO_15MV = 0x0 , IRANGE_0MV_TO_30MV = 0x1 }
 
enum  ADM1272_VRANGE { VRANGE_0V_TO_60V = 0x0 , VRANGE_0V_TO_100V = 0x1 }
 

Functions

bool enable_adm1272_hsc (uint8_t bus, uint8_t addr, bool enable_flag)
 

Macro Definition Documentation

◆ ADM1272_HOT_SWAP_OUTPUT_REG

#define ADM1272_HOT_SWAP_OUTPUT_REG   0x01

◆ ADM1272_POWER_CYCLE_REG

#define ADM1272_POWER_CYCLE_REG   0xd9

Enumeration Type Documentation

◆ ADM1272_IRANGE

Enumerator
IRANGE_0MV_TO_15MV 
IRANGE_0MV_TO_30MV 

◆ ADM1272_VRANGE

Enumerator
VRANGE_0V_TO_60V 
VRANGE_0V_TO_100V 

Function Documentation

◆ enable_adm1272_hsc()

bool enable_adm1272_hsc ( uint8_t  bus,
uint8_t  addr,
bool  enable_flag 
)
Here is the call graph for this function: