Home
last modified time | relevance | path

Searched refs:showId (Results 1 – 4 of 4) sorted by relevance

/hal_silabs-latest/simplicity_sdk/platform/emlib/inc/
Dem_iadc.h921 bool showId; /**< Tag FIFO entry with scan table entry id. */ member
944 bool showId; /**< Tag FIFO entry with single indicator (0x20). */ member
/hal_silabs-latest/gecko/emlib/inc/
Dem_iadc.h921 bool showId; /**< Tag FIFO entry with scan table entry id. */ member
944 bool showId; /**< Tag FIFO entry with single indicator (0x20). */ member
/hal_silabs-latest/simplicity_sdk/platform/emlib/src/
Dem_iadc.c545 | (init->showId ? IADC_SCANFIFOCFG_SHOWID : 0UL) in IADC_initScan()
621 | (init->showId ? IADC_SINGLEFIFOCFG_SHOWID : 0UL) in IADC_initSingle()
/hal_silabs-latest/gecko/emlib/src/
Dem_iadc.c551 | (init->showId ? IADC_SCANFIFOCFG_SHOWID : 0UL) in IADC_initScan()
627 | (init->showId ? IADC_SINGLEFIFOCFG_SHOWID : 0UL) in IADC_initSingle()