Searched refs:uart (Results 1 – 2 of 2) sorted by relevance
| /hal_intel-latest/bsp_sedi/drivers/usart/ |
| D | sedi_dw_uart.c | 170 sedi_uart_t uart; member 177 {.dma_xfer = NULL, .uart = SEDI_UART_0, .operation = WRITE}, 178 {.dma_xfer = NULL, .uart = SEDI_UART_1, .operation = WRITE}, 179 {.dma_xfer = NULL, .uart = SEDI_UART_2, .operation = WRITE} 183 {.dma_xfer = NULL, .uart = SEDI_UART_0, .operation = READ}, 184 {.dma_xfer = NULL, .uart = SEDI_UART_1, .operation = READ}, 185 {.dma_xfer = NULL, .uart = SEDI_UART_2, .operation = READ} 209 sedi_uart_regs_t *const regs = SEDI_UART[ctxt->uart]; in sedi_dma_event_cb() 259 static void uart_soft_rst_instance(sedi_uart_t uart) in uart_soft_rst_instance() argument 263 *rst_reg |= (1 << uart); in uart_soft_rst_instance() [all …]
|
| /hal_intel-latest/bsp_sedi/include/driver/ |
| D | sedi_driver_uart.h | 292 int sedi_uart_set_config(IN sedi_uart_t uart, IN sedi_uart_config_t *const cfg); 312 int sedi_uart_get_status(IN sedi_uart_t uart, OUT uint32_t *const status); 327 int sedi_uart_write(IN sedi_uart_t uart, IN uint8_t data); 343 int sedi_uart_read(IN sedi_uart_t uart, OUT uint8_t *const data, 362 int sedi_uart_read_buffer(IN sedi_uart_t uart, OUT uint8_t *const data, 378 int sedi_uart_write_non_block(IN sedi_uart_t uart, IN uint8_t data); 392 int sedi_uart_read_non_block(IN sedi_uart_t uart, OUT uint8_t *const data); 408 int sedi_uart_write_buffer(IN sedi_uart_t uart, IN uint8_t *const data, 429 int sedi_uart_write_async(IN sedi_uart_t uart, 450 int sedi_uart_read_async(IN sedi_uart_t uart, [all …]
|