Home
last modified time | relevance | path

Searched refs:p_val (Results 1 – 2 of 2) sorted by relevance

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_grtc.c872 nrfx_err_t nrfx_grtc_syscounter_cc_value_read(uint8_t channel, uint64_t * p_val) in nrfx_grtc_syscounter_cc_value_read() argument
875 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()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_grtc.h446 nrfx_err_t nrfx_grtc_syscounter_cc_value_read(uint8_t channel, uint64_t * p_val);