HomeSort by relevance Sort by last modified time
    Searched full:aci_evt_params_cmd_rsp_t (Results 1 - 3 of 3) sorted by null

  /hardware/bsp/intel/peripheral/libupm/src/nrf8001/
aci_evts.h 204 * @struct aci_evt_params_cmd_rsp_t
221 } _aci_packed_ aci_evt_params_cmd_rsp_t; typedef in typeref:struct:__anon30838
223 ACI_ASSERT_SIZE(aci_evt_params_cmd_rsp_t, 31);
380 aci_evt_params_cmd_rsp_t cmd_rsp;
acilib_if.h 331 * @param[in,out] buffer Pointer to the decoded message in ::aci_evt_params_cmd_rsp_t
335 void acil_decode_evt_command_response(uint8_t *buffer_in, aci_evt_params_cmd_rsp_t *p_evt_params_cmd_rsp);
acilib.cxx 384 void acil_decode_evt_command_response(uint8_t *buffer_in, aci_evt_params_cmd_rsp_t *p_evt_params_cmd_rsp)
433 // Now that the p_read_dyn_data->dynamic_data will be pointing to memory location with enough space to accommodate upto 27 bytes of dynamic data received. This is because of the padding element in aci_evt_params_cmd_rsp_t
    [all...]

Completed in 168 milliseconds