Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/counter/
Dcounter_nrfx_rtc.c26 ((const struct counter_nrfx_config *)dev->config)->log, __VA_ARGS__)
28 ((const struct counter_nrfx_config *)dev->config)->log, __VA_ARGS__)
30 ((const struct counter_nrfx_config *)dev->config)->log, __VA_ARGS__)
32 ((const struct counter_nrfx_config *)dev->config)->log, __VA_ARGS__)
39 (((const struct counter_nrfx_config *)dev->config)->fixed_top), (true))
42 (((const struct counter_nrfx_config *)dev->config)->use_ppi), (false))
70 struct counter_nrfx_config { struct
85 const struct counter_nrfx_config *config = dev->config; in start() argument
94 const struct counter_nrfx_config *config = dev->config; in stop()
103 const struct counter_nrfx_config *config = dev->config; in read()
[all …]
Dcounter_nrfx_timer.c47 struct counter_nrfx_config { struct
62 const struct counter_nrfx_config *config = dev->config; in start() argument
71 const struct counter_nrfx_config *config = dev->config; in stop()
80 const struct counter_nrfx_config *config = dev->config; in get_top_value()
87 const struct counter_nrfx_config *config = dev->config; in read()
128 const struct counter_nrfx_config *config = dev->config; in set_cc_int_pending()
138 const struct counter_nrfx_config *config = dev->config; in set_cc()
216 const struct counter_nrfx_config *nrfx_config = dev->config; in set_alarm()
235 const struct counter_nrfx_config *config = dev->config; in cancel_alarm()
247 const struct counter_nrfx_config *nrfx_config = dev->config; in set_top_value()
[all …]