Searched refs:cyhal_gpio_event_t (Results 1 – 5 of 5) sorted by relevance
| /hal_infineon-latest/mtb-hal-cat1/include/ |
| D | cyhal_gpio.h | 133 } cyhal_gpio_event_t; typedef 164 typedef void (*cyhal_gpio_event_callback_t)(void *callback_arg, cyhal_gpio_event_t event); 272 void cyhal_gpio_enable_event(cyhal_gpio_t pin, cyhal_gpio_event_t event, uint8_t intr_priority, boo…
|
| /hal_infineon-latest/mtb-hal-cat1/source/ |
| D | cyhal_gpio.c | 159 … cyhal_gpio_event_t event, edge = (cyhal_gpio_event_t)Cy_GPIO_GetInterruptEdge(portAddr, pin); in _cyhal_gpio_irq_handler() 422 void cyhal_gpio_enable_event(cyhal_gpio_t pin, cyhal_gpio_event_t event, uint8_t intr_priority, boo… in cyhal_gpio_enable_event()
|
| D | cyhal_sdhc.c | 312 static void _cyhal_sdhc_gpio_card_detect_callback(void *callback_arg, cyhal_gpio_event_t event) in _cyhal_sdhc_gpio_card_detect_callback()
|
| /hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/bus_protocols/ |
| D | whd_bus_spi_protocol.c | 1161 static void whd_bus_spi_oob_irq_handler(void *arg, cyhal_gpio_event_t event) in whd_bus_spi_oob_irq_handler() 1169 const cyhal_gpio_event_t expected_event = (config->is_falling_edge == WHD_TRUE) in whd_bus_spi_oob_irq_handler() 1210 const cyhal_gpio_event_t event = in whd_bus_spi_irq_enable()
|
| D | whd_bus_sdio_protocol.c | 122 static void whd_bus_sdio_oob_irq_handler(void *arg, cyhal_gpio_event_t event); 1468 static void whd_bus_sdio_oob_irq_handler(void *arg, cyhal_gpio_event_t event) in whd_bus_sdio_oob_irq_handler() 1476 const cyhal_gpio_event_t expected_event = (config->is_falling_edge == WHD_TRUE) in whd_bus_sdio_oob_irq_handler() 1531 const cyhal_gpio_event_t event = in whd_bus_sdio_enable_oob_intr()
|