Searched refs:counter (Results 1 – 7 of 7) sorted by relevance
71 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() argument196 switch (counter) in nrf_vpr_cst_vtim_count_mode_get()[all …]
1 # TIMER counter {#timer_counter}22 * When the counter value is equal to @p COUNTER_MAX_VAL.40 - "Starting nrfx_timer basic counter example."
1 TIMER counter example overview
318 uint64_t counter; in nrfy_grtc_sys_counter_get() local321 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()
298 uint32_t counter = nrf_rtc_counter_get(p_reg); in nrfy_rtc_counter_get() local300 return counter; in nrfy_rtc_counter_get()
47 - counter
18 - Changed the system counter reading procedure for VPR cores in the GRTC driver. Now, individual hi…