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

type KEY_STORE_WRITTEN_AREA = Reg<u32, _KEY_STORE_WRITTEN_AREA>;

Key store written area register This register shows which areas of the key store RAM contain valid written keys. When a new key needs to be written to the key store, on a location that is already occupied by a valid key, this key area must be cleared first. This can be done by writing this register before the new key is written to the key store memory. Attempting to write to a key area that already contains a valid key is not allowed and results in an error.

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

For information about avaliable fields see key_store_written_area module

Trait Implementations

impl Readable for KEY_STORE_WRITTEN_AREA[src]

read() method returns key_store_written_area::R reader structure

impl Writable for KEY_STORE_WRITTEN_AREA[src]

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

impl ResetValue for KEY_STORE_WRITTEN_AREA[src]

Register KEY_STORE_WRITTEN_AREA reset()'s with value 0

type Type = u32

Register size