Home
last modified time | relevance | path

Searched refs:EN (Results 1 – 25 of 102) sorted by relevance

12345

/hal_silabs-3.5.0/gecko/emlib/src/
Dem_lesense.c126 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 …]
Dem_burtc.c193 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()
Dem_wdog.c94 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()
Dem_pcnt.c180 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()
Dem_pdm.c87 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()
Dem_timer.c161 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)
Dem_rtcc.c120 if ((RTCC->EN == 0U) && !enable) { in RTCC_Enable()
124 if (RTCC->EN != 0U) { in RTCC_Enable()
169 if (RTCC->EN != 0U) { in RTCC_Init()
Dem_acmp.c258 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()
Dem_eusart.c536 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()
Dem_vdac.c70 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()
Dem_iadc.c110 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()
Dem_letimer.c598 while (letimer->EN & _LETIMER_EN_DISABLING_MASK) { in LETIMER_Reset()
616 while ((letimer->EN != 0U) && (letimer->SYNCBUSY != 0U)) { in LETIMER_SyncWait()
Dem_ldma.c90 LDMA->EN = 0; in LDMA_DeInit()
170 LDMA->EN = LDMA_EN_EN; in LDMA_Init()
Dem_i2c.c402 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/
Dem_timer.h764 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 …]
Dem_lcd.h467 || (LCD->EN & _LCD_EN_DISABLING_MASK) in LCD_ReadyWait()
493 while (LCD->EN & _LCD_EN_DISABLING_MASK) { in LCD_Enable()
Dem_gpcrc.h185 BUS_RegBitWrite(&gpcrc->EN, _GPCRC_EN_EN_SHIFT, enable); in GPCRC_Enable()
Dem_burtc.h311 while ((BURTC->EN != 0U) && (BURTC->SYNCBUSY != 0U)) { in BURTC_SyncWait()
Dem_wdog.h378 return (wdog->EN & _WDOG_EN_EN_MASK) == WDOG_EN_EN; in WDOGn_IsEnabled()
/hal_silabs-3.5.0/gecko/service/sleeptimer/inc/
Dperipheral_sysrtc.h189 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/
Dperipheral_sysrtc.c54 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/
Defr32mg21_dpll.h47 …__IOM uint32_t EN; /**< Enable … member
/hal_silabs-3.5.0/gecko/Device/SiliconLabs/EFR32BG22/Include/
Defr32bg22_rfcrc.h47 __IOM uint32_t EN; /**< Enable peripheral clock to this module */ member
/hal_silabs-3.5.0/gecko/Device/SiliconLabs/EFR32MG24/Include/
Defr32mg24_dpll.h47 …__IOM uint32_t EN; /**< Enable … member
/hal_silabs-3.5.0/gecko/Device/SiliconLabs/EFR32BG27/Include/
Defr32bg27_dpll.h47 …__IOM uint32_t EN; /**< Enable … member

12345