|
llvm-mos-sdk
|
#include <dma.hpp>

Public Attributes | |
| std::array< uint8_t, N > | options |
| const uint8_t | end_option = 0 |
| T | dmalist |
Data structure for running enhanced DMA jobs
| T | Either a F018B (default) or F018A DMA list object. |
| N | Byte count of the options and their potential arguments excluding the end option (0) which is automatically added. |
| T mega65::dma::DMAJob< N, T >::dmalist |
| const uint8_t mega65::dma::DMAJob< N, T >::end_option = 0 |
| std::array<uint8_t, N> mega65::dma::DMAJob< N, T >::options |