Home
last modified time | relevance | path

Searched refs:FREEZE (Results 1 – 25 of 194) sorted by relevance

12345678

/hal_silabs-latest/gecko/emlib/src/
Dem_rtc.c83 if (RTC->FREEZE & RTC_FREEZE_REGFREEZE) { in regSync()
278 RTC->FREEZE = RTC_FREEZE_REGFREEZE; in RTC_FreezeEnable()
280 RTC->FREEZE = 0; in RTC_FreezeEnable()
343 RTC->FREEZE = _RTC_FREEZE_RESETVALUE; in RTC_Reset()
Dem_leuart.c89 if (leuart->FREEZE & LEUART_FREEZE_REGFREEZE) { in LEUART_Sync()
400 leuart->FREEZE = LEUART_FREEZE_REGFREEZE; in LEUART_FreezeEnable()
402 leuart->FREEZE = 0; in LEUART_FreezeEnable()
Dem_letimer.c95 if (letimer->FREEZE & LETIMER_FREEZE_REGFREEZE) { in regSync()
323 letimer->FREEZE = LETIMER_FREEZE_REGFREEZE; in LETIMER_FreezeEnable()
325 letimer->FREEZE = 0; in LETIMER_FreezeEnable()
Dem_pcnt.c466 pcnt->FREEZE = PCNT_FREEZE_REGFREEZE; in PCNT_FreezeEnable()
468 pcnt->FREEZE = 0; in PCNT_FreezeEnable()
Dem_burtc.c87 if ((BURTC->FREEZE & BURTC_FREEZE_REGFREEZE) in regSync()
/hal_silabs-latest/simplicity_sdk/platform/emlib/src/
Dem_rtc.c83 if (RTC->FREEZE & RTC_FREEZE_REGFREEZE) { in regSync()
278 RTC->FREEZE = RTC_FREEZE_REGFREEZE; in RTC_FreezeEnable()
280 RTC->FREEZE = 0; in RTC_FreezeEnable()
343 RTC->FREEZE = _RTC_FREEZE_RESETVALUE; in RTC_Reset()
Dem_letimer.c95 if (letimer->FREEZE & LETIMER_FREEZE_REGFREEZE) { in regSync()
323 letimer->FREEZE = LETIMER_FREEZE_REGFREEZE; in LETIMER_FreezeEnable()
325 letimer->FREEZE = 0; in LETIMER_FreezeEnable()
Dem_pcnt.c466 pcnt->FREEZE = PCNT_FREEZE_REGFREEZE; in PCNT_FreezeEnable()
468 pcnt->FREEZE = 0; in PCNT_FreezeEnable()
Dem_burtc.c87 if ((BURTC->FREEZE & BURTC_FREEZE_REGFREEZE) in regSync()
/hal_silabs-latest/simplicity_sdk/platform/emlib/inc/
Dem_lcd.h727 LCD->FREEZE = LCD_FREEZE_REGFREEZE_FREEZE; in LCD_FreezeEnable()
729 LCD->FREEZE = LCD_FREEZE_REGFREEZE_UPDATE; in LCD_FreezeEnable()
Dem_burtc.h388 BUS_RegBitWrite(&BURTC->FREEZE, _BURTC_FREEZE_REGFREEZE_SHIFT, enable); in BURTC_FreezeEnable()
Dem_pcnt.h797 if (pcnt->FREEZE & PCNT_FREEZE_REGFREEZE) { in PCNT_Sync()
/hal_silabs-latest/gecko/emlib/inc/
Dem_lcd.h727 LCD->FREEZE = LCD_FREEZE_REGFREEZE_FREEZE; in LCD_FreezeEnable()
729 LCD->FREEZE = LCD_FREEZE_REGFREEZE_UPDATE; in LCD_FreezeEnable()
Dem_burtc.h388 BUS_RegBitWrite(&BURTC->FREEZE, _BURTC_FREEZE_REGFREEZE_SHIFT, enable); in BURTC_FreezeEnable()
Dem_pcnt.h797 if (pcnt->FREEZE & PCNT_FREEZE_REGFREEZE) { in PCNT_Sync()
/hal_silabs-latest/gecko/Device/SiliconLabs/EFM32HG/Include/
Defm32hg_rtc.h56 __IOM uint32_t FREEZE; /**< Freeze Register */ member
Defm32hg_pcnt.h59 __IOM uint32_t FREEZE; /**< Freeze Register */ member
Defm32hg_leuart.h64 __IOM uint32_t FREEZE; /**< Freeze Register */ member
/hal_silabs-latest/gecko/Device/SiliconLabs/EFM32WG/Include/
Defm32wg_rtc.h56 __IOM uint32_t FREEZE; /**< Freeze Register */ member
Defm32wg_burtc.h62 __IOM uint32_t FREEZE; /**< Freeze Register */ member
Defm32wg_letimer.h60 __IOM uint32_t FREEZE; /**< Freeze Register */ member
Defm32wg_pcnt.h59 __IOM uint32_t FREEZE; /**< Freeze Register */ member
Defm32wg_lcd.h69 __IOM uint32_t FREEZE; /**< Freeze Register */ member
/hal_silabs-latest/gecko/Device/SiliconLabs/EFM32GG12B/Include/
Defm32gg12b_lcd.h81 __IOM uint32_t FREEZE; /**< Freeze Register */ member
/hal_silabs-latest/gecko/Device/SiliconLabs/EFM32GG11B/Include/
Defm32gg11b_lcd.h81 __IOM uint32_t FREEZE; /**< Freeze Register */ member

12345678