Skip to content

File Dma_Transmit_Blocking_Receive.cpp

FileList > Dma_Transmit_Blocking_Receive > Dma_Transmit_Blocking_Receive.cpp

Go to the source code of this file

  • #include "daisy_patch.h"

Public Attributes

Type Name
uint8_t DMA_BUFFER_MEM_SECTION buff
bool dma_ready = true
DaisyPatch hw
UartHandler uart

Public Functions

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

Public Attributes Documentation

variable buff

uint8_t DMA_BUFFER_MEM_SECTION buff[256];

variable dma_ready

bool dma_ready;

variable hw

DaisyPatch hw;

variable uart

UartHandler uart;

Public Functions Documentation

function RestartUart

void RestartUart (
    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_Blocking_Receive/Dma_Transmit_Blocking_Receive.cpp