[−][src]Struct lpc55_pac::dma0::RegisterBlock
Register block
Fields
ctrl: CTRL0x00 - DMA control.
intstat: INTSTAT0x04 - Interrupt status.
srambase: SRAMBASE0x08 - SRAM address of the channel configuration table.
enableset0: ENABLESET00x20 - Channel Enable read and Set for all DMA channels.
enableclr0: ENABLECLR00x28 - Channel Enable Clear for all DMA channels.
active0: ACTIVE00x30 - Channel Active status for all DMA channels.
busy0: BUSY00x38 - Channel Busy status for all DMA channels.
errint0: ERRINT00x40 - Error Interrupt status for all DMA channels.
intenset0: INTENSET00x48 - Interrupt Enable read and Set for all DMA channels.
intenclr0: INTENCLR00x50 - Interrupt Enable Clear for all DMA channels.
inta0: INTA00x58 - Interrupt A status for all DMA channels.
intb0: INTB00x60 - Interrupt B status for all DMA channels.
setvalid0: SETVALID00x68 - Set ValidPending control bits for all DMA channels.
settrig0: SETTRIG00x70 - Set Trigger control bits for all DMA channels.
abort0: ABORT00x78 - Channel Abort control for all DMA channels.
channel0: CHANNEL0x400 - no description available
channel1: CHANNEL0x410 - no description available
channel2: CHANNEL0x420 - no description available
channel3: CHANNEL0x430 - no description available
channel4: CHANNEL0x440 - no description available
channel5: CHANNEL0x450 - no description available
channel6: CHANNEL0x460 - no description available
channel7: CHANNEL0x470 - no description available
channel8: CHANNEL0x480 - no description available
channel9: CHANNEL0x490 - no description available
channel10: CHANNEL0x4a0 - no description available
channel11: CHANNEL0x4b0 - no description available
channel12: CHANNEL0x4c0 - no description available
channel13: CHANNEL0x4d0 - no description available
channel14: CHANNEL0x4e0 - no description available
channel15: CHANNEL0x4f0 - no description available
channel16: CHANNEL0x500 - no description available
channel17: CHANNEL0x510 - no description available
channel18: CHANNEL0x520 - no description available
channel19: CHANNEL0x530 - no description available
channel20: CHANNEL0x540 - no description available
channel21: CHANNEL0x550 - no description available
channel22: CHANNEL0x560 - no description available
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Same<T> for T[src]
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,