Home
last modified time | relevance | path

Searched refs:get_top_value (Results 1 – 23 of 23) sorted by relevance

/Zephyr-Core-2.7.6/drivers/counter/
Dcounter_nrfx_timer.c80 static uint32_t get_top_value(const struct device *dev) in get_top_value() function
139 __ASSERT_NO_MSG(get_dev_data(dev)->guard_period < get_top_value(dev)); in set_cc()
145 uint32_t top = get_top_value(dev); in set_cc()
216 if (alarm_cfg->ticks > get_top_value(dev)) { in set_alarm()
310 __ASSERT_NO_MSG(guard < get_top_value(dev)); in set_guard_period()
376 .get_top_value = get_top_value,
Dcounter_native_posix.c141 .get_top_value = ctr_get_top_value,
Dcounter_handlers.c120 Z_OOPS(Z_SYSCALL_DRIVER_COUNTER(dev, get_top_value)); in z_vrfy_counter_get_top_value()
Dcounter_imx_epit.c143 .get_top_value = imx_epit_get_top_value,
Dtimer_dtmr_cmsdk_apb.c127 .get_top_value = dtmr_cmsdk_apb_get_top_value,
Dtimer_tmr_cmsdk_apb.c127 .get_top_value = tmr_cmsdk_apb_get_top_value,
Dcounter_nrfx_rtc.c550 static uint32_t get_top_value(const struct device *dev) in get_top_value() function
644 .get_top_value = get_top_value,
Dcounter_mcux_gpt.c200 .get_top_value = mcux_gpt_get_top_value,
Dcounter_mcux_lpc_rtc.c222 .get_top_value = mcux_lpc_rtc_get_top_value,
Dcounter_mcux_lptmr.c150 .get_top_value = mcux_lptmr_get_top_value,
Dcounter_mcux_ctimer.c216 .get_top_value = mcux_lpc_ctimer_get_top_value,
Dcounter_esp32.c206 .get_top_value = counter_esp32_get_top_value,
Dcounter_mcux_rtc.c253 .get_top_value = mcux_rtc_get_top_value,
Dcounter_gecko_rtcc.c322 .get_top_value = counter_gecko_get_top_value,
Dcounter_mcux_pit.c210 .get_top_value = mcux_pit_get_top_value,
Dcounter_ll_stm32_rtc.c419 .get_top_value = rtc_stm32_get_top_value,
Dcounter_mchp_xec.c279 .get_top_value = counter_xec_get_top_value,
Dcounter_xlnx_axi_timer.c318 .get_top_value = xlnx_axi_timer_get_top_value,
Dcounter_sam0_tc32.c399 .get_top_value = counter_sam0_tc32_get_top_value,
Dcounter_sam_tc.c349 .get_top_value = counter_sam_tc_get_top_value,
Drtc_mcp7940n.c745 .get_top_value = mcp7940n_counter_get_top_value,
Dmaxim_ds3231.c1292 .get_top_value = ds3231_counter_get_top_value,
/Zephyr-Core-2.7.6/include/drivers/
Dcounter.h200 counter_api_get_top_value get_top_value; member
514 return api->get_top_value(dev); in z_impl_counter_get_top_value()