Searched refs:p_val (Results 1 – 2 of 2) sorted by relevance
872 nrfx_err_t nrfx_grtc_syscounter_cc_value_read(uint8_t channel, uint64_t * p_val) in nrfx_grtc_syscounter_cc_value_read() argument875 NRFX_ASSERT(p_val); in nrfx_grtc_syscounter_cc_value_read()893 *p_val = nrfy_grtc_sys_counter_cc_get(NRF_GRTC, channel); in nrfx_grtc_syscounter_cc_value_read()895 NRFX_LOG_INFO("GRTC SYSCOUNTER capture for channel %u read: %llu.", (uint32_t)channel, *p_val); in nrfx_grtc_syscounter_cc_value_read()
446 nrfx_err_t nrfx_grtc_syscounter_cc_value_read(uint8_t channel, uint64_t * p_val);