tinyusb  0.4
Click here to lend your support to tinyusb donation and make a donation at pledgie.com
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
osal_queue_t Struct Reference

Data Fields

uint8_t const depth
 buffer size More...
 
uint8_t const item_size
 size of each item
 
uint8_t *const buffer
 buffer pointer
 
volatile uint8_t count
 number of items in queue
 
volatile uint8_t wr_idx
 write pointer
 
volatile uint8_t rd_idx
 read pointer
 

Detailed Description

Definition at line 160 of file osal_freeRTOS.h.

Field Documentation

uint8_t const depth

buffer size

max items

Definition at line 161 of file osal_freeRTOS.h.


The documentation for this struct was generated from the following files: