![]() |
ISSDK
1.7
IoT Sensing Software Development Kit
|
This defines a record type to store the expected field values of the LPC device ID. More...
#include <auto_detection_service.h>
Data Fields | |
uint32_t | mcuDeviceId |
ADS_SupportedBoards_t | board |
uint32_t | mcuChipId |
uint32_t | mcuChipIdMask |
This defines a record type to store the expected field values of the LPC device ID.
Definition at line 119 of file auto_detection_service.h.
ADS_SupportedBoards_t board |
Definition at line 122 of file auto_detection_service.h.
Referenced by ADS_DetectLPC(), and ADS_DetectQN().
uint32_t mcuChipId |
Definition at line 120 of file auto_detection_service.h.
Referenced by ADS_DetectQN().
uint32_t mcuChipIdMask |
Definition at line 121 of file auto_detection_service.h.
Referenced by ADS_DetectQN().
uint32_t mcuDeviceId |
Definition at line 121 of file auto_detection_service.h.
Referenced by ADS_DetectLPC().