Lines Matching refs:counter
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() argument
196 switch (counter) in nrf_vpr_cst_vtim_count_mode_get()
208 NRF_STATIC_INLINE void nrf_vpr_csr_vtim_count_mode_set(uint8_t counter, in nrf_vpr_csr_vtim_count_mode_set() argument
211 switch (counter) in nrf_vpr_csr_vtim_count_mode_set()
225 NRF_STATIC_INLINE uint16_t nrf_vpr_csr_vtim_simple_counter_get(uint8_t counter) in nrf_vpr_csr_vtim_simple_counter_get() argument
227 switch (counter) in nrf_vpr_csr_vtim_simple_counter_get()
239 NRF_STATIC_INLINE void nrf_vpr_csr_vtim_simple_counter_set(uint8_t counter, uint16_t value) in nrf_vpr_csr_vtim_simple_counter_set() argument
241 switch (counter) in nrf_vpr_csr_vtim_simple_counter_set()
255 NRF_STATIC_INLINE uint16_t nrf_vpr_csr_vtim_simple_counter_top_get(uint8_t counter) in nrf_vpr_csr_vtim_simple_counter_top_get() argument
257 switch (counter) in nrf_vpr_csr_vtim_simple_counter_top_get()
270 NRF_STATIC_INLINE void nrf_vpr_csr_vtim_simple_counter_top_set(uint8_t counter, uint16_t value) in nrf_vpr_csr_vtim_simple_counter_top_set() argument
274 switch (counter) in nrf_vpr_csr_vtim_simple_counter_top_set()
294 NRF_STATIC_INLINE void nrf_vpr_csr_vtim_simple_counter_add_set(uint8_t counter, uint16_t value) in nrf_vpr_csr_vtim_simple_counter_add_set() argument
296 switch (counter) in nrf_vpr_csr_vtim_simple_counter_add_set()
310 NRF_STATIC_INLINE void nrf_vpr_csr_vtim_simple_wait_set(uint8_t counter, bool write, uint16_t value) in nrf_vpr_csr_vtim_simple_wait_set() argument
312 switch (counter) in nrf_vpr_csr_vtim_simple_wait_set()