OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:do_aci_setup
(Results
1 - 4
of
4
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/nrf8001/
aci_setup.h
48
uint8_t
do_aci_setup
(aci_state_t *aci_stat);
aci_setup.cxx
90
uint8_t
do_aci_setup
(aci_state_t *aci_stat)
function
105
*
do_aci_setup
() again.
/hardware/bsp/intel/peripheral/libupm/examples/c++/
nrf8001-broadcast.cxx
163
if (SETUP_SUCCESS ==
do_aci_setup
(&aci_state)) {
nrf8001-helloworld.cxx
343
* It indicates that
do_aci_setup
() should be called. The flag should be cleared if
344
*
do_aci_setup
() returns ACI_STATUS_TRANSACTION_COMPLETE.
347
if (SETUP_SUCCESS ==
do_aci_setup
(&aci_state)) {
Completed in 244 milliseconds