Lines Matching refs:message
114 …tatus_t Cy_IPC_Drv_SendMsgWord (IPC_STRUCT_Type* base, uint32_t notifyEventIntr, uint32_t message) in Cy_IPC_Drv_SendMsgWord() argument
121 Cy_IPC_Drv_WriteDataValue(base, message); in Cy_IPC_Drv_SendMsgWord()
166 cy_en_ipcdrv_status_t Cy_IPC_Drv_ReadMsgWord (IPC_STRUCT_Type const * base, uint32_t * message) in Cy_IPC_Drv_ReadMsgWord() argument
170 CY_ASSERT_L1(NULL != message); in Cy_IPC_Drv_ReadMsgWord()
175 *message = Cy_IPC_Drv_ReadDataValue(base); in Cy_IPC_Drv_ReadMsgWord()
221 …tus_t Cy_IPC_Drv_SendMsgDWord (IPC_STRUCT_Type* base, uint32_t notifyEventIntr, uint32_t* message) in Cy_IPC_Drv_SendMsgDWord() argument
225 CY_ASSERT_L1(NULL != message); in Cy_IPC_Drv_SendMsgDWord()
230 Cy_IPC_Drv_WriteDDataValue(base, message); in Cy_IPC_Drv_SendMsgDWord()
273 cy_en_ipcdrv_status_t Cy_IPC_Drv_ReadMsgDWord (IPC_STRUCT_Type const* base, uint32_t* message) in Cy_IPC_Drv_ReadMsgDWord() argument
277 CY_ASSERT_L1(NULL != message); in Cy_IPC_Drv_ReadMsgDWord()
282 Cy_IPC_Drv_ReadDDataValue(base, message); in Cy_IPC_Drv_ReadMsgDWord()