OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aci_queue_dequeue_from_isr
(Results
1 - 3
of
3
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/nrf8001/
aci_queue.h
61
bool
aci_queue_dequeue_from_isr
(aci_queue_t *aci_q, hal_aci_data_t *p_data);
aci_queue.cxx
60
bool
aci_queue_dequeue_from_isr
(aci_queue_t *aci_q, hal_aci_data_t *p_data)
function
hal_aci_tl.cxx
81
if (!
aci_queue_dequeue_from_isr
(&aci_tx_q, &data_to_send))
Completed in 713 milliseconds