Home
last modified time | relevance | path

Searched defs:interruptMask (Results 1 – 10 of 10) sorted by relevance

/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/include/
Dcy_scb_common.h1200 __STATIC_INLINE void Cy_SCB_SetRxInterruptMask(CySCB_Type *base, uint32_t interruptMask) in Cy_SCB_SetRxInterruptMask()
1275 __STATIC_INLINE void Cy_SCB_ClearRxInterrupt(CySCB_Type *base, uint32_t interruptMask) in Cy_SCB_ClearRxInterrupt()
1298 __STATIC_INLINE void Cy_SCB_SetRxInterrupt(CySCB_Type *base, uint32_t interruptMask) in Cy_SCB_SetRxInterrupt()
1344 __STATIC_INLINE void Cy_SCB_SetTxInterruptMask(CySCB_Type *base, uint32_t interruptMask) in Cy_SCB_SetTxInterruptMask()
1421 __STATIC_INLINE void Cy_SCB_ClearTxInterrupt(CySCB_Type *base, uint32_t interruptMask) in Cy_SCB_ClearTxInterrupt()
1444 __STATIC_INLINE void Cy_SCB_SetTxInterrupt(CySCB_Type *base, uint32_t interruptMask) in Cy_SCB_SetTxInterrupt()
1490 __STATIC_INLINE void Cy_SCB_SetMasterInterruptMask(CySCB_Type *base, uint32_t interruptMask) in Cy_SCB_SetMasterInterruptMask()
1558 __STATIC_INLINE void Cy_SCB_ClearMasterInterrupt(CySCB_Type *base, uint32_t interruptMask) in Cy_SCB_ClearMasterInterrupt()
1581 __STATIC_INLINE void Cy_SCB_SetMasterInterrupt(CySCB_Type *base, uint32_t interruptMask) in Cy_SCB_SetMasterInterrupt()
1628 __STATIC_INLINE void Cy_SCB_SetSlaveInterruptMask(CySCB_Type *base, uint32_t interruptMask) in Cy_SCB_SetSlaveInterruptMask()
[all …]
Dcy_sd_host.h2055 __STATIC_INLINE void Cy_SD_Host_SetNormalInterruptMask(SDHC_Type *base, uint32_t interruptMask) in Cy_SD_Host_SetNormalInterruptMask()
2182 __STATIC_INLINE void Cy_SD_Host_SetErrorInterruptMask(SDHC_Type *base, uint32_t interruptMask) in Cy_SD_Host_SetErrorInterruptMask()
Dcy_pdm_pcm.h369 uint32_t interruptMask; /**< Interrupts enable mask */ member
Dcy_i2s.h431 uint32_t interruptMask; /**< Stores the I2S interrupt mask */ member
Dcy_rtc.h908 #define CY_RTC_INTR_VALID(interruptMask) (0UL == ((interruptMask) & ((uint32_t) ~(CY_RTC_INTR_MA… argument
Dcy_sar2.h582 uint32_t interruptMask; /**< Select the interrupt sources. member
Dcy_flash_srom.h503 …uint32_t interruptMask : 8; // Interrupt mask (Applicable only for eCT non-blocking). see \ref cy_… member
557 uint32_t interruptMask : 8; // see \ref cy_en_erase_intrmask_t member
/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/source/
Dcy_rtc.c1347 void Cy_RTC_SetInterrupt(uint32_t interruptMask) in Cy_RTC_SetInterrupt()
1366 void Cy_RTC_ClearInterrupt(uint32_t interruptMask) in Cy_RTC_ClearInterrupt()
1387 void Cy_RTC_SetInterruptMask(uint32_t interruptMask) in Cy_RTC_SetInterruptMask()
Dcy_crypto_server.c338 uint32_t interruptMask; in Cy_Crypto_Server_Stop() local
/hal_infineon-3.6.0/mtb-hal-cat1/source/
Dcyhal_sdhc.c1256 uint32_t interruptMask = Cy_SD_Host_GetNormalInterruptEnable(blockAddr); in _cyhal_sdio_irq_handler() local
2051 uint32_t interruptMask = Cy_SD_Host_GetNormalInterruptMask(sdxx->base); in cyhal_sdhc_enable_event() local