Skip to content

File dma.h

File List > external-docs > libDaisy > src > sys > dma.h

Go to the documentation of this file

Source Code

#ifndef __dma_H
#define __dma_H

#ifdef __cplusplus
extern "C"
{
#endif

    void dsy_dma_init(void);

    void dsy_dma_deinit(void);

    void dsy_dma_clear_cache_for_buffer(uint8_t* buffer, size_t size);

    void dsy_dma_invalidate_cache_for_buffer(uint8_t* buffer, size_t size);

#ifdef __cplusplus
}
#endif

#endif