Home
last modified time | relevance | path

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

/bsp/nxp/mcx/mcxn/Libraries/drivers/
A Ddrv_uart.c24 struct mcx_uart struct
74 static const struct mcx_uart uarts[] = /* Initializes the above structure */
134 …struct mcx_uart *uart; /* Serial port hardware structure, calling the structure initialized above … in mcx_configure()
140 uart = (struct mcx_uart *)serial->parent.user_data; in mcx_configure()
177 …struct mcx_uart *uart = (struct mcx_uart *)serial->parent.user_data; /* Convert the type to struct… in mcx_control()
207 struct mcx_uart *uart = (struct mcx_uart *)serial->parent.user_data; in mcx_putc()
217 struct mcx_uart *uart = (struct mcx_uart *)serial->parent.user_data; in mcx_getc()
238 struct mcx_uart *uart; /* Create a serial port hardware structure variable */ in uart_isr()
242 uart = (struct mcx_uart *) serial->parent.user_data; in uart_isr()
/bsp/nxp/mcx/mcxa/Libraries/drivers/
A Ddrv_uart.c21 struct mcx_uart struct
60 static const struct mcx_uart uarts[] =
114 struct mcx_uart *uart; in mcx_configure()
120 uart = (struct mcx_uart *)serial->parent.user_data; in mcx_configure()
150 struct mcx_uart *uart = (struct mcx_uart *)serial->parent.user_data; in mcx_control()
173 struct mcx_uart *uart = (struct mcx_uart *)serial->parent.user_data; in mcx_putc()
183 struct mcx_uart *uart = (struct mcx_uart *)serial->parent.user_data; in mcx_getc()
202 struct mcx_uart *uart; in uart_isr()
206 uart = (struct mcx_uart *) serial->parent.user_data; in uart_isr()

Completed in 7 milliseconds