Home
last modified time | relevance | path

Searched refs:NRF_TIMER_SHORT_COMPARE0_CLEAR_MASK (Results 1 – 7 of 7) sorted by relevance

/hal_nordic-latest/nrfx/samples/src/nrfx_gppi/one_to_one/
Dmain.c164 NRF_TIMER_SHORT_COMPARE0_CLEAR_MASK, true); in main()
/hal_nordic-latest/nrfx/samples/src/nrfx_timer/counter/
Dmain.c166 NRF_TIMER_SHORT_COMPARE0_CLEAR_MASK, true); in main()
/hal_nordic-latest/nrfx/samples/src/nrfx_gppi/fork/
Dmain.c191 NRF_TIMER_SHORT_COMPARE0_CLEAR_MASK, true); in main()
/hal_nordic-latest/nrfx/samples/src/nrfx_saadc/maximum_performance/
Dmain.c267 NRF_TIMER_SHORT_COMPARE0_CLEAR_MASK, in main()
/hal_nordic-latest/nrfx/hal/
Dnrf_timer.h382NRF_TIMER_SHORT_COMPARE0_CLEAR_MASK = TIMER_SHORTS_COMPARE0_CLEAR_Msk, ///< Shortcut for clearing … enumerator
853 return (nrf_timer_short_mask_t)((uint32_t)NRF_TIMER_SHORT_COMPARE0_CLEAR_MASK << channel); in nrf_timer_short_compare_clear_get()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_timer.c329 (uint32_t)(NRF_TIMER_SHORT_COMPARE0_CLEAR_MASK << cc_channel)); in nrfx_timer_extended_compare()
Dnrfx_nfct.c401 NRF_TIMER_SHORT_COMPARE0_CLEAR_MASK, in nfct_field_timer_config()