Home
last modified time | relevance | path

Searched refs:msgPtr (Results 1 – 5 of 5) sorted by relevance

/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/source/
Dcy_ipc_pipe.c260 … void * msgPtr, cy_ipc_pipe_relcallback_ptr_t callBackPtr) in Cy_IPC_Pipe_SendMessage() argument
269 CY_ASSERT_L1(NULL != msgPtr); in Cy_IPC_Pipe_SendMessage()
293 * (uint32_t *) msgPtr &= ~(CY_IPC_PIPE_MSG_RELEASE_Msk); in Cy_IPC_Pipe_SendMessage()
295 * (uint32_t *) msgPtr |= releaseMask; in Cy_IPC_Pipe_SendMessage()
298 Cy_IPC_Drv_WriteDataValue(toEp->ipcPtr, (uint32_t) msgPtr); in Cy_IPC_Pipe_SendMessage()
473 uint32_t *msgPtr = NULL; in Cy_IPC_Pipe_ExecCallback() local
498 if( CY_IPC_DRV_SUCCESS == Cy_IPC_Drv_ReadMsgPtr (endpoint->ipcPtr, (void **)&msgPtr)) in Cy_IPC_Pipe_ExecCallback()
501 releaseMask = _FLD2VAL(CY_IPC_PIPE_MSG_RELEASE, *msgPtr); in Cy_IPC_Pipe_ExecCallback()
502 clientID = _FLD2VAL(CY_IPC_PIPE_MSG_CLIENT, *msgPtr); in Cy_IPC_Pipe_ExecCallback()
511 callbackPtr(msgPtr); /* Call the function pointer for "clientID" */ in Cy_IPC_Pipe_ExecCallback()
Dcy_flash.c195 static void Cy_Flash_NotifyHandler(uint32_t * msgPtr);
279 static void Cy_Flash_NotifyHandler(uint32_t * msgPtr) in Cy_Flash_NotifyHandler() argument
289 cy_stc_flash_notify_t *ipcMsgPtr = (cy_stc_flash_notify_t *) (void *) msgPtr; in Cy_Flash_NotifyHandler()
/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/include/
Dcy_ipc_drv.h494 …tus_t Cy_IPC_Drv_SendMsgPtr (IPC_STRUCT_Type* base, uint32_t notifyEventIntr, void const * msgPtr);
495 …_INLINE cy_en_ipcdrv_status_t Cy_IPC_Drv_ReadMsgPtr (IPC_STRUCT_Type const * base, void ** msgPtr);
1046 …atus_t Cy_IPC_Drv_SendMsgPtr(IPC_STRUCT_Type* base, uint32_t notifyEventIntr, void const * msgPtr) in Cy_IPC_Drv_SendMsgPtr() argument
1048 CY_ASSERT_L1(NULL != msgPtr); in Cy_IPC_Drv_SendMsgPtr()
1049 return Cy_IPC_Drv_SendMsgWord(base, notifyEventIntr, (uint32_t)msgPtr); in Cy_IPC_Drv_SendMsgPtr()
1081 …INLINE cy_en_ipcdrv_status_t Cy_IPC_Drv_ReadMsgPtr (IPC_STRUCT_Type const * base, void ** msgPtr) in Cy_IPC_Drv_ReadMsgPtr() argument
1083 CY_ASSERT_L1(NULL != msgPtr); in Cy_IPC_Drv_ReadMsgPtr()
1084 return Cy_IPC_Drv_ReadMsgWord(base, (uint32_t *)msgPtr); in Cy_IPC_Drv_ReadMsgPtr()
Dcy_ipc_pipe.h82 typedef void (* cy_ipc_pipe_callback_ptr_t)(uint32_t * msgPtr);
273 cy_en_ipc_pipe_status_t Cy_IPC_Pipe_SendMessage(uint32_t toAddr, uint32_t fromAddr, void *msgPtr,
/hal_infineon-3.4.0/bless/
Dcy_ble_hal_pvt.c1060 static void Cy_BLE_IPC_CommonCallBack(uint32_t * msgPtr);
1061 static void Cy_BLE_IPC_CommonCallBack(uint32_t * msgPtr) in Cy_BLE_IPC_CommonCallBack() argument
1063 cy_stc_ble_ipc_msg_t * ipcMsgPtr = (cy_stc_ble_ipc_msg_t *) msgPtr; in Cy_BLE_IPC_CommonCallBack()
1090 intrNotifyPtr = (cy_stc_ble_intr_notify_t *)msgPtr; in Cy_BLE_IPC_CommonCallBack()
1210 static void Cy_BLE_IPC_CtrlMsgFlushRecvCallBack(uint32_t * msgPtr);
1217 static void Cy_BLE_IPC_HostMsgFlushRecvCallBack(uint32_t * msgPtr);
1218 static void Cy_BLE_IPC_HostMsgRecvCallBack(uint32_t * msgPtr);
1296 static void Cy_BLE_IPC_CtrlMsgFlushRecvCallBack(uint32_t * msgPtr) in Cy_BLE_IPC_CtrlMsgFlushRecvCallBack() argument
1299 Cy_BLE_IPC_CtrlMsgFlushRecvStackHandle(msgPtr); in Cy_BLE_IPC_CtrlMsgFlushRecvCallBack()
1389 static void Cy_BLE_IPC_HostMsgFlushRecvCallBack(uint32_t *msgPtr) in Cy_BLE_IPC_HostMsgFlushRecvCallBack() argument
[all …]