Home
last modified time | relevance | path

Searched refs:_EMU_EM4CONF_LOCKCONF_SHIFT (Results 1 – 5 of 5) sorted by relevance

/hal_silabs-latest/gecko/Device/SiliconLabs/EFM32WG/Include/
Defm32wg_emu.h152 #define _EMU_EM4CONF_LOCKCONF_SHIFT 16 /**< Shift valu… macro
/hal_silabs-latest/simplicity_sdk/platform/emlib/inc/
Dem_emu.h1653 BUS_RegBitWrite(&(EMU->EM4CONF), _EMU_EM4CONF_LOCKCONF_SHIFT, enable); in EMU_EM4Lock()
/hal_silabs-latest/gecko/emlib/inc/
Dem_emu.h1582 BUS_RegBitWrite(&(EMU->EM4CONF), _EMU_EM4CONF_LOCKCONF_SHIFT, enable); in EMU_EM4Lock()
/hal_silabs-latest/gecko/emlib/src/
Dem_emu.c1344 em4conf |= (em4Init->lockConfig << _EMU_EM4CONF_LOCKCONF_SHIFT) in EMU_EM4Init()
/hal_silabs-latest/simplicity_sdk/platform/emlib/src/
Dem_emu.c1379 em4conf |= (em4Init->lockConfig << _EMU_EM4CONF_LOCKCONF_SHIFT) in EMU_EM4Init()