Searched defs:cmd_status (Results 1 - 2 of 2) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/nrf8001/
H A Daci_setup.cxx95 aci_status_code_t cmd_status = ACI_STATUS_ERROR_CRC_MISMATCH; local
124 while (cmd_status != ACI_STATUS_TRANSACTION_COMPLETE)
144 cmd_status = (aci_status_code_t) aci_evt->params.cmd_rsp.cmd_status;
145 switch (cmd_status)
H A Daci_evts.h210 aci_status_code_t cmd_status; /**< Status of the command that was sent. Used in the context of the command. */ member in struct:__anon447

Completed in 47 milliseconds