mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-11 03:42:51 +00:00
The purpose of irq_update() is to cache value of UART IRQ status
register for devices which needs such caching. No other driver
performs any other side effects in this call. For STM32, clearing
TC (tx complete) bit was introduced in
|
||
---|---|---|
.. | ||
Kconfig | ||
Kconfig.altera_jtag | ||
Kconfig.atmel_sam3 | ||
Kconfig.cc32xx | ||
Kconfig.cmsdk_apb | ||
Kconfig.fe310 | ||
Kconfig.mcux | ||
Kconfig.mcux_lpsci | ||
Kconfig.mcux_lpuart | ||
Kconfig.nrf5 | ||
Kconfig.ns16550 | ||
Kconfig.nsim | ||
Kconfig.qmsi | ||
Kconfig.riscv_qemu | ||
Kconfig.stellaris | ||
Kconfig.stm32 | ||
Kconfig.uart_sam | ||
Kconfig.usart_sam | ||
Makefile | ||
uart_altera_jtag.c | ||
uart_atmel_sam3.c | ||
uart_cc32xx.c | ||
uart_cmsdk_apb.c | ||
uart_fe310.c | ||
uart_mcux_lpsci.c | ||
uart_mcux_lpuart.c | ||
uart_mcux.c | ||
uart_nrf5.c | ||
uart_ns16550.c | ||
uart_ns16550.h | ||
uart_nsim.c | ||
uart_qmsi.c | ||
uart_riscv_qemu.c | ||
uart_sam.c | ||
uart_stellaris.c | ||
uart_stm32.c | ||
uart_stm32.h | ||
usart_sam.c |