zephyr/drivers/serial
Pisit Sawangvonganan f503b7a26d drivers: serial: stm32: replace `config` parameter with `usart`
Updated function parameters from `const struct uart_stm32_config *config`
to `USART_TypeDef *usart`. This change reduces the level of pointer
indirection, which minimizes repeated dereferencing and helps reduce
the overall code size.

Signed-off-by: Pisit Sawangvonganan <pisit@ndrsolution.com>
2024-05-28 09:49:09 +02:00
..
CMakeLists.txt drivers: serial: rpi_pico: Migrate to pl011 driver 2024-04-10 10:01:25 +02:00
Kconfig
Kconfig.altera
Kconfig.altera_jtag
Kconfig.apbuart
Kconfig.b91
Kconfig.bcm2711
Kconfig.bt serial: bt: Set configurable options for the NUS Work-queue 2024-05-13 16:17:58 -04:00
Kconfig.cc13xx_cc26xx
Kconfig.cc32xx
Kconfig.cdns
Kconfig.cmsdk_apb
Kconfig.efinix_sapphire
Kconfig.emul
Kconfig.ene
Kconfig.esp32
Kconfig.gd32
Kconfig.gecko
Kconfig.hostlink
Kconfig.ifx_cat1
Kconfig.imx
Kconfig.intel_lw
Kconfig.it8xxx2
Kconfig.leuart_gecko
Kconfig.litex
Kconfig.lpc11u6x
Kconfig.mcux
Kconfig.mcux_flexcomm
Kconfig.mcux_iuart
Kconfig.mcux_lpsci
Kconfig.mcux_lpuart
Kconfig.miv
Kconfig.msp432p4xx
Kconfig.native_posix
Kconfig.native_tty
Kconfig.neorv32
Kconfig.npcx drivers: uart: npcx: add asychronous API support 2024-04-26 16:13:25 +02:00
Kconfig.nrfx
Kconfig.nrfx_uart_instance drivers: serial: nrfx: Update Kconfig dependencies for RX cache 2024-05-13 16:05:39 -04:00
Kconfig.ns16550
Kconfig.numaker
Kconfig.numicro
Kconfig.nxp_s32
Kconfig.opentitan
Kconfig.pl011 drivers: serial: rpi_pico: Migrate to pl011 driver 2024-04-10 10:01:25 +02:00
Kconfig.psoc6
Kconfig.ql_usbserialport_s3b
Kconfig.rcar
Kconfig.renesas_ra
Kconfig.rpi_pico drivers: serial: rpi_pico: Migrate to pl011 driver 2024-04-10 10:01:25 +02:00
Kconfig.rtt
Kconfig.rv32m1_lpuart
Kconfig.rzt2m
Kconfig.sam0
Kconfig.sedi
Kconfig.sifive
Kconfig.smartbond drivers: serial: Smartbond: add support RX line wakeup 2024-05-12 17:03:17 -04:00
Kconfig.stellaris
Kconfig.stm32
Kconfig.test
Kconfig.uart_sam
Kconfig.usart_sam
Kconfig.xec
Kconfig.xen
Kconfig.xlnx
Kconfig.xmc4xxx
leuart_gecko.c
serial_esp32_usb.c
serial_test.c
uart_altera.c
uart_altera_jtag.c
uart_apbuart.c
uart_async_rx.c drivers: serial: uart_async_rx: Fix uart_async_rx_reset function 2024-04-16 09:07:55 +02:00
uart_async_to_irq.c drivers: serial: uart_async_to_irq: Move resetting to disabling function 2024-04-16 09:07:55 +02:00
uart_b91.c
uart_bcm2711.c
uart_bt.c serial: bt: Set configurable options for the NUS Work-queue 2024-05-13 16:17:58 -04:00
uart_cc13xx_cc26xx.c
uart_cc32xx.c
uart_cdns.c
uart_cdns.h
uart_cmsdk_apb.c
uart_efinix_sapphire.c
uart_emul.c
uart_ene_kb1200.c
uart_esp32.c Driver: Add pin inversion to Esp32 Uart 2024-05-14 18:21:27 -04:00
uart_gecko.c
uart_handlers.c
uart_hostlink.c
uart_hvc_xen.c
uart_hvc_xen_consoleio.c
uart_ifx_cat1.c
uart_imx.c
uart_intel_lw.c
uart_ite_it8xxx2.c
uart_liteuart.c
uart_lpc11u6x.c
uart_lpc11u6x.h
uart_mchp_xec.c
uart_mcux.c
uart_mcux_flexcomm.c dma: Fix error_callback enable/disable confusion 2024-04-11 17:08:10 -04:00
uart_mcux_iuart.c
uart_mcux_lpsci.c
uart_mcux_lpuart.c drivers: lpuart: Fix async configure 2024-05-18 15:50:11 +03:00
uart_miv.c
uart_msp432p4xx.c
uart_native_ptty.c
uart_native_ptty_bottom.c
uart_native_ptty_bottom.h
uart_native_tty.c driver: uart: native: fix stop_bits/databits mix 2024-05-14 18:19:11 -04:00
uart_native_tty_bottom.c driver: uart: native: fix stop_bits/databits mix 2024-05-14 18:19:11 -04:00
uart_native_tty_bottom.h
uart_neorv32.c
uart_npcx.c drivers: uart: npcx: extend the UART baudrate support 2024-04-26 16:13:25 +02:00
uart_nrfx_uart.c
uart_nrfx_uarte.c coding guidelines: comply with MISRA Rule 20.9 2024-05-06 17:30:26 +01:00
uart_nrfx_uarte2.c drivers: serial: nrfx_uarte2: Fix error event not being sent 2024-04-18 11:14:58 +02:00
uart_ns16550.c coding guidelines: comply with MISRA Rule 12.1. 2024-05-13 16:05:53 -04:00
uart_ns16550.h
uart_numaker.c
uart_numicro.c
uart_nxp_s32_linflexd.c
uart_nxp_s32_linflexd.h
uart_opentitan.c
uart_pipe.c
uart_pl011.c drivers: serial: rpi_pico: Migrate to pl011 driver 2024-04-10 10:01:25 +02:00
uart_pl011_ambiq.h drivers: serial: pl011: Add support for Ambiq Apollo3 SoCs UART 2024-05-07 18:57:19 +02:00
uart_pl011_raspberrypi_pico.h drivers: serial: rpi_pico: Migrate to pl011 driver 2024-04-10 10:01:25 +02:00
uart_pl011_registers.h
uart_psoc6.c
uart_ql_usbserialport_s3b.c
uart_ql_usbserialport_s3b.h
uart_rcar.c drivers: use `DT_INST_NODE_HAS_COMPAT` 2024-04-26 20:04:38 +01:00
uart_renesas_ra.c
uart_rpi_pico_pio.c
uart_rtt.c
uart_rv32m1_lpuart.c
uart_rzt2m.c
uart_rzt2m.h
uart_sam.c
uart_sam0.c
uart_sedi.c
uart_sifive.c
uart_smartbond.c drivers: serial: Smartbond: add support DTR line wakeup 2024-05-12 17:03:17 -04:00
uart_stellaris.c
uart_stm32.c drivers: serial: stm32: replace `config` parameter with `usart` 2024-05-28 09:49:09 +02:00
uart_stm32.h
uart_xlnx_ps.c
uart_xlnx_uartlite.c
uart_xmc4xxx.c
usart_gd32.c
usart_sam.c