OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:data_credit_total
(Results
1 - 3
of
3
) sorted by null
/hardware/bsp/intel/peripheral/libupm/examples/c++/
nrf8001-helloworld.cxx
221
aci_state.
data_credit_total
= aci_evt->params.device_started.credit_available;
265
aci_state.data_credit_available = aci_state.
data_credit_total
;
/hardware/bsp/intel/peripheral/libupm/src/nrf8001/
lib_aci.h
94
uint8_t
data_credit_total
; /* Total data credit available for the specific version of the nRF8001, total equals available when a link is established */
member in struct:aci_state_t
lib_aci.cxx
591
aci_stat->data_credit_available = aci_stat->
data_credit_total
;
Completed in 54 milliseconds