[][src]Type Definition cc2538::aes::ctrl_int_stat::R

type R = R<u32, CTRL_INT_STAT>;

Reader of register CTRL_INT_STAT

Methods

impl R[src]

pub fn dma_bus_err(&self) -> DMA_BUS_ERR_R[src]

Bit 31 - 31:31] This bit is set when a DMA bus error is detected during a DMA operation. The value of this register is held until it is cleared through the CTRL_INT_CLR register. Note: This error is asserted if an error is detected on the AHB master interface during a DMA operation.

pub fn key_st_wr_err(&self) -> KEY_ST_WR_ERR_R[src]

Bit 30 - 30:30] This bit is set when a write error is detected during the DMA write operation to the key store memory. The value of this register is held until it is cleared through the CTRL_INT_CLR register. Note: This error is asserted if a DMA operation does not cover a full key area or more areas are written than expected.

pub fn key_st_rd_err(&self) -> KEY_ST_RD_ERR_R[src]

Bit 29 - 29:29] This bit is set when a read error is detected during the read of a key from the key store, while copying it to the AES core. The value of this register is held until it is cleared through the CTRL_INT_CLR register. Note: This error is asserted if a key location is selected in the key store that is not available.

pub fn reserved27(&self) -> RESERVED27_R[src]

Bits 2:28 - 28:2] Bits should be ignored

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

Bit 1 - 1:1] This read only bit returns the actual DMA data in done (irq_data_in_done) interrupt status of the DMA data in done interrupt output pin (irq_data_in_done).

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

Bit 0 - 0:0] This read only bit returns the actual result available (irq_result_av) interrupt status of the result available interrupt output pin (irq_result_av).