Ensō 0.4.6
Software API reference
Loading...
Searching...
No Matches
enso::QueueRegs Struct Reference

Public Attributes

uint32_t rx_tail
 
uint32_t rx_head
 
uint32_t rx_mem_low
 
uint32_t rx_mem_high
 
uint32_t tx_tail
 
uint32_t tx_head
 
uint32_t tx_mem_low
 
uint32_t tx_mem_high
 
uint32_t padding [8]
 

Detailed Description

Definition at line 57 of file internals.h.

Member Data Documentation

◆ padding

uint32_t enso::QueueRegs::padding[8]

Definition at line 66 of file internals.h.

◆ rx_head

uint32_t enso::QueueRegs::rx_head

Definition at line 59 of file internals.h.

◆ rx_mem_high

uint32_t enso::QueueRegs::rx_mem_high

Definition at line 61 of file internals.h.

◆ rx_mem_low

uint32_t enso::QueueRegs::rx_mem_low

Definition at line 60 of file internals.h.

◆ rx_tail

uint32_t enso::QueueRegs::rx_tail

Definition at line 58 of file internals.h.

◆ tx_head

uint32_t enso::QueueRegs::tx_head

Definition at line 63 of file internals.h.

◆ tx_mem_high

uint32_t enso::QueueRegs::tx_mem_high

Definition at line 65 of file internals.h.

◆ tx_mem_low

uint32_t enso::QueueRegs::tx_mem_low

Definition at line 64 of file internals.h.

◆ tx_tail

uint32_t enso::QueueRegs::tx_tail

Definition at line 62 of file internals.h.


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