![]() |
LibDriver OPT300X
|
opt300x information structure definition More...
#include <driver_opt300x.h>
Data Fields | |
| char | chip_name [32] |
| char | manufacturer_name [32] |
| char | interface [8] |
| float | supply_voltage_min_v |
| float | supply_voltage_max_v |
| float | max_current_ma |
| float | temperature_min |
| float | temperature_max |
| uint32_t | driver_version |
opt300x information structure definition
Definition at line 210 of file driver_opt300x.h.
| char chip_name[32] |
chip name
Definition at line 212 of file driver_opt300x.h.
| uint32_t driver_version |
driver version
Definition at line 220 of file driver_opt300x.h.
| char interface[8] |
chip interface name
Definition at line 214 of file driver_opt300x.h.
| char manufacturer_name[32] |
manufacturer name
Definition at line 213 of file driver_opt300x.h.
| float max_current_ma |
chip max current
Definition at line 217 of file driver_opt300x.h.
| float supply_voltage_max_v |
chip max supply voltage
Definition at line 216 of file driver_opt300x.h.
| float supply_voltage_min_v |
chip min supply voltage
Definition at line 215 of file driver_opt300x.h.
| float temperature_max |
chip max operating temperature
Definition at line 219 of file driver_opt300x.h.
| float temperature_min |
chip min operating temperature
Definition at line 218 of file driver_opt300x.h.