Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-hal-cat1/include/
Dcyhal_gpio.h272 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/
Dcyhal_gpio.c422 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
Dcyhal_sdhc.c582 cyhal_gpio_enable_event(pin, CYHAL_GPIO_IRQ_BOTH, CYHAL_ISR_PRIORITY_DEFAULT, true); in _cyhal_sdxx_setup_pin()
1776cyhal_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/
Dwhd_bus_spi_protocol.c1213cyhal_gpio_enable_event(config->host_oob_pin, event, WLAN_INTR_PRIORITY, (enable == WHD_TRUE) ? tr… in whd_bus_spi_irq_enable()
Dwhd_bus_sdio_protocol.c1534cyhal_gpio_enable_event(config->host_oob_pin, event, config->intr_priority, (enable == WHD_TRUE) ?… in whd_bus_sdio_enable_oob_intr()