Searched refs:irq_err_enable (Results 1 – 25 of 36) sorted by relevance
12
/Zephyr-Core-2.7.6/drivers/serial/ |
D | uart_handlers.c | 102 UART_SIMPLE_VOID(irq_err_enable) in UART_SIMPLE_VOID()
|
D | uart_liteuart.c | 304 .irq_err_enable = uart_liteuart_irq_err,
|
D | uart_sifive.c | 368 .irq_err_enable = uart_sifive_irq_err_enable,
|
D | uart_cc32xx.c | 300 .irq_err_enable = uart_cc32xx_irq_err_enable,
|
D | uart_imx.c | 276 .irq_err_enable = uart_imx_irq_err_enable,
|
D | uart_msp432p4xx.c | 353 .irq_err_enable = uart_msp432p4xx_irq_err_enable,
|
D | uart_sam.c | 317 .irq_err_enable = uart_sam_irq_err_enable,
|
D | uart_psoc6.c | 322 .irq_err_enable = uart_psoc6_irq_err_enable,
|
D | usart_sam.c | 318 .irq_err_enable = usart_sam_irq_err_enable,
|
D | uart_miv.c | 380 .irq_err_enable = uart_miv_irq_err_enable,
|
D | uart_mcux_lpsci.c | 274 .irq_err_enable = mcux_lpsci_irq_err_enable,
|
D | uart_rv32m1_lpuart.c | 285 .irq_err_enable = rv32m1_lpuart_irq_err_enable,
|
D | uart_mcux_flexcomm.c | 297 .irq_err_enable = mcux_flexcomm_irq_err_enable,
|
D | uart_mcux_iuart.c | 263 .irq_err_enable = mcux_iuart_irq_err_enable,
|
D | leuart_gecko.c | 312 .irq_err_enable = leuart_gecko_irq_err_enable,
|
D | uart_mcux.c | 353 .irq_err_enable = uart_mcux_irq_err_enable,
|
D | uart_npcx.c | 344 .irq_err_enable = uart_npcx_irq_err_enable,
|
D | uart_cc13xx_cc26xx.c | 455 .irq_err_enable = uart_cc13xx_cc26xx_irq_err_enable,
|
D | uart_mcux_lpuart.c | 391 .irq_err_enable = mcux_lpuart_irq_err_enable,
|
D | uart_lpc11u6x.c | 435 .irq_err_enable = lpc11u6x_uart0_irq_err_enable, 870 .irq_err_enable = lpc11u6x_uartx_irq_err_enable,
|
D | uart_b91.c | 529 .irq_err_enable = uart_b91_irq_err_enable,
|
D | uart_esp32.c | 466 .irq_err_enable = uart_esp32_irq_err_enable,
|
D | uart_pl011.c | 351 .irq_err_enable = pl011_irq_err_enable,
|
D | uart_stellaris.c | 622 .irq_err_enable = uart_stellaris_irq_err_enable,
|
/Zephyr-Core-2.7.6/include/drivers/ |
D | uart.h | 415 void (*irq_err_enable)(const struct device *dev); member 1053 if (api->irq_err_enable) { in z_impl_uart_irq_err_enable() 1054 api->irq_err_enable(dev); in z_impl_uart_irq_err_enable()
|
12