![]() |
Open FFBoard
Open source force feedback firmware
|
#include <tusb_fifo.h>
Public Attributes | |
uint16_t | len_lin |
linear length in item size More... | |
uint16_t | len_wrap |
wrapped length in item size More... | |
void * | ptr_lin |
linear part start pointer More... | |
void * | ptr_wrap |
wrapped part start pointer More... | |
Definition at line 125 of file tusb_fifo.h.
uint16_t tu_fifo_buffer_info_t::len_lin |
linear length in item size
Definition at line 126 of file tusb_fifo.h.
uint16_t tu_fifo_buffer_info_t::len_wrap |
wrapped length in item size
Definition at line 127 of file tusb_fifo.h.
void* tu_fifo_buffer_info_t::ptr_lin |
linear part start pointer
Definition at line 128 of file tusb_fifo.h.
void* tu_fifo_buffer_info_t::ptr_wrap |
wrapped part start pointer
Definition at line 129 of file tusb_fifo.h.