Open FFBoard
Open source force feedback firmware
tu_fifo_buffer_info_t Struct Reference

#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...
 

Detailed Description

Definition at line 125 of file tusb_fifo.h.

Member Data Documentation

◆ len_lin

uint16_t tu_fifo_buffer_info_t::len_lin

linear length in item size

Definition at line 126 of file tusb_fifo.h.

◆ len_wrap

uint16_t tu_fifo_buffer_info_t::len_wrap

wrapped length in item size

Definition at line 127 of file tusb_fifo.h.

◆ ptr_lin

void* tu_fifo_buffer_info_t::ptr_lin

linear part start pointer

Definition at line 128 of file tusb_fifo.h.

◆ ptr_wrap

void* tu_fifo_buffer_info_t::ptr_wrap

wrapped part start pointer

Definition at line 129 of file tusb_fifo.h.


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