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

type W = W<u32, CTRL_INT_SET>;

Writer for register CTRL_INT_SET

Methods

impl W[src]

pub fn reserved30(&mut self) -> RESERVED30_W[src]

Bits 2:31 - 31:2] Bits should be written with 0s and ignored on read.

pub fn dma_in_done(&mut self) -> DMA_IN_DONE_W[src]

Bit 1 - 1:1] If 1 is written to this bit, the DMA data in done (irq_dma_in_done) interrupt output is set to one. Writing 0 has no effect. If the interrupt configuration register is programmed to pulse, clearing the DMA data in done (irq_dma_in_done) interrupt is not needed. If it is programmed to level, clearing the interrupt output should be done by writing the interrupt clear register (CTRL_INT_CLR).

pub fn result_av(&mut self) -> RESULT_AV_W[src]

Bit 0 - 0:0] If 1 is written to this bit, the result available (irq_result_av) interrupt output is set to one. Writing 0 has no effect. If the interrupt configuration register is programmed to pulse, clearing the result available (irq_result_av) interrupt is not needed. If it is programmed to level, clearing the interrupt output should be done by writing the interrupt clear register (CTRL_INT_CLR).