HomeSort by relevance Sort by last modified time
    Searched refs:aci_queue_is_full (Results 1 - 3 of 3) sorted by null

  /hardware/bsp/intel/peripheral/libupm/src/nrf8001/
aci_queue.h 69 bool aci_queue_is_full(aci_queue_t *aci_q);
hal_aci_tl.cxx 127 if (aci_queue_is_full(&aci_rx_q))
156 if (!aci_queue_is_full(&aci_rx_q) && !aci_queue_is_empty(&aci_tx_q))
296 if (!a_pins_local_ptr->interface_is_interrupt && !aci_queue_is_full(&aci_rx_q))
301 was_full = aci_queue_is_full(&aci_rx_q);
318 if (!aci_queue_is_full(&aci_rx_q) && !aci_queue_is_empty(&aci_tx_q))
418 if(!aci_queue_is_full(&aci_rx_q))
443 return aci_queue_is_full(&aci_rx_q);
453 return aci_queue_is_full(&aci_tx_q);
aci_queue.cxx 83 if (aci_queue_is_full(aci_q))
138 bool aci_queue_is_full(aci_queue_t *aci_q) function

Completed in 923 milliseconds