Searched defs:interruptMask (Results 1 – 10 of 10) sorted by relevance
/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/include/ |
D | cy_scb_common.h | 1200 __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 …]
|
D | cy_sd_host.h | 2055 __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()
|
D | cy_pdm_pcm.h | 369 uint32_t interruptMask; /**< Interrupts enable mask */ member
|
D | cy_i2s.h | 431 uint32_t interruptMask; /**< Stores the I2S interrupt mask */ member
|
D | cy_rtc.h | 908 #define CY_RTC_INTR_VALID(interruptMask) (0UL == ((interruptMask) & ((uint32_t) ~(CY_RTC_INTR_MA… argument
|
D | cy_sar2.h | 582 uint32_t interruptMask; /**< Select the interrupt sources. member
|
D | cy_flash_srom.h | 503 …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/ |
D | cy_rtc.c | 1347 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()
|
D | cy_crypto_server.c | 338 uint32_t interruptMask; in Cy_Crypto_Server_Stop() local
|
/hal_infineon-3.6.0/mtb-hal-cat1/source/ |
D | cyhal_sdhc.c | 1256 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
|