Home
last modified time | relevance | path

Searched refs:timer (Results 1 – 13 of 13) sorted by relevance

/hal_nordic-latest/drivers/nrf_802154/sl/sl_opensource/src/
Dnrf_802154_sl_timer.c46 K_TIMER_DEFINE(timer, timeout_handler, NULL);
102 k_timer_user_data_set(&timer, p_timer); // Passing arguments is not supported. in nrf_802154_sl_timer_add()
103 k_timer_start(&timer, K_USEC(target), K_NO_WAIT); in nrf_802154_sl_timer_add()
112 if (k_timer_status_get(&timer) > 0) in nrf_802154_sl_timer_remove()
117 else if (k_timer_remaining_get(&timer) == 0) in nrf_802154_sl_timer_remove()
125 k_timer_stop(&timer); in nrf_802154_sl_timer_remove()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_nfct.c66 …const nrfx_timer_t timer; /**< Timer instance that supports the correct NFC fi… member
87 .timer = NRFX_TIMER_INSTANCE(NRFX_NFCT_CONFIG_TIMER_INSTANCE_ID),
239 nrfx_timer_clear(&m_timer_workaround.timer); in nfct_field_event_handler()
240 nrfx_timer_enable(&m_timer_workaround.timer); in nfct_field_event_handler()
242 nrfx_timer_clear(&m_timer_workaround.timer); in nfct_field_event_handler()
243 nrfx_timer_enable(&m_timer_workaround.timer); in nfct_field_event_handler()
298 nrfx_timer_clear(&m_timer_workaround.timer); in nfct_activate_check()
299 nrfx_timer_enable(&m_timer_workaround.timer); in nfct_activate_check()
345 nrfx_timer_disable(&m_timer_workaround.timer); in nfct_field_poll()
376 nrfx_timer_disable(&m_timer_workaround.timer); in nfct_field_timer_handler()
[all …]
Dnrfx_timer.c381 NRFX_INSTANCE_IRQ_HANDLERS_EXT(TIMER, timer, NRF_TIMER_CC_CHANNEL_COUNT)
/hal_nordic-latest/nrfx/samples/src/nrfx_saadc/advanced_non_blocking_internal_timer/
DREADME.md1 # SAADC advanced non-blocking internal timer {#saadc_advanced_non_blocking_internal_timer}
3 …f the nrfx_saadc driver operating in the non-blocking continuous sampling mode with internal timer.
25 Consecutive sample tasks are triggered by the internal timer at the sample rate specified in @p SAA…
30 Internal timer can only be used in the non-blocking mode with only a single input channel enabled.
48 - "Starting nrfx_saadc advanced non-blocking sampling with internal timer example."
/hal_nordic-latest/nrfx/samples/doc/sphinx/examples_desc/saadc/advanced_non_blocking_internal_timer/
Dindex.rst1 SAADC advanced non-blocking internal timer example overview
/hal_nordic-latest/nrfx/samples/doc/sphinx/
Dexamples_desc.rst15 examples_desc/timer/index
/hal_nordic-latest/nrfx/samples/
DCHANGELOG.md48 - timer
76 - advanced non-blocking with internal timer
/hal_nordic-latest/nrfx/samples/src/nrfx_saadc/maximum_performance/
DREADME.md23 - Provide an external timer in order to perform sampling at @p MAX_SAADC_SAMPLE_FREQUENCY.
30 Consecutive sample tasks are triggered by the external timer at the sample rate specified in @p SAA…
/hal_nordic-latest/drivers/nrf_802154/sl/sl_opensource/include/protocol/
Dmpsl_fem_protocol_api.h91 } timer; member
/hal_nordic-latest/nrfx/samples/src/nrfx_timer/counter/
DREADME.md41 - "Time between timer ticks: 1000 ms"
/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_trx.c191 .event.timer =
204 .event.timer =
642 nrf_timer_shorts_enable(m_activate_rx_cc0.event.timer.p_timer_instance, in fem_for_lna_set()
672 nrf_timer_shorts_enable(m_activate_tx_cc0.event.timer.p_timer_instance, in fem_for_pa_set()
1699 m_activate_tx_cc0_timeshifted.event.timer.counter_period.end = timer_cc_ramp_up_start + in nrf_802154_trx_transmit_ack()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_timer.h431 NRFX_INSTANCE_IRQ_HANDLERS_DECLARE(TIMER, timer)
/hal_nordic-latest/nrfx/
DCHANGELOG.md237 …y from an enumeration to an unsigned integer in the TIMER driver. Now the timer clock frequency mu…
239 …he NRFX_TIMER_DEFAULT_CONFIG() macro in the TIMER driver. Now the desired timer clock frequency in…
342 - Introduced the NRFX_CLOCK_CONFIG_CT_ENABLED symbol for enabling the calibration timer support in …