/Zephyr-latest/include/zephyr/drivers/ |
D | uart.h | 120 struct uart_config { struct 122 uint8_t parity; /**< Parity bit, use @ref uart_config_parity */ argument 123 uint8_t stop_bits; /**< Stop bits, use @ref uart_config_stop_bits */ argument 124 uint8_t data_bits; /**< Data bits, use @ref uart_config_data_bits */ argument 125 uint8_t flow_ctrl; /**< Flow control setting, use @ref uart_config_flow_control */ argument
|
/Zephyr-latest/drivers/serial/ |
D | uart_renesas_rz_scif.c | 21 struct uart_config uart_config; member 80 struct uart_config *uart_config = &data->uart_config; in uart_rz_scif_apply_config() local
|
D | uart_native_tty.c | 55 struct uart_config uart_config; member 325 struct uart_config uart_config = ((struct native_tty_config *)dev->config)->uart_config; in native_tty_serial_init() local
|
D | uart_mcux_lpuart.c | 124 struct uart_config uart_config; member 970 lpuart_config_t *uart_config) in mcux_lpuart_configure_basic() 1045 lpuart_config_t uart_config; in mcux_lpuart_configure_async() local 1082 lpuart_config_t uart_config; in mcux_lpuart_configure_init() local
|
D | uart_mcux_iuart.c | 228 uart_config_t uart_config; in mcux_iuart_init() local
|
D | uart_rv32m1_lpuart.c | 244 lpuart_config_t uart_config; in rv32m1_lpuart_init() local
|
D | uart_mcux_lpsci.c | 241 lpsci_config_t uart_config; in mcux_lpsci_init() local
|
D | uart_cc13xx_cc26xx.c | 37 struct uart_config uart_config; member
|
D | uart_mcux_flexcomm.c | 87 struct uart_config uart_config; member 295 struct uart_config *uart_config = &data->uart_config; in mcux_flexcomm_uart_configure() local
|
D | uart_sam.c | 410 struct uart_config uart_config = { in uart_sam_init() local
|
D | uart_mcux.c | 43 uart_config_t uart_config; in uart_mcux_configure() local
|
D | usart_sam.c | 502 struct uart_config uart_config = { in usart_sam_init() local
|
D | uart_nrfx_uart.c | 45 struct uart_config uart_config; member
|
D | uart_nrfx_uarte2.c | 136 struct uart_config uart_config; member
|
D | uart_esp32.c | 114 struct uart_config uart_config; member
|
D | uart_renesas_ra8_sci_b.c | 36 struct uart_config uart_config; member
|
D | uart_renesas_ra_sci.c | 43 struct uart_config uart_config; member
|
D | uart_mchp_xec.c | 201 struct uart_config uart_config; member
|
D | uart_ns16550.c | 362 struct uart_config uart_config; member
|
D | uart_nrfx_uarte.c | 217 struct uart_config uart_config; member
|
/Zephyr-latest/drivers/wifi/esp_at/ |
D | esp.c | 1404 static const struct uart_config uart_config = { in esp_init_work() local 1604 const struct modem_iface_uart_config uart_config = { in esp_init() local
|
/Zephyr-latest/drivers/modem/ |
D | quectel-bg9x.c | 1205 const struct modem_iface_uart_config uart_config = { in modem_init() local
|
D | simcom-sim7080.c | 2374 const struct modem_iface_uart_config uart_config = { in modem_init() local
|
D | ublox-sara-r4.c | 2174 const struct modem_iface_uart_config uart_config = { in modem_init() local
|