Lines Matching refs:counter_nrfx_config
71 struct counter_nrfx_config { struct
90 const struct counter_nrfx_config *config = dev->config; in start() argument
111 const struct counter_nrfx_config *config = dev->config; in stop()
132 const struct counter_nrfx_config *config = dev->config; in get_top_value()
139 const struct counter_nrfx_config *config = dev->config; in read()
180 const struct counter_nrfx_config *config = dev->config; in set_cc_int_pending()
190 const struct counter_nrfx_config *config = dev->config; in set_cc()
268 const struct counter_nrfx_config *nrfx_config = dev->config; in set_alarm()
287 const struct counter_nrfx_config *config = dev->config; in cancel_alarm()
299 const struct counter_nrfx_config *nrfx_config = dev->config; in set_top_value()
344 MAYBE_CONST_CONFIG struct counter_nrfx_config *nrfx_config = in init_timer()
345 (MAYBE_CONST_CONFIG struct counter_nrfx_config *)dev->config; in init_timer()
387 const struct counter_nrfx_config *config = dev->config; in top_irq_handle()
403 const struct counter_nrfx_config *config = dev->config; in alarm_irq_handle()
514 static MAYBE_CONST_CONFIG struct counter_nrfx_config nrfx_counter_##idx##_config = { \