Searched refs:NUM_COMMS_EVENTS_IN_FIFO (Results 1 - 1 of 1) sorted by relevance

/device/google/contexthub/firmware/os/drivers/orientation/
H A Dorientation.c39 #define NUM_COMMS_EVENTS_IN_FIFO 2 // This controls how often the hub needs to wake up macro
43 #define FIFO_DEPTH (NUM_COMMS_EVENTS_IN_FIFO * MAX_NUM_COMMS_EVENT_SAMPLES)
865 mDataSlab = slabAllocatorNew(slabSize, 4, 6 * (NUM_COMMS_EVENTS_IN_FIFO + 1));

Completed in 6 milliseconds