Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/counter/
Dcounter_mcux_lpc_rtc.c26 const struct device *rtc_dev; member
238 .rtc_dev = DEVICE_DT_GET_OR_NULL(DT_INST_CHILD(id, rtc_highres)), \
278 if (config->rtc_dev) { in DT_INST_FOREACH_STATUS_OKAY()
311 if (config->rtc_dev == NULL) { in mcux_lpc_rtc_highres_stop()
399 if (config->rtc_dev == NULL) { in mcux_lpc_rtc_highres_init()
443 .rtc_dev = DEVICE_DT_GET_OR_NULL(DT_INST_PARENT(id)), \