| /hal_silabs-latest/simplicity_sdk/platform/service/power_manager/src/common/ |
| D | sl_power_manager_em4.c | 250 init.srcClkPrescale = IADC_calcSrcClkPrescale(IADC0, CLK_SRC_ADC_FREQ, 0); in ramp_dvdd_and_switch_to_dcdc_bypass_mode() 256 IADC_calcAdcClkPrescale(IADC0, in ramp_dvdd_and_switch_to_dcdc_bypass_mode() 263 IADC_reset(IADC0); in ramp_dvdd_and_switch_to_dcdc_bypass_mode() 269 IADC_init(IADC0, &init, &initAllConfigs); in ramp_dvdd_and_switch_to_dcdc_bypass_mode() 270 IADC_initSingle(IADC0, &initSingle, &initSingleInput); in ramp_dvdd_and_switch_to_dcdc_bypass_mode() 273 IADC_command(IADC0, iadcCmdStartSingle); in ramp_dvdd_and_switch_to_dcdc_bypass_mode() 282 volatile IADC_Result_t current_result = IADC_readSingleResult(IADC0); in ramp_dvdd_and_switch_to_dcdc_bypass_mode() 302 current_result = IADC_readSingleResult(IADC0); in ramp_dvdd_and_switch_to_dcdc_bypass_mode()
|
| /hal_silabs-latest/simplicity_sdk/platform/emlib/src/ |
| D | em_iadc.c | 66 #define IADC_REF_VALID(ref) ((ref) == IADC0) 67 #define IADC_NUM(ref) (((ref) == IADC0) ? 0 : -1) 69 #define IADC_REF_VALID(ref) (((ref) == IADC0) || ((ref) == IADC1)) 70 #define IADC_NUM(ref) (((ref) == IADC0) ? 0 : ((ref) == IADC1) ? 1 : -1) 105 (iadc) == IADC0 ? IADC0_SCANENTRIES \ 116 (iadc) == IADC0 ? IADC0_FIFOENTRIES \ 120 (iadc) == IADC0 ? cmuClock_IADC0 \ 140 while (IADC0->EN & _IADC_EN_DISABLING_MASK) { in IADC_disable() 461 IADC0->CFG[config].SCALE &= ~_IADC_SCALE_MASK; in IADC_init() 465 IADC0->CFG[config].SCALE |= IADC_SCALE_GAIN3MSB_GAIN100; in IADC_init() [all …]
|
| D | em_prs.c | 250 #if defined(IADC0) in PRS_ConvertToSyncSignal()
|
| /hal_silabs-latest/gecko/emlib/src/ |
| D | em_iadc.c | 66 #define IADC_REF_VALID(ref) ((ref) == IADC0) 67 #define IADC_NUM(ref) (((ref) == IADC0) ? 0 : -1) 69 #define IADC_REF_VALID(ref) (((ref) == IADC0) || ((ref) == IADC1)) 70 #define IADC_NUM(ref) (((ref) == IADC0) ? 0 : ((ref) == IADC1) ? 1 : -1) 105 (iadc) == IADC0 ? IADC0_SCANENTRIES \ 116 (iadc) == IADC0 ? IADC0_FIFOENTRIES \ 120 (iadc) == IADC0 ? cmuClock_IADC0 \ 140 while (IADC0->EN & _IADC_EN_DISABLING_MASK) { in IADC_disable() 467 IADC0->CFG[config].SCALE &= ~_IADC_SCALE_MASK; in IADC_init() 471 IADC0->CFG[config].SCALE |= IADC_SCALE_GAIN3MSB_GAIN100; in IADC_init() [all …]
|
| D | em_prs.c | 250 #if defined(IADC0) in PRS_ConvertToSyncSignal()
|
| /hal_silabs-latest/simplicity_sdk/platform/Device/SiliconLabs/EFR32BG29/Include/ |
| D | efr32bg29b220f1024cj45.h | 955 #define IADC0 ((IADC_TypeDef *) IADC0_BASE) /**< IADC0 base po… macro 1295 #define IADC(n) (((n) == 0) ? IADC0 \ 1297 #define IADC_NUM(ref) (((ref) == IADC0) ? 0 \
|
| D | efr32bg29b221f1024cj45.h | 955 #define IADC0 ((IADC_TypeDef *) IADC0_BASE) /**< IADC0 base po… macro 1295 #define IADC(n) (((n) == 0) ? IADC0 \ 1297 #define IADC_NUM(ref) (((ref) == IADC0) ? 0 \
|
| D | efr32bg29b140f1024im40.h | 970 #define IADC0 ((IADC_TypeDef *) IADC0_BASE) /**< IADC0 base po… macro 1310 #define IADC(n) (((n) == 0) ? IADC0 \ 1312 #define IADC_NUM(ref) (((ref) == IADC0) ? 0 \
|
| D | efr32bg29b230f1024cm40.h | 969 #define IADC0 ((IADC_TypeDef *) IADC0_BASE) /**< IADC0 base po… macro 1309 #define IADC(n) (((n) == 0) ? IADC0 \ 1311 #define IADC_NUM(ref) (((ref) == IADC0) ? 0 \
|
| /hal_silabs-latest/simplicity_sdk/platform/Device/SiliconLabs/EFR32MG29/Include/ |
| D | efr32mg29b140f1024im40.h | 970 #define IADC0 ((IADC_TypeDef *) IADC0_BASE) /**< IADC0 base po… macro 1310 #define IADC(n) (((n) == 0) ? IADC0 \ 1312 #define IADC_NUM(ref) (((ref) == IADC0) ? 0 \
|
| D | efr32mg29b230f1024cm40.h | 969 #define IADC0 ((IADC_TypeDef *) IADC0_BASE) /**< IADC0 base po… macro 1309 #define IADC(n) (((n) == 0) ? IADC0 \ 1311 #define IADC_NUM(ref) (((ref) == IADC0) ? 0 \
|
| /hal_silabs-latest/simplicity_sdk/platform/Device/SiliconLabs/EFR32BG27/Include/ |
| D | efr32bg27c230f768im32.h | 984 #define IADC0 ((IADC_TypeDef *) IADC0_BASE) /**< IADC0 base point… macro 1288 #define IADC(n) (((n) == 0) ? IADC0 \ 1290 #define IADC_NUM(ref) (((ref) == IADC0) ? 0 \
|
| D | efr32bg27c320f768gj39.h | 990 #define IADC0 ((IADC_TypeDef *) IADC0_BASE) /**< IADC0 base point… macro 1294 #define IADC(n) (((n) == 0) ? IADC0 \ 1296 #define IADC_NUM(ref) (((ref) == IADC0) ? 0 \
|
| D | efr32bg27c140f768im32.h | 989 #define IADC0 ((IADC_TypeDef *) IADC0_BASE) /**< IADC0 base point… macro 1293 #define IADC(n) (((n) == 0) ? IADC0 \ 1295 #define IADC_NUM(ref) (((ref) == IADC0) ? 0 \
|
| D | efr32bg27c140f768im40.h | 1005 #define IADC0 ((IADC_TypeDef *) IADC0_BASE) /**< IADC0 base point… macro 1309 #define IADC(n) (((n) == 0) ? IADC0 \ 1311 #define IADC_NUM(ref) (((ref) == IADC0) ? 0 \
|
| D | efr32bg27c230f768im40.h | 1004 #define IADC0 ((IADC_TypeDef *) IADC0_BASE) /**< IADC0 base point… macro 1308 #define IADC(n) (((n) == 0) ? IADC0 \ 1310 #define IADC_NUM(ref) (((ref) == IADC0) ? 0 \
|
| D | efr32bg27c320f768ij39.h | 990 #define IADC0 ((IADC_TypeDef *) IADC0_BASE) /**< IADC0 base point… macro 1294 #define IADC(n) (((n) == 0) ? IADC0 \ 1296 #define IADC_NUM(ref) (((ref) == IADC0) ? 0 \
|
| /hal_silabs-latest/simplicity_sdk/platform/emlib/inc/ |
| D | em_prs.h | 641 #if defined(IADC0)
|
| /hal_silabs-latest/gecko/emlib/inc/ |
| D | em_prs.h | 635 #if defined(IADC0)
|
| /hal_silabs-latest/simplicity_sdk/platform/Device/SiliconLabs/EFR32MG21/Include/ |
| D | efr32mg21a010f1024im32.h | 891 #define IADC0 ((IADC_TypeDef *) IADC0_BASE) /**< IADC0 base po… macro
|
| D | efr32mg21a010f512im32.h | 891 #define IADC0 ((IADC_TypeDef *) IADC0_BASE) /**< IADC0 base po… macro
|
| D | efr32mg21a010f768im32.h | 891 #define IADC0 ((IADC_TypeDef *) IADC0_BASE) /**< IADC0 base po… macro
|
| D | efr32mg21a020f1024im32.h | 893 #define IADC0 ((IADC_TypeDef *) IADC0_BASE) /**< IADC0 base po… macro
|
| D | efr32mg21a020f512im32.h | 893 #define IADC0 ((IADC_TypeDef *) IADC0_BASE) /**< IADC0 base po… macro
|
| D | efr32mg21a020f768im32.h | 893 #define IADC0 ((IADC_TypeDef *) IADC0_BASE) /**< IADC0 base po… macro
|