Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/serial/
Duart_neorv32.c79 static inline void neorv32_uart_write_ctrl(const struct device *dev, uint32_t ctrl) in neorv32_uart_write_ctrl() function
210 neorv32_uart_write_ctrl(dev, ctrl); in neorv32_uart_configure()
276 neorv32_uart_write_ctrl(dev, ctrl); in neorv32_uart_irq_tx_enable()
291 neorv32_uart_write_ctrl(dev, ctrl); in neorv32_uart_irq_tx_disable()
317 neorv32_uart_write_ctrl(dev, ctrl); in neorv32_uart_irq_rx_enable()
332 neorv32_uart_write_ctrl(dev, ctrl); in neorv32_uart_irq_rx_disable()
447 neorv32_uart_write_ctrl(dev, ctrl); in neorv32_uart_pm_action()