HomeSort by relevance Sort by last modified time
    Searched refs:lib_aci_event_get (Results 1 - 5 of 5) sorted by null

  /hardware/bsp/intel/peripheral/libupm/examples/c++/
nrf8001-broadcast.cxx 101 if (lib_aci_event_get (&aci_state, &aci_data)) {
nrf8001-helloworld.cxx 213 if (lib_aci_event_get(&aci_state, &aci_data)) {
  /hardware/bsp/intel/peripheral/libupm/src/nrf8001/
aci_setup.cxx 170 lib_aci_event_get (aci_stat, aci_data);
lib_aci.h 521 bool lib_aci_event_get(aci_state_t *aci_stat, hal_aci_evt_t * aci_evt);
526 * lib_aci_event_get() it will not dequeue the event from the local queue, but will instead
lib_aci.cxx 126 if (true == lib_aci_event_get(aci_stat, aci_data))
551 bool lib_aci_event_get(aci_state_t *aci_stat, hal_aci_evt_t *p_aci_evt_data) function

Completed in 1918 milliseconds