Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/src/nrf8001/
Daci_setup.cxx138 if (ACI_EVT_CMD_RSP != aci_evt->evt_opcode) in do_aci_setup()
Daci_evts.h374 aci_evt_opcode_t evt_opcode; member
Dlib_aci.cxx131 if (ACI_EVT_CMD_RSP == aci_evt->evt_opcode) in lib_aci_board_init()
567 switch(aci_evt->evt_opcode) in lib_aci_event_get()
Dacilib.cxx559 p_aci_evt->evt_opcode = (aci_evt_opcode_t)ACIL_DECODE_EVT_GET_OPCODE(buffer_in); in acil_decode_evt()
561 switch(p_aci_evt->evt_opcode) in acil_decode_evt()
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dnrf8001-broadcast.cxx105 switch(aci_evt->evt_opcode) { in main()
Dnrf8001-helloworld.cxx216 switch(aci_evt->evt_opcode) { in main()