Lines Matching full:info

24 	struct counter_config_info info;  member
38 const struct counter_config_info *info = dev->config; in mcux_lpc_rtc_isr() local
40 CONTAINER_OF(info, struct mcux_lpc_rtc_config, info); in mcux_lpc_rtc_isr()
85 const struct counter_config_info *info = dev->config; in mcux_lpc_rtc_start() local
87 CONTAINER_OF(info, struct mcux_lpc_rtc_config, info); in mcux_lpc_rtc_start()
96 const struct counter_config_info *info = dev->config; in mcux_lpc_rtc_stop() local
98 CONTAINER_OF(info, struct mcux_lpc_rtc_config, info); in mcux_lpc_rtc_stop()
110 const struct counter_config_info *info = dev->config; in mcux_lpc_rtc_read() local
112 CONTAINER_OF(info, struct mcux_lpc_rtc_config, info); in mcux_lpc_rtc_read()
128 const struct counter_config_info *info = dev->config; in mcux_lpc_rtc_set_alarm() local
130 CONTAINER_OF(info, struct mcux_lpc_rtc_config, info); in mcux_lpc_rtc_set_alarm()
187 const struct counter_config_info *info = dev->config; in mcux_lpc_rtc_get_pending_int() local
189 CONTAINER_OF(info, struct mcux_lpc_rtc_config, info); in mcux_lpc_rtc_get_pending_int()
196 const struct counter_config_info *info = dev->config; in mcux_lpc_rtc_get_top_value() local
198 return info->max_top_value; in mcux_lpc_rtc_get_top_value()
203 const struct counter_config_info *info = dev->config; in mcux_lpc_rtc_init() local
205 CONTAINER_OF(info, struct mcux_lpc_rtc_config, info); in mcux_lpc_rtc_init()
239 .info = { \
249 &mcux_lpc_rtc_data_##id, &mcux_lpc_rtc_config_##id.info, \
273 const struct counter_config_info *info = dev->config; in DT_INST_FOREACH_STATUS_OKAY() local
275 CONTAINER_OF(info, struct mcux_lpc_rtc_config, info); in DT_INST_FOREACH_STATUS_OKAY()
305 const struct counter_config_info *info = dev->config; in mcux_lpc_rtc_highres_stop() local
307 CONTAINER_OF(info, struct mcux_lpc_rtc_config, info); in mcux_lpc_rtc_highres_stop()
321 const struct counter_config_info *info = dev->config; in mcux_lpc_rtc_highres_read() local
323 CONTAINER_OF(info, struct mcux_lpc_rtc_config, info); in mcux_lpc_rtc_highres_read()
351 const struct counter_config_info *info = dev->config; in mcux_lpc_rtc_highres_set_top_value() local
353 CONTAINER_OF(info, struct mcux_lpc_rtc_config, info); in mcux_lpc_rtc_highres_set_top_value()
373 const struct counter_config_info *info = dev->config; in mcux_lpc_rtc_highres_get_pending_int() local
375 CONTAINER_OF(info, struct mcux_lpc_rtc_config, info); in mcux_lpc_rtc_highres_get_pending_int()
383 const struct counter_config_info *info = dev->config; in mcux_lpc_rtc_highres_get_top_value() local
386 return info->max_top_value; in mcux_lpc_rtc_highres_get_top_value()
394 const struct counter_config_info *info = dev->config; in mcux_lpc_rtc_highres_init() local
396 CONTAINER_OF(info, struct mcux_lpc_rtc_config, info); in mcux_lpc_rtc_highres_init()
445 .info = { \
455 &mcux_lpc_rtc_highres_config_##id.info, \