nRF Connect SDK API 3.3.99
Loading...
Searching...
No Matches

◆ hid_eventq_is_full()

bool hid_eventq_is_full ( const struct hid_eventq * q)

#include <applications/nrf_desktop/src/util/hid_eventq.h>

Check if a HID event queue is full.

The function checks if number of enqueued HID events is equal to limit of enqueued HID events.

Parameters
[in]qHID event queue object.
Returns
true if queue is full, false otherwise.