Home
last modified time | relevance | path

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

/hal_silabs-latest/gecko/Device/SiliconLabs/EFM32WG/Include/
Defm32wg_emu.h256 #define _EMU_BUACT_BUEXRANGE_MASK 0x18UL /**< Bit mask for E… macro
/hal_silabs-latest/gecko/emlib/src/
Dem_emu.c2061 EFM_ASSERT(value <= (_EMU_BUACT_BUEXRANGE_MASK >> _EMU_BUACT_BUEXRANGE_SHIFT)); in EMU_BUThresRangeSet()
2065 EMU->BUACT = (EMU->BUACT & ~_EMU_BUACT_BUEXRANGE_MASK) in EMU_BUThresRangeSet()
/hal_silabs-latest/simplicity_sdk/platform/emlib/src/
Dem_emu.c2116 EFM_ASSERT(value <= (_EMU_BUACT_BUEXRANGE_MASK >> _EMU_BUACT_BUEXRANGE_SHIFT)); in EMU_BUThresRangeSet()
2120 EMU->BUACT = (EMU->BUACT & ~_EMU_BUACT_BUEXRANGE_MASK) in EMU_BUThresRangeSet()