Home
last modified time | relevance | path

Searched refs:UART_IRQ_CFG_FUNC_INIT (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/serial/
Duart_bcm2711.c311 #define UART_IRQ_CFG_FUNC_INIT(n) .irq_config_func = irq_config_func_##n macro
312 #define UART_INIT_CFG(n) UART_DECLARE_CFG(n, UART_IRQ_CFG_FUNC_INIT(n))
315 #define UART_IRQ_CFG_FUNC_INIT macro
316 #define UART_INIT_CFG(n) UART_DECLARE_CFG(n, UART_IRQ_CFG_FUNC_INIT)