Home
last modified time | relevance | path

Searched refs:counter_top_cfg (Results 1 – 25 of 42) sorted by relevance

12

/Zephyr-Core-3.5.0/drivers/counter/
Dcounter_handlers.c112 const struct counter_top_cfg in z_vrfy_counter_set_top_value()
115 struct counter_top_cfg cfg_copy; in z_vrfy_counter_set_top_value()
122 (const struct counter_top_cfg *) in z_vrfy_counter_set_top_value()
Dcounter_gecko_stimer.c92 ((struct counter_top_cfg *)(top_data->user_data))->user_data); in top_callback()
136 static int counter_gecko_set_top_value(const struct device *dev, const struct counter_top_cfg *cfg) in counter_gecko_set_top_value()
160 dev_data->top_data.user_data = (struct counter_top_cfg *)cfg; in counter_gecko_set_top_value()
Dcounter_native_posix.c84 const struct counter_top_cfg *cfg) in ctr_set_top_value()
Dcounter_ambiq_timer.c127 static int counter_ambiq_set_top_value(const struct device *dev, const struct counter_top_cfg *cfg) in counter_ambiq_set_top_value()
Dcounter_esp32_rtc.c148 const struct counter_top_cfg *cfg) in counter_esp32_set_top_value()
Dcounter_imx_epit.c100 const struct counter_top_cfg *cfg) in imx_epit_set_top_value()
Dtimer_tmr_cmsdk_apb.c76 const struct counter_top_cfg *top_cfg) in tmr_cmsdk_apb_set_top_value()
Dcounter_timer_shell.c152 struct counter_top_cfg top_cfg; in cmd_timer_periodic()
Dtimer_dtmr_cmsdk_apb.c76 const struct counter_top_cfg *top_cfg) in dtmr_cmsdk_apb_set_top_value()
Dcounter_rpi_pico_timer.c115 const struct counter_top_cfg *cfg) in counter_rpi_pico_timer_set_top_value()
Dcounter_nrfx_rtc.c449 const struct counter_top_cfg *cfg) in set_fixed_top_value()
476 const struct counter_top_cfg *cfg) in set_top_value()
539 struct counter_top_cfg top_cfg = { in init_rtc()
Dcounter_ifx_cat1.c37 struct counter_top_cfg top_value_cfg_counter;
250 const struct counter_top_cfg *cfg) in ifx_cat1_counter_set_top_value()
Dcounter_mcux_gpt.c141 const struct counter_top_cfg *cfg) in mcux_gpt_set_top_value()
Dcounter_mcux_lptmr.c62 const struct counter_top_cfg *cfg) in mcux_lptmr_set_top_value()
Dcounter_mcux_pit.c81 const struct counter_top_cfg *cfg) in mcux_pit_set_top_value()
Dcounter_esp32_tmr.c178 const struct counter_top_cfg *cfg) in counter_esp32_set_top_value()
Dcounter_mcux_rtc.c148 const struct counter_top_cfg *cfg) in mcux_rtc_set_top_value()
Dcounter_mcux_lpc_rtc.c129 const struct counter_top_cfg *cfg) in mcux_lpc_rtc_set_top_value()
Dcounter_mcux_snvs.c171 const struct counter_top_cfg *cfg) in mcux_snvs_set_top_value()
Dcounter_gecko_rtcc.c91 const struct counter_top_cfg *cfg) in counter_gecko_set_top_value()
Dcounter_mchp_xec.c191 const struct counter_top_cfg *cfg) in counter_xec_set_top_value()
/Zephyr-Core-3.5.0/tests/drivers/counter/counter_nrf_rtc/fixed_top/src/
Dtest_counter_fixed_top.c71 struct counter_top_cfg top_cfg = { in test_set_custom_top_value_fails_on_instance()
98 struct counter_top_cfg top_cfg = { in test_top_handler_on_instance()
/Zephyr-Core-3.5.0/include/zephyr/drivers/
Dcounter.h168 struct counter_top_cfg { struct
222 const struct counter_top_cfg *cfg);
523 const struct counter_top_cfg *cfg);
526 const struct counter_top_cfg in z_impl_counter_set_top_value()
/Zephyr-Core-3.5.0/tests/drivers/counter/maxim_ds3231_api/src/
Dtest_counter.c43 struct counter_top_cfg top_cfg = { in counter_tear_down_instance()
86 struct counter_top_cfg cfg = { in set_top_value_capable()
117 struct counter_top_cfg top_cfg = { in test_set_top_value_with_alarm_instance()
165 struct counter_top_cfg top_cfg = { in test_set_top_value_without_alarm_instance()
240 struct counter_top_cfg top_cfg = { in test_single_shot_alarm_instance()
369 struct counter_top_cfg top_cfg = { in test_multiple_alarms_instance()
/Zephyr-Core-3.5.0/tests/drivers/counter/counter_basic_api/src/
Dtest_counter.c140 struct counter_top_cfg top_cfg = { in counter_tear_down_instance()
183 struct counter_top_cfg cfg = { in set_top_value_capable()
222 struct counter_top_cfg top_cfg = { in test_set_top_value_with_alarm_instance()
274 struct counter_top_cfg top_cfg = { in test_set_top_value_without_alarm_instance()
365 struct counter_top_cfg top_cfg = { in test_single_shot_alarm_instance()
502 struct counter_top_cfg top_cfg = { in test_multiple_alarms_instance()

12