Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/src/nrf8001/
Dacilib.cxx386 aci_evt_cmd_rsp_params_get_device_version_t *p_device_version; in acil_decode_evt_command_response() local
399 p_device_version = &(p_evt_params_cmd_rsp->params.get_device_version); in acil_decode_evt_command_response()
400p_device_version->configuration_id = (uint16_t)*(buffer_in + OFFSET_ACI_EVT_T_CMD_RSP + OFFSET_AC… in acil_decode_evt_command_response()
401p_device_version->configuration_id |= (uint16_t)*(buffer_in + OFFSET_ACI_EVT_T_CMD_RSP + OFFSET_AC… in acil_decode_evt_command_response()
402p_device_version->aci_version = *(buffer_in + OFFSET_ACI_EVT_T_CMD_RSP + OFFSET_ACI_EVT_PARA… in acil_decode_evt_command_response()
403p_device_version->setup_format = *(buffer_in + OFFSET_ACI_EVT_T_CMD_RSP + OFFSET_ACI_EVT_PARA… in acil_decode_evt_command_response()
404p_device_version->setup_id = (uint32_t)*(buffer_in + OFFSET_ACI_EVT_T_CMD_RSP + OFFSET_AC… in acil_decode_evt_command_response()
405p_device_version->setup_id |= (uint32_t)*(buffer_in + OFFSET_ACI_EVT_T_CMD_RSP + OFFSET_AC… in acil_decode_evt_command_response()
406p_device_version->setup_id |= (uint32_t)*(buffer_in + OFFSET_ACI_EVT_T_CMD_RSP + OFFSET_AC… in acil_decode_evt_command_response()
407p_device_version->setup_id |= (uint32_t)*(buffer_in + OFFSET_ACI_EVT_T_CMD_RSP + OFFSET_AC… in acil_decode_evt_command_response()
[all …]