Skip to content

File Dma_Transmit_Dma_Receive.cpp

FileList > Dma_Transmit_Dma_Receive > Dma_Transmit_Dma_Receive.cpp

Go to the source code of this file

  • #include "daisy_field.h"
  • #include "daisy_patch.h"

Public Attributes

Type Name
DaisyPatch hw
uint8_t DMA_BUFFER_MEM_SECTION rx_buff
uint8_t DMA_BUFFER_MEM_SECTION tx_buff
UartHandler uart

Public Functions

Type Name
void RestartUartRx (void * state, UartHandler::Result res)
void RestartUartTx (void * state, UartHandler::Result res)
int main (void)

Public Attributes Documentation

variable hw

DaisyPatch hw;

variable rx_buff

uint8_t DMA_BUFFER_MEM_SECTION rx_buff[4];

variable tx_buff

uint8_t DMA_BUFFER_MEM_SECTION tx_buff[10];

variable uart

UartHandler uart;

Public Functions Documentation

function RestartUartRx

void RestartUartRx (
    void * state,
    UartHandler::Result res
) 

function RestartUartTx

void RestartUartTx (
    void * state,
    UartHandler::Result res
) 

function main

int main (
    void
) 


The documentation for this class was generated from the following file external-docs/libDaisy/examples/uart/Dma_Transmit_Dma_Receive/Dma_Transmit_Dma_Receive.cpp