Home
last modified time | relevance | path

Searched refs:cyhal_sdhc_event_t (Results 1 – 2 of 2) sorted by relevance

/hal_infineon-latest/mtb-hal-cat1/include/
Dcyhal_sdhc.h153 } cyhal_sdhc_event_t; typedef
261 typedef void (*cyhal_sdhc_event_callback_t)(void *callback_arg, cyhal_sdhc_event_t event);
529 void cyhal_sdhc_enable_event(cyhal_sdhc_t *obj, cyhal_sdhc_event_t event, uint8_t intr_priority, bo…
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_sdhc.c1119cyhal_sdhc_event_t user_events = (0 != userInterruptStatus) ? (cyhal_sdhc_event_t)_cyhal_utils_con… in _cyhal_sdhc_irq_handler()
1121 (cyhal_sdhc_event_t)0; in _cyhal_sdhc_irq_handler()
2047 void cyhal_sdhc_enable_event(cyhal_sdhc_t *obj, cyhal_sdhc_event_t event, uint8_t intr_priority, bo… in cyhal_sdhc_enable_event()