Home
last modified time | relevance | path

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

/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/
Df_generic.h248 static inline bool event_fifo_is_full(struct event_fifo *efifo) in event_fifo_is_full() function
256 int ret = !event_fifo_is_full(efifo); in event_fifo_put()