Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-hal-cat1/include/
Dcyhal_uart.h162 CYHAL_UART_IRQ_NONE = 0, //!< No interrupt enumerator
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_uart.c360 (uint32_t)CYHAL_UART_IRQ_NONE, // 0: Default no IRQ in _cyhal_uart_cb_wrapper()
785 obj->irq_cause = CYHAL_UART_IRQ_NONE; in _cyhal_uart_init_hw()
1551 obj->irq_cause = CYHAL_UART_IRQ_NONE; in cyhal_uart_register_callback()
1668 if (event == CYHAL_UART_IRQ_NONE) in cyhal_uart_enable_event()