Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/haly/
Dnrfy_timer.h166 uint32_t cc = nrf_timer_cc_get(p_reg, channel); in nrfy_timer_capture_get() local
168 return cc; in nrfy_timer_capture_get()
361 uint32_t cc = nrf_timer_cc_get(p_reg, cc_channel); in nrfy_timer_cc_get() local
363 return cc; in nrfy_timer_cc_get()
Dnrfy_grtc.h494 uint64_t cc = nrf_grtc_sys_counter_cc_get(p_reg, cc_channel); in nrfy_grtc_sys_counter_cc_get() local
496 return cc; in nrfy_grtc_sys_counter_cc_get()
523 uint64_t cc = nrf_grtc_rt_counter_cc_get(p_reg); in nrfy_grtc_rt_counter_cc_get() local
525 return cc; in nrfy_grtc_rt_counter_cc_get()
Dnrfy_rtc.h209 uint32_t cc = nrf_rtc_cc_get(p_reg, ch); in nrfy_rtc_cc_get() local
211 return cc; in nrfy_rtc_cc_get()
Dnrfy_saadc.h574 NRFY_STATIC_INLINE void nrfy_saadc_continuous_mode_enable(NRF_SAADC_Type * p_reg, uint16_t cc) in nrfy_saadc_continuous_mode_enable() argument
576 nrf_saadc_continuous_mode_enable(p_reg, cc); in nrfy_saadc_continuous_mode_enable()
/hal_nordic-latest/nrfx/hal/
Dnrf_saadc.h789 uint16_t cc);
1142 NRF_STATIC_INLINE void nrf_saadc_continuous_mode_enable(NRF_SAADC_Type * p_reg, uint16_t cc) in nrf_saadc_continuous_mode_enable() argument
1144 NRFX_ASSERT((cc >= 80) && (cc <= 2047)); in nrf_saadc_continuous_mode_enable()
1146 | ((uint32_t)cc << SAADC_SAMPLERATE_CC_Pos); in nrf_saadc_continuous_mode_enable()
/hal_nordic-latest/nrfx/samples/doc/
Dnrfx_examples.doxyfile953 # If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp,
/hal_nordic-latest/nrfx/doc/
Dnrfx.doxyfile963 # If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp,