Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/samples/src/nrfx_timer/counter/
Dmain.c165 nrfx_timer_extended_compare(&timer_t_inst, NRF_TIMER_CC_CHANNEL0, desired_ticks, in main()
172 nrfx_timer_extended_compare(&timer_c_inst, NRF_TIMER_CC_CHANNEL0, COUNTER_MAX_VAL, in main()
/hal_nordic-latest/nrfx/samples/src/nrfx_timer/timer/
Dmain.c116 nrfx_timer_extended_compare(&timer_inst, NRF_TIMER_CC_CHANNEL0, desired_ticks, in main()
/hal_nordic-latest/nrfx/samples/src/nrfx_gppi/one_to_one/
Dmain.c163 nrfx_timer_extended_compare(&timer_inst, NRF_TIMER_CC_CHANNEL0, desired_ticks, in main()
/hal_nordic-latest/nrfx/samples/src/nrfx_gppi/fork/
Dmain.c190 nrfx_timer_extended_compare(&timer_inst, NRF_TIMER_CC_CHANNEL0, desired_ticks, in main()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_timer.h328 void nrfx_timer_extended_compare(nrfx_timer_t const * p_instance,
/hal_nordic-latest/nrfx/samples/src/nrfx_saadc/maximum_performance/
Dmain.c264 nrfx_timer_extended_compare(&timer_inst, in main()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_timer.c319 void nrfx_timer_extended_compare(nrfx_timer_t const * p_instance, in nrfx_timer_extended_compare() function
Dnrfx_nfct.c397 nrfx_timer_extended_compare(&m_timer_workaround.timer, in nfct_field_timer_config()
/hal_nordic-latest/nrfx/
DCHANGELOG.md85 - Fixed spurious assertion in the TIMER driver. Now, the nrfx_timer_extended_compare() function can…