Lines Matching refs:ptr
1233 cy_stc_ipc_msg_init_t *ptr; in Cy_bt_handle_hpclong_msg() local
1260 ptr = (cy_stc_ipc_msg_init_t*)(* (msgPtr+1)); in Cy_bt_handle_hpclong_msg()
1261 if (NULL == ptr) in Cy_bt_handle_hpclong_msg()
1268 ptr = (cy_stc_ipc_msg_init_t*)(ptr); in Cy_bt_handle_hpclong_msg()
1270 … ptr = (cy_stc_ipc_msg_init_t*)((uint32)ptr + ((uint32_t)BTSS_DATA_RAM_IPC - 0x28000000UL)); in Cy_bt_handle_hpclong_msg()
1274 …bufCount = (ptr->payLoadLen - (uint8_t)INIT_IPC_BUFF_DESC_OFFSET)/((uint8_t)BUFFER_DESCRIPTION_LEN… in Cy_bt_handle_hpclong_msg()
1277 contextPtr->bootType = ptr->bootType; in Cy_bt_handle_hpclong_msg()
1279 bPtr = (uint8_t*)(&ptr->bootType); in Cy_bt_handle_hpclong_msg()
1292 ptr, ptr->bootType, ptr->payLoadLen, bufCount); in Cy_bt_handle_hpclong_msg()
1295 ptr, ptr->bootType, ptr->payLoadLen, contextPtr->certError , bufCount); in Cy_bt_handle_hpclong_msg()
1299 if ((ptr->bootType == (uint8_t)CY_BT_IPC_BOOT_CONFIG_WAIT) || in Cy_bt_handle_hpclong_msg()
1300 (ptr->bootType == (uint8_t)CY_BT_IPC_BOOT_FULLY_UP)) in Cy_bt_handle_hpclong_msg()
1313 bPtr = (uint8_t*)ptr + sizeof(cy_stc_ipc_msg_init_t); in Cy_bt_handle_hpclong_msg()