image/svg+xml
Brteve's API for EveApps
Version 0.0.1
The reference document for common folder of EveApps project.
 
Loading...
Searching...
No Matches
Fifo_t Struct Reference

#include <Gpu_Hal.h>

Data Fields

uint32_t fifo_buff
 
int32_t fifo_len
 
int32_t fifo_wp
 
int32_t fifo_rp
 
FT800 series specific registers
uint32_t HW_Read_Reg
 
uint32_t HW_Write_Reg
 

Detailed Description

Definition at line 152 of file Gpu_Hal.h.

Field Documentation

◆ fifo_buff

uint32_t Fifo_t::fifo_buff

fifo buffer address

Definition at line 154 of file Gpu_Hal.h.

◆ fifo_len

int32_t Fifo_t::fifo_len

fifo length

Definition at line 155 of file Gpu_Hal.h.

◆ fifo_rp

int32_t Fifo_t::fifo_rp

fifo read point - maintained by device

Definition at line 157 of file Gpu_Hal.h.

◆ fifo_wp

int32_t Fifo_t::fifo_wp

fifo write pointer - maintained by host

Definition at line 156 of file Gpu_Hal.h.

◆ HW_Read_Reg

uint32_t Fifo_t::HW_Read_Reg

hardware fifo read register

Definition at line 160 of file Gpu_Hal.h.

◆ HW_Write_Reg

uint32_t Fifo_t::HW_Write_Reg

hardware fifo write register

Definition at line 161 of file Gpu_Hal.h.


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