Home
last modified time | relevance | path

Searched refs:active (Results 1 – 9 of 9) sorted by relevance

/hal_nordic-latest/nrfx/hal/
Dnrf_tddconf.h101 bool active);
137 bool active) in nrf_tddconf_power_up_request_set() argument
142 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()
/hal_nordic-latest/nrfx/haly/
Dnrfy_grtc.h273 bool active; in nrfy_grtc_sys_counter_start() local
275 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()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_grtc.c250 static inline void active_set(bool active) in active_set() argument
253 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() argument
275 active_set(active); in nrfx_grtc_active_request_set()
Dnrfx_usbd.c1632 uint32_t active = 0; in nrfx_usbd_irq_handler() local
1641 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()
Dnrfx_spim.c755 static void set_ss_pin_state(spim_control_block_t * p_cb, bool active) in set_ss_pin_state() argument
761 if (active) in set_ss_pin_state()
772 if (active) in set_ss_pin_state()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_grtc.h474 void nrfx_grtc_active_request_set(bool active);
/hal_nordic-latest/nrfx/samples/doc/buildfiles/
Dextra_stylesheet.css232 a:active
275 table a:active,
/hal_nordic-latest/nrfx/doc/buildfiles/
Dextra_stylesheet.css232 a:active
276 table a:active,
/hal_nordic-latest/nrfx/
DCHANGELOG.md55 - Added option to keep SYSCOUNTER active whenever any of SoC CPUs is not sleeping in the GRTC drive…