Searched refs:active (Results 1 – 9 of 9) sorted by relevance
101 bool active);137 bool active) in nrf_tddconf_power_up_request_set() argument142 p_reg->SYSPWRUPREQ = active ? TDDCONF_SYSPWRUPREQ_ACTIVE_Active : in nrf_tddconf_power_up_request_set()146 p_reg->DBGPWRUPREQ = active ? TDDCONF_DBGPWRUPREQ_ACTIVE_Active : in nrf_tddconf_power_up_request_set()
273 bool active; in nrfy_grtc_sys_counter_start() local275 active = nrf_grtc_sys_counter_active_check(p_reg); in nrfy_grtc_sys_counter_start()277 if (!active) in nrfy_grtc_sys_counter_start()283 active = nrf_grtc_sys_counter_active_state_request_check(p_reg); in nrfy_grtc_sys_counter_start()285 if (!active) in nrfy_grtc_sys_counter_start()294 if (!active) in nrfy_grtc_sys_counter_start()
250 static inline void active_set(bool active) in active_set() argument253 nrfy_grtc_sys_counter_active_set(NRF_GRTC, active); in active_set()255 nrfy_grtc_sys_counter_active_state_request_set(NRF_GRTC, active); in active_set()271 void nrfx_grtc_active_request_set(bool active) in nrfx_grtc_active_request_set() argument275 active_set(active); in nrfx_grtc_active_request_set()
1632 uint32_t active = 0; in nrfx_usbd_irq_handler() local1641 active |= 1UL << event_nr; in nrfx_usbd_irq_handler()1647 bool setup_active = 0 != (active & NRF_USBD_INT_EP0SETUP_MASK); in nrfx_usbd_irq_handler()1648 active &= (uint32_t)~NRF_USBD_INT_EP0SETUP_MASK; in nrfx_usbd_irq_handler()1650 while (active) in nrfx_usbd_irq_handler()1652 uint8_t event_nr = (uint8_t)NRF_CTZ(active); in nrfx_usbd_irq_handler()1654 active &= ~(1UL << event_nr); in nrfx_usbd_irq_handler()
755 static void set_ss_pin_state(spim_control_block_t * p_cb, bool active) in set_ss_pin_state() argument761 if (active) in set_ss_pin_state()772 if (active) in set_ss_pin_state()
474 void nrfx_grtc_active_request_set(bool active);
232 a:active275 table a:active,
232 a:active276 table a:active,
55 - Added option to keep SYSCOUNTER active whenever any of SoC CPUs is not sleeping in the GRTC drive…