/hal_silabs-3.5.0/gecko/emlib/src/ |
D | em_lesense.c | 126 if (LESENSE->EN != 0U) { in LESENSE_Init() 134 while (LESENSE->EN & _LESENSE_EN_DISABLING_MASK) { in LESENSE_Init() 303 if (LESENSE->EN != 0U) { in LESENSE_ScanFreqSet() 311 while (LESENSE->EN & _LESENSE_EN_DISABLING_MASK) { in LESENSE_ScanFreqSet() 417 if (LESENSE->EN != 0U) { in LESENSE_ScanModeSet() 426 while (LESENSE->EN & _LESENSE_EN_DISABLING_MASK) { in LESENSE_ScanModeSet() 481 if (LESENSE->EN != 0U) { in LESENSE_StartDelaySet() 489 while (LESENSE->EN & _LESENSE_EN_DISABLING_MASK) { in LESENSE_StartDelaySet() 543 if (LESENSE->EN != 0U) { in LESENSE_ClkDivSet() 551 while (LESENSE->EN & _LESENSE_EN_DISABLING_MASK) { in LESENSE_ClkDivSet() [all …]
|
D | em_burtc.c | 193 if (BURTC->EN != 0U) { in BURTC_Init() 200 while (BURTC->EN & _BURTC_EN_DISABLING_MASK) { in BURTC_Init() 231 if ((BURTC->EN == 0U) && !enable) { in BURTC_Enable() 236 if (BURTC->EN != 0U) { in BURTC_Enable() 248 while (BURTC->EN & _BURTC_EN_DISABLING_MASK) { in BURTC_Enable() 355 if (BURTC->EN != 0U) { in BURTC_Reset() 375 while (BURTC->EN & _BURTC_EN_DISABLING_MASK) { in BURTC_Reset()
|
D | em_wdog.c | 94 while (wdog->EN & _WDOG_EN_DISABLING_MASK) { in WDOGn_Enable() 169 if ((wdog->EN & WDOG_EN_EN) == 0U) { in WDOGn_Feed() 208 if (wdog->EN != 0U) { in WDOGn_Init() 214 while (wdog->EN & _WDOG_EN_DISABLING_MASK) { in WDOGn_Init() 315 while ((wdog->EN != 0U) && (wdog->SYNCBUSY != 0U)) { in WDOGn_SyncWait()
|
D | em_pcnt.c | 180 while (pcnt->EN & _PCNT_EN_DISABLING_MASK) { in PCNT_Enable() 191 while (pcnt->EN & _PCNT_EN_DISABLING_MASK) { in PCNT_Enable() 229 return (pcnt->EN & _PCNT_EN_EN_MASK); in PCNT_IsEnabled() 384 while (pcnt->EN & _PCNT_EN_DISABLING_MASK) { in PCNT_PRSInputEnable() 707 if (pcnt->EN == 1U) { in PCNT_Init() 714 while (pcnt->EN & _PCNT_EN_DISABLING_MASK) { in PCNT_Init() 782 while (pcnt->EN & _PCNT_EN_DISABLING_MASK) { in PCNT_Init() 847 while (pcnt->EN & _PCNT_EN_DISABLING_MASK) ; in PCNT_Reset() 909 while (pcnt->EN & _PCNT_EN_DISABLING_MASK) { in PCNT_FilterConfiguration()
|
D | em_pdm.c | 87 pdm->EN = PDM_EN_EN_DISABLE; in PDM_Init() 112 pdm->EN = PDM_EN_EN_ENABLE; in PDM_Init() 140 if (pdm->EN != 0U) { in PDM_Reset() 164 pdm->EN = _PDM_EN_RESETVALUE; in PDM_Reset()
|
D | em_timer.c | 161 while (timer->EN & _TIMER_EN_DISABLING_MASK) { in TIMER_Init() 243 while (timer->EN & _TIMER_EN_DISABLING_MASK) { in TIMER_InitCC() 310 while (timer->EN & _TIMER_EN_DISABLING_MASK) { in TIMER_InitDTI() 463 while (timer->EN & _TIMER_EN_DISABLING_MASK) { 484 while (((timer->EN & TIMER_EN_EN) != 0U)
|
D | em_rtcc.c | 120 if ((RTCC->EN == 0U) && !enable) { in RTCC_Enable() 124 if (RTCC->EN != 0U) { in RTCC_Enable() 169 if (RTCC->EN != 0U) { in RTCC_Init()
|
D | em_acmp.c | 258 EFM_ASSERT(acmp->EN & ACMP_EN_EN); in ACMP_CapsenseChannelSet() 286 while ((acmp->EN != 0U) && (acmp->SYNCBUSY != 0U)) { in ACMP_Disable() 292 while (acmp->EN & _ACMP_EN_DISABLING_MASK) { in ACMP_Disable() 533 EFM_ASSERT(acmp->EN & ACMP_EN_EN); in ACMP_ChannelSet()
|
D | em_eusart.c | 536 bool wasEnabled = (eusart->EN & _EUSART_EN_EN_MASK) == true; in EUSART_BaudrateSet() 573 EFM_ASSERT(eusart->EN == EUSART_EN_EN); in EUSART_BaudrateSet() 767 EFM_ASSERT(eusart->EN == EUSART_EN_EN); in EUSART_PrsTriggerEnable() 878 if (eusart->EN) { in EUSART_AsyncInitCommon() 1050 if (eusart->EN) { in EUSART_SyncInitCommon() 1314 if (eusart->EN & _EUSART_EN_EN_MASK) { in EUSART_Disable() 1345 while (eusart->EN & _EUSART_EN_DISABLING_MASK) { in EUSART_Disable()
|
D | em_vdac.c | 70 if (vdac->EN & VDAC_EN_EN) { in VDAC_DisableModule() 89 while (vdac->EN & _VDAC_EN_DISABLING_MASK) { in VDAC_DisableModule() 574 if (vdac->EN & VDAC_EN_EN) { in VDAC_Reset()
|
D | em_iadc.c | 110 while (IADC0->EN & _IADC_EN_DISABLING_MASK) { in IADC_disable() 638 enabled = (iadc->EN & IADC_EN_EN) != 0UL; in IADC_updateSingleInput() 680 enabled = (iadc->EN & IADC_EN_EN) != 0UL; in IADC_setScanMask() 722 enabled = (iadc->EN & IADC_EN_EN) != 0UL; in IADC_updateScanEntry()
|
D | em_letimer.c | 598 while (letimer->EN & _LETIMER_EN_DISABLING_MASK) { in LETIMER_Reset() 616 while ((letimer->EN != 0U) && (letimer->SYNCBUSY != 0U)) { in LETIMER_SyncWait()
|
D | em_ldma.c | 90 LDMA->EN = 0; in LDMA_DeInit() 170 LDMA->EN = LDMA_EN_EN; in LDMA_Init()
|
D | em_i2c.c | 402 BUS_RegBitWrite(&(i2c->EN), _I2C_EN_EN_SHIFT, enable); in I2C_Enable() 454 i2c->EN = _I2C_EN_RESETVALUE; in I2C_Reset()
|
/hal_silabs-3.5.0/gecko/emlib/inc/ |
D | em_timer.h | 764 EFM_ASSERT(timer->EN & TIMER_EN_EN); in TIMER_CompareBufSet() 791 EFM_ASSERT(timer->EN & TIMER_EN_EN); in TIMER_CompareSet() 827 bool enabled = (timer->EN & TIMER_EN_EN) != 0UL; in TIMER_CounterSet() 836 while (timer->EN & _TIMER_EN_DISABLING_MASK) { in TIMER_CounterSet() 885 uint32_t timerEn = timer->EN & TIMER_EN_EN; in TIMER_EnableDTI() 889 while (timer->EN & _TIMER_EN_DISABLING_MASK) { in TIMER_EnableDTI() 945 EFM_ASSERT(timer->EN & TIMER_EN_EN); in TIMER_ClearDTIFault() 1100 EFM_ASSERT(timer->EN & TIMER_EN_EN); in TIMER_Lock() 1128 EFM_ASSERT(timer->EN & TIMER_EN_EN); in TIMER_TopBufSet() 1163 EFM_ASSERT(timer->EN & TIMER_EN_EN); in TIMER_TopSet() [all …]
|
D | em_lcd.h | 467 || (LCD->EN & _LCD_EN_DISABLING_MASK) in LCD_ReadyWait() 493 while (LCD->EN & _LCD_EN_DISABLING_MASK) { in LCD_Enable()
|
D | em_gpcrc.h | 185 BUS_RegBitWrite(&gpcrc->EN, _GPCRC_EN_EN_SHIFT, enable); in GPCRC_Enable()
|
D | em_burtc.h | 311 while ((BURTC->EN != 0U) && (BURTC->SYNCBUSY != 0U)) { in BURTC_SyncWait()
|
D | em_wdog.h | 378 return (wdog->EN & _WDOG_EN_EN_MASK) == WDOG_EN_EN; in WDOGn_IsEnabled()
|
/hal_silabs-3.5.0/gecko/service/sleeptimer/inc/ |
D | peripheral_sysrtc.h | 189 while ((SYSRTC0->EN & SYSRTC_EN_EN) && (SYSRTC0->SYNCBUSY != 0U)) { in sl_sysrtc_wait_sync() 199 …while ((SYSRTC0->SWRST & _SYSRTC_SWRST_RESETTING_MASK) || (SYSRTC0->EN & _SYSRTC_EN_DISABLING_MASK… in sl_sysrtc_wait_ready()
|
/hal_silabs-3.5.0/gecko/service/sleeptimer/src/ |
D | peripheral_sysrtc.c | 54 if (SYSRTC0->EN == SYSRTC_EN_EN) { in sl_sysrtc_init() 85 if (SYSRTC0->EN != SYSRTC_EN_EN) { in sl_sysrtc_disable()
|
/hal_silabs-3.5.0/gecko/Device/SiliconLabs/EFR32MG21/Include/ |
D | efr32mg21_dpll.h | 47 …__IOM uint32_t EN; /**< Enable … member
|
/hal_silabs-3.5.0/gecko/Device/SiliconLabs/EFR32BG22/Include/ |
D | efr32bg22_rfcrc.h | 47 __IOM uint32_t EN; /**< Enable peripheral clock to this module */ member
|
/hal_silabs-3.5.0/gecko/Device/SiliconLabs/EFR32MG24/Include/ |
D | efr32mg24_dpll.h | 47 …__IOM uint32_t EN; /**< Enable … member
|
/hal_silabs-3.5.0/gecko/Device/SiliconLabs/EFR32BG27/Include/ |
D | efr32bg27_dpll.h | 47 …__IOM uint32_t EN; /**< Enable … member
|