#include "stdint.h"
#include "sensor.h"
Go to the source code of this file.
|
| bool | raa228249_get_crc (uint8_t bus, uint8_t addr, uint32_t *crc) |
| |
| bool | raa228249_get_vout_max (sensor_cfg *cfg, uint8_t rail, uint16_t *millivolt) |
| |
| bool | raa228249_get_vout_min (sensor_cfg *cfg, uint8_t rail, uint16_t *millivolt) |
| |
| bool | raa228249_set_vout_max (sensor_cfg *cfg, uint8_t rail, uint16_t *millivolt) |
| |
| bool | raa228249_set_vout_min (sensor_cfg *cfg, uint8_t rail, uint16_t *millivolt) |
| |
| int | raa228249_get_remaining_wr (uint8_t bus, uint8_t addr, uint8_t *remain) |
| |
| bool | raa228249_fwupdate (uint8_t bus, uint8_t addr, uint8_t *img_buff, uint32_t img_size) |
| |
| bool | raa228249_get_vout_command (sensor_cfg *cfg, uint8_t rail, uint16_t *millivolt) |
| |
| bool | raa228249_set_vout_command (sensor_cfg *cfg, uint8_t rail, uint16_t *millivolt) |
| |
| bool | raa228249_get_vr_status (sensor_cfg *cfg, uint8_t rail, uint8_t vr_status_rail, uint16_t *vr_status) |
| |
| bool | raa228249_clear_vr_status (sensor_cfg *cfg, uint8_t rail) |
| |
◆ raa228249_clear_vr_status()
| bool raa228249_clear_vr_status |
( |
sensor_cfg * |
cfg, |
|
|
uint8_t |
rail |
|
) |
| |
◆ raa228249_fwupdate()
| bool raa228249_fwupdate |
( |
uint8_t |
bus, |
|
|
uint8_t |
addr, |
|
|
uint8_t * |
img_buff, |
|
|
uint32_t |
img_size |
|
) |
| |
◆ raa228249_get_crc()
| bool raa228249_get_crc |
( |
uint8_t |
bus, |
|
|
uint8_t |
addr, |
|
|
uint32_t * |
crc |
|
) |
| |
◆ raa228249_get_remaining_wr()
| int raa228249_get_remaining_wr |
( |
uint8_t |
bus, |
|
|
uint8_t |
addr, |
|
|
uint8_t * |
remain |
|
) |
| |
◆ raa228249_get_vout_command()
| bool raa228249_get_vout_command |
( |
sensor_cfg * |
cfg, |
|
|
uint8_t |
rail, |
|
|
uint16_t * |
millivolt |
|
) |
| |
◆ raa228249_get_vout_max()
| bool raa228249_get_vout_max |
( |
sensor_cfg * |
cfg, |
|
|
uint8_t |
rail, |
|
|
uint16_t * |
millivolt |
|
) |
| |
◆ raa228249_get_vout_min()
| bool raa228249_get_vout_min |
( |
sensor_cfg * |
cfg, |
|
|
uint8_t |
rail, |
|
|
uint16_t * |
millivolt |
|
) |
| |
◆ raa228249_get_vr_status()
| bool raa228249_get_vr_status |
( |
sensor_cfg * |
cfg, |
|
|
uint8_t |
rail, |
|
|
uint8_t |
vr_status_rail, |
|
|
uint16_t * |
vr_status |
|
) |
| |
◆ raa228249_set_vout_command()
| bool raa228249_set_vout_command |
( |
sensor_cfg * |
cfg, |
|
|
uint8_t |
rail, |
|
|
uint16_t * |
millivolt |
|
) |
| |
◆ raa228249_set_vout_max()
| bool raa228249_set_vout_max |
( |
sensor_cfg * |
cfg, |
|
|
uint8_t |
rail, |
|
|
uint16_t * |
millivolt |
|
) |
| |
◆ raa228249_set_vout_min()
| bool raa228249_set_vout_min |
( |
sensor_cfg * |
cfg, |
|
|
uint8_t |
rail, |
|
|
uint16_t * |
millivolt |
|
) |
| |