Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/console/
Dipm_console_sender.c18 static const struct device *ipm_console_device; variable
30 ipm_send(ipm_console_device, 1, character, NULL, 0); in console_out()
40 ipm_console_device = device_get_binding(config_info->bind_to); in ipm_console_sender_init()
42 if (!ipm_console_device) { in ipm_console_sender_init()