Searched refs:nrf_power_int_disable (Results 1 – 2 of 2) sorted by relevance
231 nrf_power_int_disable(NRF_POWER, NRF_POWER_INT_POFWARN_MASK); in nrfx_power_pof_disable()270 nrf_power_int_disable(NRF_POWER, NRF_POWER_INT_SLEEPENTER_MASK | in nrfx_power_sleepevt_disable()346 nrf_power_int_disable(NRF_POWER, NRF_POWER_INT_USBDETECTED_MASK | in nrfx_power_usbevt_disable()
699 NRF_STATIC_INLINE void nrf_power_int_disable(NRF_POWER_Type * p_reg, uint32_t mask);1274 NRF_STATIC_INLINE void nrf_power_int_disable(NRF_POWER_Type * p_reg, uint32_t mask) in nrf_power_int_disable() function