Master Thesis  V1.0
Research and Design of Sensor Node for NMSD Treatment
circularBuffer Struct Reference

Data Fields

uint8_t data [BUFFERSIZE]
 
uint32_t rdI
 
uint32_t wrI
 
uint32_t pendingBytes
 
bool overflow
 

Detailed Description

Definition at line 37 of file uart.c.

Field Documentation

◆ data

uint8_t circularBuffer::data[BUFFERSIZE]

◆ overflow

bool circularBuffer::overflow

Definition at line 43 of file uart.c.

Referenced by USART1_RX_IRQHandler().

◆ pendingBytes

uint32_t circularBuffer::pendingBytes

◆ rdI

uint32_t circularBuffer::rdI

Definition at line 40 of file uart.c.

Referenced by uartGetChar(), uartGetData(), and USART1_TX_IRQHandler().

◆ wrI

uint32_t circularBuffer::wrI

Definition at line 41 of file uart.c.

Referenced by uartPutChar(), uartPutData(), and USART1_RX_IRQHandler().


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