|
OpenBIC
OpenSource Bridge-IC
|
#include <stdio.h>#include <stdint.h>

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) |
| #define ADM1272_HOT_SWAP_OUTPUT_REG 0x01 |
| #define ADM1272_POWER_CYCLE_REG 0xd9 |
| enum ADM1272_IRANGE |
| enum ADM1272_VRANGE |
| bool enable_adm1272_hsc | ( | uint8_t | bus, |
| uint8_t | addr, | ||
| bool | enable_flag | ||
| ) |
