Home
last modified time | relevance | path

Searched refs:TIMER (Results 1 – 25 of 26) sorted by relevance

12

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_timer.h64 .p_reg = NRFX_CONCAT(NRF_, TIMER, id), \
72 NRFX_INSTANCE_ENUM_LIST(TIMER)
431 NRFX_INSTANCE_IRQ_HANDLERS_DECLARE(TIMER, timer)
/hal_nordic-latest/nrfx/samples/src/nrfx_timer/timer/
DREADME.md1 # TIMER {#timer_basic}
23 > For more information, see **TIMER driver - nrfx documentation**.
/hal_nordic-latest/nrfx/samples/src/nrfx_timer/counter/
DREADME.md1 # TIMER counter {#timer_counter}
24 > For more information, see **TIMER driver - nrfx documentation**.
/hal_nordic-latest/nrfx/
DCHANGELOG.md85 …ixed spurious assertion in the TIMER driver. Now, the nrfx_timer_extended_compare() function can b…
145 …EQUENCY_GET() macros for getting base frequencies in Hz for the specified TIMER and SPIM instances.
208 … DPPI, GPIO, GPIOTE, I2S, LPCOMP, PDM, PWM, QDEC, RTC, SAADC, SPIM, TEMP, TIMER, TWIM, UARTE, WDT.…
209 …ss in the following drivers: COMP, PDM, PWM, QDEC, QSPI, SPI, SPIM, SPIS, TIMER, TWI, TWIM, TWIS, …
213 …() macro to statically check if the given frequency is achievable for the specified TIMER instance.
237TIMER driver. Now the timer clock frequency must be specified in Hertz. Use the NRFX_TIMER_FREQUEN…
239 - Changed the prototype of the NRFX_TIMER_DEFAULT_CONFIG() macro in the TIMER driver. Now the desir…
245 … nrf_timer_frequency_set() and nrf_timer_frequency_get() functions in the TIMER HAL. Use nrf_timer…
274 - Added samples for the following drivers: EGU, PWM, RNG, SAADC, SPIM, SPIS, TEMP, TIMER, TWIM, TWI…
277 …TIMER_PRESCALER_CALCULATE() macro for computing prescaler value for given TIMER base frequency and…
[all …]
/hal_nordic-latest/nrfx/samples/doc/sphinx/examples_desc/timer/
Dindex.rst1 TIMER chapter
/hal_nordic-latest/nrfx/doc/sphinx/drivers/timer/
Dindex.rst1 TIMER chapter
Ddriver.rst1 TIMER driver
Dhal.rst1 TIMER HAL
Dhaly.rst1 TIMER HALY
/hal_nordic-latest/nrfx/samples/doc/sphinx/examples_desc/timer/timer/
Dindex.rst1 TIMER example overview
/hal_nordic-latest/nrfx/samples/doc/sphinx/examples_desc/timer/counter/
Dindex.rst1 TIMER counter example overview
/hal_nordic-latest/nrfx/samples/
DCHANGELOG.md27 - Applied nrfx 3.0 changes to existing samples for the following drivers: GPPI, SAADC, SPIM, TIMER,…
46 - Added below samples for the TIMER driver:
/hal_nordic-latest/nrfx/samples/src/
DREADME.md11 - [nrfx_timer] - samples showing the functionality of the TIMER driver.
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_timer.c68 #define NRFX_LOG_MODULE TIMER
381 NRFX_INSTANCE_IRQ_HANDLERS_EXT(TIMER, timer, NRF_TIMER_CC_CHANNEL_COUNT)
/hal_nordic-latest/nrfx/hal/
Dnrf_timer.h57 #define NRF_TIMER_INST_GET(idx) NRFX_CONCAT(NRF_, TIMER, idx)
135 #define TIMER_MAX_SIZE(id) NRFX_CONCAT_3(TIMER, id, _MAX_SIZE)
305 #define NRF_TIMER_CC_CHANNEL_COUNT(id) NRFX_CONCAT_3(TIMER, id, _CC_NUM)
/hal_nordic-latest/nrfx/samples/src/nrfx_gppi/one_to_one/
DREADME.md19 …te, nrfx_timer drivers and the nrfx_gppi helper in a way that sets up the TIMER COMPARE event to b…
/hal_nordic-latest/nrfx/samples/doc/
Dnrfx_examples_descriptions.dox57 @page nrfx_timer_example_desc TIMER
/hal_nordic-latest/nrfx/doc/
Dnrfx_api.dox132 @defgroup nrf_timer TIMER
/hal_nordic-latest/nrfx/samples/src/nrfx_gppi/fork/
DREADME.md18 …te, nrfx_timer drivers and the nrfx_gppi helper in a way that sets up the TIMER COMPARE event to b…
/hal_nordic-latest/nrfx/samples/src/nrfx_saadc/maximum_performance/
DREADME.md24 …er the SAADC sample task ( @p nrf_saadc_task_t::NRF_SAADC_TASK_SAMPLE ) on the TIMER COMPARE event.
/hal_nordic-latest/nrfx/mdk/
Dnrf54l09_enga_types.h4502 …__IOM uint32_t TIMER; /*!< (@ 0x00000014) Timer register. … member
Dnrf54l15_types.h4252 …__IOM uint32_t TIMER; /*!< (@ 0x00000014) Timer register. … member
Dnrf54l05_types.h4252 …__IOM uint32_t TIMER; /*!< (@ 0x00000014) Timer register. … member
Dnrf54l10_types.h4252 …__IOM uint32_t TIMER; /*!< (@ 0x00000014) Timer register. … member
Dnrf54l20_enga_types.h4672 …__IOM uint32_t TIMER; /*!< (@ 0x00000014) Timer register. … member

12