[][src]Type Definition cc2538::aes::KEY_STORE_READ_AREA

type KEY_STORE_READ_AREA = Reg<u32, _KEY_STORE_READ_AREA>;

Key store read area register This register selects the key store RAM area from where the key needs to be read that will be used for an AES operation. The operation directly starts after writing this register. When the operation is finished, the status of the key store read operation is available in the interrupt status register. Key store read error is asserted when a RAM area is selected which does not contain valid written key.

This register you can read, reset, write, write_with_zero, modify. See API.

For information about avaliable fields see key_store_read_area module

Trait Implementations

impl Readable for KEY_STORE_READ_AREA[src]

read() method returns key_store_read_area::R reader structure

impl Writable for KEY_STORE_READ_AREA[src]

write(|w| ..) method takes key_store_read_area::W writer structure

impl ResetValue for KEY_STORE_READ_AREA[src]

Register KEY_STORE_READ_AREA reset()'s with value 0

type Type = u32

Register size