File Dma_Fifo_Receive.cpp¶
FileList > Dma_Fifo_Receive > Dma_Fifo_Receive.cpp
Go to the source code of this file
#include "daisy_patch.h"
Public Attributes¶
Type | Name |
---|---|
DaisyPatch | hw |
const size_t | kUartBufferSize = 512 |
char | receive_str |
UartHandler | uart |
uint8_t | uart_buffer |
Public Functions¶
Type | Name |
---|---|
int | main (void) |
void | uartCallback (uint8_t * data, size_t size, void * context, UartHandler::Result res) |
Public Attributes Documentation¶
variable hw¶
variable kUartBufferSize¶
Consts
variable receive_str¶
variable uart¶
variable uart_buffer¶
Public Functions Documentation¶
function main¶
function uartCallback¶
Happens automatically whenever transaction completes
The documentation for this class was generated from the following file external-docs/libDaisy/examples/uart/Dma_Fifo_Receive/Dma_Fifo_Receive.cpp