Searched refs:get_value (Results 1 – 25 of 37) sorted by relevance
12
/Zephyr-Core-3.5.0/drivers/counter/ |
D | counter_cmos.c | 133 int get_value(const struct device *dev, uint32_t *ticks) in get_value() function 203 .get_value = get_value
|
D | counter_native_posix.c | 139 .get_value = ctr_get_value,
|
D | counter_nrfx_timer.c | 92 static int get_value(const struct device *dev, uint32_t *ticks) in get_value() function 378 .get_value = get_value,
|
D | counter_handlers.c | 70 Z_OOPS(Z_SYSCALL_DRIVER_COUNTER(dev, get_value)); in z_vrfy_counter_get_value()
|
D | counter_ambiq_timer.c | 153 .get_value = counter_ambiq_get_value,
|
D | counter_esp32_rtc.c | 195 .get_value = counter_esp32_get_value,
|
D | counter_imx_epit.c | 141 .get_value = imx_epit_get_value,
|
D | timer_tmr_cmsdk_apb.c | 125 .get_value = tmr_cmsdk_apb_get_value,
|
D | timer_dtmr_cmsdk_apb.c | 128 .get_value = dtmr_cmsdk_apb_get_value,
|
D | counter_rpi_pico_timer.c | 173 .get_value = counter_rpi_pico_timer_get_value,
|
D | counter_nrfx_rtc.c | 101 static int get_value(const struct device *dev, uint32_t *ticks) in get_value() function 660 .get_value = get_value,
|
D | counter_mcux_gpt.c | 202 .get_value = mcux_gpt_get_value,
|
D | counter_mcux_lptmr.c | 148 .get_value = mcux_lptmr_get_value,
|
D | counter_mcux_pit.c | 175 .get_value = mcux_pit_get_value,
|
D | counter_esp32_tmr.c | 208 .get_value = counter_esp32_get_value,
|
D | counter_mcux_rtc.c | 251 .get_value = mcux_rtc_get_value,
|
D | counter_mcux_lpc_rtc.c | 226 .get_value = mcux_lpc_rtc_get_value,
|
D | counter_mcux_snvs.c | 299 .get_value = mcux_snvs_get_value,
|
D | counter_gecko_rtcc.c | 311 .get_value = counter_gecko_get_value,
|
D | counter_mchp_xec.c | 280 .get_value = counter_xec_get_value,
|
D | counter_nxp_s32_sys_timer.c | 195 .get_value = nxp_s32_sys_timer_get_value,
|
D | counter_gecko_stimer.c | 271 .get_value = counter_gecko_get_value,
|
D | counter_mcux_ctimer.c | 283 .get_value = mcux_lpc_ctimer_get_value,
|
D | counter_xlnx_axi_timer.c | 315 .get_value = xlnx_axi_timer_get_value,
|
/Zephyr-Core-3.5.0/include/zephyr/drivers/ |
D | counter.h | 235 counter_api_get_value get_value; member 406 return api->get_value(dev, ticks); in z_impl_counter_get_value()
|
12