![]() |
ISSDK
1.8
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 97 of file auto_detection_service.h.
ADS_SupportedBoards_t board |
Definition at line 104 of file auto_detection_service.h.
Referenced by ADS_DetectFRDM().
uint32_t mcuFamId |
Definition at line 102 of file auto_detection_service.h.
Referenced by ADS_DetectFRDM().
uint32_t mcuFamilyId |
Definition at line 99 of file auto_detection_service.h.
Referenced by ADS_DetectFRDM().
uint32_t mcuPinId |
Definition at line 103 of file auto_detection_service.h.
Referenced by ADS_DetectFRDM().
uint32_t mcuSeriesId |
Definition at line 101 of file auto_detection_service.h.
Referenced by ADS_DetectFRDM().
uint32_t mcuSubfamilyId |
Definition at line 100 of file auto_detection_service.h.
Referenced by ADS_DetectFRDM().