Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/modem/
Dgsm_ppp.c29 #define GSM_UART_NODE DT_INST_BUS(0) macro
507 #if IS_ENABLED(DT_PROP(GSM_UART_NODE, hw_flow_control))
976 const struct device *const uart = DEVICE_DT_GET(GSM_UART_NODE); in mux_setup()
1148 ret = modem_iface_uart_init_dev(&gsm->context.iface, DEVICE_DT_GET(GSM_UART_NODE)); in gsm_ppp_start()
1300 .hw_flow_control = DT_PROP(GSM_UART_NODE, hw_flow_control), in gsm_init()
1301 .dev = DEVICE_DT_GET(GSM_UART_NODE), in gsm_init()