Searched refs:cyhal_uart_event_t (Results 1 – 3 of 3) sorted by relevance
| /hal_infineon-latest/mtb-hal-cat1/include/ |
| D | cyhal_uart.h | 173 } cyhal_uart_event_t; typedef 206 typedef void (*cyhal_uart_event_callback_t)(void *callback_arg, cyhal_uart_event_t event); 444 void cyhal_uart_enable_event(cyhal_uart_t *obj, cyhal_uart_event_t event, uint8_t intr_priority, bo…
|
| /hal_infineon-latest/mtb-hal-cat1/source/ |
| D | cyhal_uart.c | 302 if(0 == (CYHAL_UART_IRQ_TX_FIFO & ((cyhal_uart_event_t)obj->irq_cause))) in _cyhal_uart_dma_handler_tx() 307 if(0 != ((cyhal_uart_event_t)obj->irq_cause & CYHAL_UART_IRQ_TX_TRANSMIT_IN_FIFO)) in _cyhal_uart_dma_handler_tx() 341 if(0 != ((cyhal_uart_event_t)obj->irq_cause & CYHAL_UART_IRQ_RX_DONE)) in _cyhal_uart_dma_handler_rx() 378 cyhal_uart_event_t anded_events = (cyhal_uart_event_t)(obj->irq_cause & hal_event); in _cyhal_uart_cb_wrapper() 1554 void cyhal_uart_enable_event(cyhal_uart_t *obj, cyhal_uart_event_t event, uint8_t intr_priority, bo… in cyhal_uart_enable_event()
|
| /hal_infineon-latest/btstack-integration/COMPONENT_BTSS-IPC/platform/common/ |
| D | cybt_debug_uart.c | 436 static void cybt_uart_irq_handler_(void *handler_arg, cyhal_uart_event_t event) in cybt_uart_irq_handler_() 534 cyhal_uart_enable_event(&cy_trans_uart.hal_obj, (cyhal_uart_event_t)enable_irq_event, in cybt_debug_uart_init()
|