![]() |
ISSDK
1.7
IoT Sensing Software Development Kit
|
This defines a record type to store the expected field values in the MCU SDID register word aligned. More...
#include <auto_detection_service.h>
Data Fields | |
uint32_t | mcuFamilyId |
uint32_t | mcuSubfamilyId |
uint32_t | mcuSeriesId |
uint32_t | mcuFamId |
uint32_t | mcuPinId |
ADS_SupportedBoards_t | board |
This defines a record type to store the expected field values in the MCU SDID register word aligned.
Definition at line 123 of file auto_detection_service.h.
ADS_SupportedBoards_t board |
Definition at line 130 of file auto_detection_service.h.
Referenced by ADS_DetectFRDM().
uint32_t mcuFamId |
Definition at line 128 of file auto_detection_service.h.
Referenced by ADS_DetectFRDM().
uint32_t mcuFamilyId |
Definition at line 125 of file auto_detection_service.h.
Referenced by ADS_DetectFRDM().
uint32_t mcuPinId |
Definition at line 129 of file auto_detection_service.h.
Referenced by ADS_DetectFRDM().
uint32_t mcuSeriesId |
Definition at line 127 of file auto_detection_service.h.
Referenced by ADS_DetectFRDM().
uint32_t mcuSubfamilyId |
Definition at line 126 of file auto_detection_service.h.
Referenced by ADS_DetectFRDM().