Home
last modified time | relevance | path

Searched refs:_EMU_BUACT_BUEXTHRES_MASK (Results 1 – 3 of 3) sorted by relevance

/hal_silabs-latest/gecko/Device/SiliconLabs/EFM32WG/Include/
Defm32wg_emu.h252 #define _EMU_BUACT_BUEXTHRES_MASK 0x7UL /**< Bit mask for E… macro
/hal_silabs-latest/gecko/emlib/src/
Dem_emu.c2036 EFM_ASSERT(value <= (_EMU_BUACT_BUEXTHRES_MASK >> _EMU_BUACT_BUEXTHRES_SHIFT)); in EMU_BUThresholdSet()
2040 EMU->BUACT = (EMU->BUACT & ~_EMU_BUACT_BUEXTHRES_MASK) in EMU_BUThresholdSet()
/hal_silabs-latest/simplicity_sdk/platform/emlib/src/
Dem_emu.c2091 EFM_ASSERT(value <= (_EMU_BUACT_BUEXTHRES_MASK >> _EMU_BUACT_BUEXTHRES_SHIFT)); in EMU_BUThresholdSet()
2095 EMU->BUACT = (EMU->BUACT & ~_EMU_BUACT_BUEXTHRES_MASK) in EMU_BUThresholdSet()