Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_vpr_csr_vtim.h71 NRF_STATIC_INLINE nrf_vpr_csr_vtim_count_t nrf_vpr_cst_vtim_count_mode_get(uint8_t counter);
79 NRF_STATIC_INLINE void nrf_vpr_csr_vtim_count_mode_set(uint8_t counter,
89 NRF_STATIC_INLINE uint16_t nrf_vpr_csr_vtim_simple_counter_get(uint8_t counter);
97 NRF_STATIC_INLINE void nrf_vpr_csr_vtim_simple_counter_set(uint8_t counter, uint16_t value);
106 NRF_STATIC_INLINE uint16_t nrf_vpr_csr_vtim_simple_counter_top_get(uint8_t counter);
114 NRF_STATIC_INLINE void nrf_vpr_csr_vtim_simple_counter_top_set(uint8_t counter, uint16_t value);
122 NRF_STATIC_INLINE void nrf_vpr_csr_vtim_simple_counter_add_set(uint8_t counter, uint16_t value);
134 NRF_STATIC_INLINE void nrf_vpr_csr_vtim_simple_wait_set(uint8_t counter,
194 NRF_STATIC_INLINE nrf_vpr_csr_vtim_count_t nrf_vpr_cst_vtim_count_mode_get(uint8_t counter) in nrf_vpr_cst_vtim_count_mode_get() argument
196 switch (counter) in nrf_vpr_cst_vtim_count_mode_get()
[all …]
/hal_nordic-latest/nrfx/samples/src/nrfx_timer/counter/
DREADME.md1 # TIMER counter {#timer_counter}
22 * When the counter value is equal to @p COUNTER_MAX_VAL.
40 - "Starting nrfx_timer basic counter example."
/hal_nordic-latest/nrfx/samples/doc/sphinx/examples_desc/timer/counter/
Dindex.rst1 TIMER counter example overview
/hal_nordic-latest/nrfx/haly/
Dnrfy_grtc.h318 uint64_t counter; in nrfy_grtc_sys_counter_get() local
321 counter = nrf_grtc_sys_counter_get(p_reg); in nrfy_grtc_sys_counter_get()
322 } while (counter & NRFY_GRTC_SYSCOUNTER_RETRY_MASK); in nrfy_grtc_sys_counter_get()
323 return (counter & NRFY_GRTC_SYSCOUNTER_MASK); in nrfy_grtc_sys_counter_get()
Dnrfy_rtc.h298 uint32_t counter = nrf_rtc_counter_get(p_reg); in nrfy_rtc_counter_get() local
300 return counter; in nrfy_rtc_counter_get()
/hal_nordic-latest/nrfx/samples/
DCHANGELOG.md47 - counter
/hal_nordic-latest/nrfx/
DCHANGELOG.md18 - Changed the system counter reading procedure for VPR cores in the GRTC driver. Now, individual hi…