Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-hal-cat1/include/
Dcyhal_sdhc.h152 CYHAL_SDHC_ALL_INTERRUPTS = 0x0FEFF, //!< Is used to enable/disable all interrupts enumerator
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_sdhc.c2058 if ((uint32_t) event < (uint32_t) CYHAL_SDHC_ALL_INTERRUPTS) in cyhal_sdhc_enable_event()
2074 interruptMask = (enable) ? CYHAL_SDHC_ALL_INTERRUPTS : 0; in cyhal_sdhc_enable_event()