Searched refs:cyhal_gpio_enable_event (Results 1 – 5 of 5) sorted by relevance
| /hal_infineon-latest/mtb-hal-cat1/include/ |
| D | cyhal_gpio.h | 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 | 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() function
|
| D | cyhal_sdhc.c | 582 cyhal_gpio_enable_event(pin, CYHAL_GPIO_IRQ_BOTH, CYHAL_ISR_PRIORITY_DEFAULT, true); in _cyhal_sdxx_setup_pin() 1776 …cyhal_gpio_enable_event(obj->pin_card_detect, CYHAL_GPIO_IRQ_BOTH, CYHAL_ISR_PRIORITY_DEFAULT, fal… in cyhal_sdhc_free()
|
| /hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/bus_protocols/ |
| D | whd_bus_spi_protocol.c | 1213 …cyhal_gpio_enable_event(config->host_oob_pin, event, WLAN_INTR_PRIORITY, (enable == WHD_TRUE) ? tr… in whd_bus_spi_irq_enable()
|
| D | whd_bus_sdio_protocol.c | 1534 …cyhal_gpio_enable_event(config->host_oob_pin, event, config->intr_priority, (enable == WHD_TRUE) ?… in whd_bus_sdio_enable_oob_intr()
|