Searched refs:cyhal_sdio_event_t (Results 1 – 4 of 4) sorted by relevance
/hal_infineon-3.6.0/mtb-hal-cat1/include/ |
D | cyhal_sdio.h | 217 } 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/ |
D | cyhal_udb_sdio.c | 557 void cyhal_sdio_enable_event(cyhal_sdio_t *obj, cyhal_sdio_event_t event, uint8_t intr_priority, bo… in cyhal_sdio_enable_event()
|
D | cyhal_sdhc.c | 1241 …(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/ |
D | whd_bus_sdio_protocol.c | 121 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()
|