Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/serial/
Duart_stellaris.c357 uint32_t saved_ctl; /* saved UARTCTL (control) register */ in uart_stellaris_irq_tx_enable() local
374 saved_ctl = config->uart->ctl; in uart_stellaris_irq_tx_enable()
394 config->uart->ctl = saved_ctl; in uart_stellaris_irq_tx_enable()