Home
last modified time | relevance | path

Searched refs:_EMU_STATUS_VSCALE_VSCALE1 (Results 1 – 11 of 11) sorted by relevance

/hal_silabs-latest/simplicity_sdk/platform/Device/SiliconLabs/EFR32BG22/Include/
Defr32bg22_emu.h494 #define _EMU_STATUS_VSCALE_VSCALE1 0x00000001UL /**< Mo… macro
498 #define EMU_STATUS_VSCALE_VSCALE1 (_EMU_STATUS_VSCALE_VSCALE1 << 6) /**< Sh…
/hal_silabs-latest/simplicity_sdk/platform/Device/SiliconLabs/EFR32MG24/Include/
Defr32mg24_emu.h531 #define _EMU_STATUS_VSCALE_VSCALE1 0x00000001UL /*… macro
535 #define EMU_STATUS_VSCALE_VSCALE1 (_EMU_STATUS_VSCALE_VSCALE1 << 6) /*…
/hal_silabs-latest/simplicity_sdk/platform/Device/SiliconLabs/EFR32ZG23/Include/
Defr32zg23_emu.h531 #define _EMU_STATUS_VSCALE_VSCALE1 0x00000001UL /*… macro
535 #define EMU_STATUS_VSCALE_VSCALE1 (_EMU_STATUS_VSCALE_VSCALE1 << 6) /*…
/hal_silabs-latest/simplicity_sdk/platform/Device/SiliconLabs/EFR32FG23/Include/
Defr32fg23_emu.h531 #define _EMU_STATUS_VSCALE_VSCALE1 0x00000001UL /*… macro
535 #define EMU_STATUS_VSCALE_VSCALE1 (_EMU_STATUS_VSCALE_VSCALE1 << 6) /*…
/hal_silabs-latest/simplicity_sdk/platform/Device/SiliconLabs/EFR32BG27/Include/
Defr32bg27_emu.h540 #define _EMU_STATUS_VSCALE_VSCALE1 0x00000001UL /*… macro
544 #define EMU_STATUS_VSCALE_VSCALE1 (_EMU_STATUS_VSCALE_VSCALE1 << 6) /*…
/hal_silabs-latest/simplicity_sdk/platform/Device/SiliconLabs/EFR32BG29/Include/
Defr32bg29_emu.h586 #define _EMU_STATUS_VSCALE_VSCALE1 0x00000001UL /*… macro
590 #define EMU_STATUS_VSCALE_VSCALE1 (_EMU_STATUS_VSCALE_VSCALE1 << 6) /*…
/hal_silabs-latest/simplicity_sdk/platform/Device/SiliconLabs/EFR32MG29/Include/
Defr32mg29_emu.h586 #define _EMU_STATUS_VSCALE_VSCALE1 0x00000001UL /*… macro
590 #define EMU_STATUS_VSCALE_VSCALE1 (_EMU_STATUS_VSCALE_VSCALE1 << 6) /*…
/hal_silabs-latest/simplicity_sdk/platform/emlib/inc/
Dem_emu.h582 emuVScaleEM01_LowPower = _EMU_STATUS_VSCALE_VSCALE1,
/hal_silabs-latest/gecko/emlib/inc/
Dem_emu.h545 emuVScaleEM01_LowPower = _EMU_STATUS_VSCALE_VSCALE1,
/hal_silabs-latest/gecko/emlib/src/
Dem_emu.c332 return EMU_CMD_EM01VSCALE1 << ((uint32_t)level - _EMU_STATUS_VSCALE_VSCALE1); in vScaleEM01Cmd()
/hal_silabs-latest/simplicity_sdk/platform/emlib/src/
Dem_emu.c337 return EMU_CMD_EM01VSCALE1 << ((uint32_t)level - _EMU_STATUS_VSCALE_VSCALE1); in vScaleEM01Cmd()