Searched refs:cc (Results 1 – 7 of 7) sorted by relevance
| /hal_nordic-latest/nrfx/haly/ |
| D | nrfy_timer.h | 166 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()
|
| D | nrfy_grtc.h | 494 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()
|
| D | nrfy_rtc.h | 209 uint32_t cc = nrf_rtc_cc_get(p_reg, ch); in nrfy_rtc_cc_get() local 211 return cc; in nrfy_rtc_cc_get()
|
| D | nrfy_saadc.h | 574 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/ |
| D | nrf_saadc.h | 789 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/ |
| D | nrfx_examples.doxyfile | 953 # If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp,
|
| /hal_nordic-latest/nrfx/doc/ |
| D | nrfx.doxyfile | 963 # If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp,
|