Interface: moteiv.tos.platform.msp430.dma.HPLDMAControl
interface HPLDMAControl
Interface for low level access to controlling the DMA module (not channel).
Users should access the DMA through the HAL interfaces provided by
MSP430DMAC.
- Author:
-
Ben Greenstein <ben@cs.ucla.edu>
Commands
Commands - Details
clearENNMI
command void clearENNMI()
clearOnFetch
command void clearOnFetch()
clearRoundRobin
command void clearRoundRobin()
getState
command dma_state_t getState()
reset
command void reset()
setENNMI
command void setENNMI()
setOnFetch
command void setOnFetch()
setRoundRobin
command void setRoundRobin()
setState
command void setState(dma_state_t s)