Home
last modified time | relevance | path

Searched refs:aci_queue_peek (Results 1 – 3 of 3) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/nrf8001/
Daci_queue.h72 bool aci_queue_peek(aci_queue_t *aci_q, hal_aci_data_t *p_data);
Daci_queue.cxx173 bool aci_queue_peek(aci_queue_t *aci_q, hal_aci_data_t *p_data) in aci_queue_peek() function
Dhal_aci_tl.cxx284 if (aci_queue_peek(&aci_rx_q, p_aci_data)) in hal_aci_tl_event_peek()