Lines Matching refs:ipcNotifyMask
632 … uint32_t ipcReleaseMask, uint32_t ipcNotifyMask);
637 … uint32_t ipcReleaseMask, uint32_t ipcNotifyMask);
639 … uint32_t ipcReleaseMask, uint32_t ipcNotifyMask);
726 uint32_t ipcReleaseMask, uint32_t ipcNotifyMask) in Cy_IPC_Drv_SetInterruptMask() argument
728 CY_ASSERT_L1(0UL == (ipcNotifyMask & ~(uint32_t)(IPC_STRUCT_NOTIFY_INTR_NOTIFY_Msk))); in Cy_IPC_Drv_SetInterruptMask()
730 …REG_IPC_INTR_STRUCT_INTR_MASK(base) = _VAL2FLD( IPC_INTR_STRUCT_INTR_MASK_NOTIFY, ipcNotifyMask) | in Cy_IPC_Drv_SetInterruptMask()
856 …y_IPC_Drv_SetInterrupt(IPC_INTR_STRUCT_Type* base, uint32_t ipcReleaseMask, uint32_t ipcNotifyMask) in Cy_IPC_Drv_SetInterrupt() argument
858 CY_ASSERT_L1(0UL == (ipcNotifyMask & ~(uint32_t)(IPC_STRUCT_NOTIFY_INTR_NOTIFY_Msk))); in Cy_IPC_Drv_SetInterrupt()
860 REG_IPC_INTR_STRUCT_INTR_SET(base) = _VAL2FLD( IPC_INTR_STRUCT_INTR_NOTIFY, ipcNotifyMask ) | in Cy_IPC_Drv_SetInterrupt()
890 …IPC_Drv_ClearInterrupt(IPC_INTR_STRUCT_Type* base, uint32_t ipcReleaseMask, uint32_t ipcNotifyMask) in Cy_IPC_Drv_ClearInterrupt() argument
892 CY_ASSERT_L1(0UL == (ipcNotifyMask & ~(uint32_t)(IPC_STRUCT_NOTIFY_INTR_NOTIFY_Msk))); in Cy_IPC_Drv_ClearInterrupt()
894 REG_IPC_INTR_STRUCT_INTR(base) = _VAL2FLD(IPC_INTR_STRUCT_INTR_NOTIFY, ipcNotifyMask) | in Cy_IPC_Drv_ClearInterrupt()