Searched refs:ipcMsgPtr (Results 1 – 2 of 2) sorted by relevance
1063 cy_stc_ble_ipc_msg_t * ipcMsgPtr = (cy_stc_ble_ipc_msg_t *) msgPtr; in Cy_BLE_IPC_CommonCallBack() local1065 if((ipcMsgPtr != NULL) && (cy_ble_halConfigPtr != NULL)) in Cy_BLE_IPC_CommonCallBack()1067 switch (ipcMsgPtr->pktType) in Cy_BLE_IPC_CommonCallBack()1072 cy_ble_halConfigPtr->stackParam = (cy_stc_ble_stack_params_t *)ipcMsgPtr->data; in Cy_BLE_IPC_CommonCallBack()1081 ipcMsgPtr->data = (uint32_t) Cy_BLE_EnableController(); in Cy_BLE_IPC_CommonCallBack()1084 ipcMsgPtr->controllerStarted = true; in Cy_BLE_IPC_CommonCallBack()
289 cy_stc_flash_notify_t *ipcMsgPtr = (cy_stc_flash_notify_t *) (void *) msgPtr; in Cy_Flash_NotifyHandler() local291 if (CY_FLASH_ENTER_WAIT_LOOP == ipcMsgPtr->pktType) in Cy_Flash_NotifyHandler()