Skip to content

File Dma_Transmit.cpp

FileList > Dma_Transmit > Dma_Transmit.cpp

Go to the source code of this file

  • #include "daisy_seed.h"

Public Attributes

Type Name
DaisySeed hw
UartHandler uart

Public Static Attributes

Type Name
uint8_t DMA_BUFFER_MEM_SECTION buff

Public Functions

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

Macros

Type Name
define BUFF_SIZE 256

Public Attributes Documentation

variable hw

DaisySeed hw;

variable uart

UartHandler uart;

Public Static Attributes Documentation

variable buff

uint8_t DMA_BUFFER_MEM_SECTION buff[256];

Public Functions Documentation

function RestartUart

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

function main

int main (
    void
) 

Macro Definition Documentation

define BUFF_SIZE

#define BUFF_SIZE `256`


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