Home
last modified time | relevance | path

Searched refs:cyhal_sdio_event_t (Results 1 – 4 of 4) sorted by relevance

/hal_infineon-3.6.0/mtb-hal-cat1/include/
Dcyhal_sdio.h217 } cyhal_sdio_event_t; typedef
286 typedef void (*cyhal_sdio_event_callback_t)(void *callback_arg, cyhal_sdio_event_t event);
369 void cyhal_sdio_enable_event(cyhal_sdio_t *obj, cyhal_sdio_event_t event, uint8_t intr_priority, bo…
/hal_infineon-3.6.0/mtb-hal-cat1/source/
Dcyhal_udb_sdio.c557 void cyhal_sdio_enable_event(cyhal_sdio_t *obj, cyhal_sdio_event_t event, uint8_t intr_priority, bo… in cyhal_sdio_enable_event()
Dcyhal_sdhc.c1241 …(callback)(sdxx->callback_data.callback_arg, (cyhal_sdio_event_t) (userInterruptStatus & normalInt… in _cyhal_sdio_irq_handler()
3303 void cyhal_sdio_enable_event(cyhal_sdio_t *obj, cyhal_sdio_event_t event, uint8_t intr_priority, bo… in cyhal_sdio_enable_event()
/hal_infineon-3.6.0/wifi-host-driver/WiFi_Host_Driver/src/bus_protocols/
Dwhd_bus_sdio_protocol.c121 static void whd_bus_sdio_irq_handler(void *handler_arg, cyhal_sdio_event_t event);
1425 static void whd_bus_sdio_irq_handler(void *handler_arg, cyhal_sdio_event_t event) in whd_bus_sdio_irq_handler()