|  | LibDriver SYN6288
    | 
syn6288 information structure definition More...
#include <driver_syn6288.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 | 
syn6288 information structure definition
Definition at line 226 of file driver_syn6288.h.
| char chip_name[32] | 
chip name
Definition at line 228 of file driver_syn6288.h.
| uint32_t driver_version | 
driver version
Definition at line 236 of file driver_syn6288.h.
| char interface[8] | 
chip interface name
Definition at line 230 of file driver_syn6288.h.
| char manufacturer_name[32] | 
manufacturer name
Definition at line 229 of file driver_syn6288.h.
| float max_current_ma | 
chip max current
Definition at line 233 of file driver_syn6288.h.
| float supply_voltage_max_v | 
chip max supply voltage
Definition at line 232 of file driver_syn6288.h.
| float supply_voltage_min_v | 
chip min supply voltage
Definition at line 231 of file driver_syn6288.h.
| float temperature_max | 
chip max operating temperature
Definition at line 235 of file driver_syn6288.h.
| float temperature_min | 
chip min operating temperature
Definition at line 234 of file driver_syn6288.h.