OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:data_to_send
(Results
1 - 1
of
1
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/nrf8001/
hal_aci_tl.cxx
47
static bool m_aci_spi_transfer(hal_aci_data_t *
data_to_send
, hal_aci_data_t * received_data);
77
hal_aci_data_t
data_to_send
;
local
81
if (!aci_queue_dequeue_from_isr(&aci_tx_q, &
data_to_send
))
84
data_to_send
.status_byte = 0;
85
data_to_send
.buffer[0] = 0;
89
m_aci_spi_transfer(&
data_to_send
, &received_data);
123
hal_aci_data_t
data_to_send
;
local
145
if (!aci_queue_dequeue(&aci_tx_q, &
data_to_send
))
148
data_to_send
.status_byte = 0;
149
data_to_send
.buffer[0] = 0;
[
all
...]
Completed in 44 milliseconds