Searched refs:_EMU_BUACT_BUEXRANGE_MASK (Results 1 – 3 of 3) sorted by relevance
256 #define _EMU_BUACT_BUEXRANGE_MASK 0x18UL /**< Bit mask for E… macro
2061 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()
2116 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()