Searched refs:BUACT (Results 1 – 2 of 2) sorted by relevance
449 reg = EMU->BUACT & ~(_EMU_BUACT_PWRCON_MASK); in EMU_BUPDInit()451 EMU->BUACT = reg; in EMU_BUPDInit()493 EMU->BUACT = (EMU->BUACT & ~(_EMU_BUACT_BUEXTHRES_MASK))|(value<<_EMU_BUACT_BUEXTHRES_SHIFT); in EMU_BUThresholdSet()517 EMU->BUACT = (EMU->BUACT & ~(_EMU_BUACT_BUEXRANGE_MASK))|(value<<_EMU_BUACT_BUEXRANGE_SHIFT); in EMU_BUThresRangeSet()
52 __IO uint32_t BUACT; /**< Backup mode active configuration register. */ member
Completed in 8 milliseconds