![]() |
LibDriver SYN6988
|
syn6988 information structure definition More...
#include <driver_syn6988.h>
Data Fields | |
| char | chip_name [32] |
| char | manufacturer_name [32] |
| char | interface [16] |
| float | supply_voltage_min_v |
| float | supply_voltage_max_v |
| float | max_current_ma |
| float | temperature_min |
| float | temperature_max |
| uint32_t | driver_version |
syn6988 information structure definition
Definition at line 196 of file driver_syn6988.h.
| char chip_name[32] |
chip name
Definition at line 198 of file driver_syn6988.h.
| uint32_t driver_version |
driver version
Definition at line 206 of file driver_syn6988.h.
| char interface[16] |
chip interface name
Definition at line 200 of file driver_syn6988.h.
| char manufacturer_name[32] |
manufacturer name
Definition at line 199 of file driver_syn6988.h.
| float max_current_ma |
chip max current
Definition at line 203 of file driver_syn6988.h.
| float supply_voltage_max_v |
chip max supply voltage
Definition at line 202 of file driver_syn6988.h.
| float supply_voltage_min_v |
chip min supply voltage
Definition at line 201 of file driver_syn6988.h.
| float temperature_max |
chip max operating temperature
Definition at line 205 of file driver_syn6988.h.
| float temperature_min |
chip min operating temperature
Definition at line 204 of file driver_syn6988.h.