Home
last modified time | relevance | path

Searched refs:_EMU_PWRCFG_PWRCFG_MASK (Results 1 – 7 of 7) sorted by relevance

/hal_silabs-3.5.0/gecko/emlib/inc/
Dem_chip.h434 if ((EMU->PWRCFG & _EMU_PWRCFG_PWRCFG_MASK) == EMU_PWRCFG_PWRCFG_DCDCTODVDD) { in CHIP_Reset()
/hal_silabs-3.5.0/gecko/Device/SiliconLabs/EFR32FG1P/Include/
Defr32fg1p_emu.h684 #define _EMU_PWRCFG_PWRCFG_MASK 0xFUL /**< Bit … macro
/hal_silabs-3.5.0/gecko/Device/SiliconLabs/EFM32PG1B/Include/
Defm32pg1b_emu.h684 #define _EMU_PWRCFG_PWRCFG_MASK 0xFUL /**< Bit … macro
/hal_silabs-3.5.0/gecko/Device/SiliconLabs/EFM32PG12B/Include/
Defm32pg12b_emu.h773 #define _EMU_PWRCFG_PWRCFG_MASK 0xFUL … macro
/hal_silabs-3.5.0/gecko/Device/SiliconLabs/EFM32JG12B/Include/
Defm32jg12b_emu.h773 #define _EMU_PWRCFG_PWRCFG_MASK 0xFUL … macro
/hal_silabs-3.5.0/gecko/Device/SiliconLabs/EFR32MG12P/Include/
Defr32mg12p_emu.h773 #define _EMU_PWRCFG_PWRCFG_MASK 0xFUL … macro
/hal_silabs-3.5.0/gecko/emlib/src/
Dem_emu.c2642 if ((EMU->PWRCFG & _EMU_PWRCFG_PWRCFG_MASK) != EMU_PWRCFG_PWRCFG_DCDCTODVDD) { in EMU_DCDCInit()