YAHAL
Yet Another Hardware Abstraction Library
Loading...
Searching...
No Matches
src
MCU
msp432p401r
dma_msp432.cpp
1
#include "dma_msp432.h"
2
#include "msp.h"
3
4
dma_msp432
dma_msp432::_inst;
5
6
dma_msp432::dma_msp432() {
7
DMA_Control->CTLBASE = (uint32_t)ctrl_data;
8
}
9
10
dma_msp432
& dma_msp432::inst() {
11
return
_inst;
12
}
dma_msp432
Definition
dma_msp432.h:141
Generated by
1.12.0