Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dnrf8001-broadcast.cxx110 … aci_state.data_credit_available = aci_evt->params.device_started.credit_available; in main()
111 switch(aci_evt->params.device_started.device_mode) { in main()
Dnrf8001-helloworld.cxx221 aci_state.data_credit_total = aci_evt->params.device_started.credit_available; in main()
222 switch(aci_evt->params.device_started.device_mode) { in main()
235 if (aci_evt->params.device_started.hw_error) { in main()
/hardware/bsp/intel/peripheral/libupm/src/nrf8001/
Daci_evts.h377 aci_evt_params_device_started_t device_started; member
Dacilib.cxx564 acil_decode_evt_device_started(buffer_in, &(p_aci_evt->params.device_started)); in acil_decode_evt()