[][src]Type Definition cc2538::aes::dmac_ch1_dmalength::W

type W = W<u32, DMAC_CH1_DMALENGTH>;

Writer for register DMAC_CH1_DMALENGTH

Methods

impl W[src]

pub fn reserved16(&mut self) -> RESERVED16_W[src]

Bits 16:31 - 31:16] Should be written with 0s and ignored on read

pub fn dmalen(&mut self) -> DMALEN_W[src]

Bits 0:15 - 15:0] Channel DMA length in bytes. During configuration, this register contains the DMA transfer length in bytes. During operation, it contains the last updated value of the DMA transfer length after being sent to the master interface. Note: Setting this register to a nonzero value starts the transfer if the channel is enabled. Therefore, this register must be written last when setting up a DMA channel.