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

type W = W<u32, DMAC_STATUS>;

Writer for register DMAC_STATUS

Methods

impl W[src]

pub fn reserved14(&mut self) -> RESERVED14_W[src]

Bits 18:31 - 31:18] Bits should be ignored on read.

pub fn port_err(&mut self) -> PORT_ERR_W[src]

Bit 17 - 17:17] Reflects possible transfer errors on the AHB port.

pub fn reserved15(&mut self) -> RESERVED15_W[src]

Bits 2:16 - 16:2] Bits should be ignored on read.

pub fn ch1_act(&mut self) -> CH1_ACT_W[src]

Bit 1 - 1:1] A value of 1 indicates that channel 1 is active (DMA transfer on-going).

pub fn ch0_act(&mut self) -> CH0_ACT_W[src]

Bit 0 - 0:0] A value of 1 indicates that channel 0 is active (DMA transfer on-going).