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

type KEY_STORE_SIZE = Reg<u32, _KEY_STORE_SIZE>;

Key store size register This register defines the size of the keys that are written with DMA. This register should be configured before writing to the KEY_STORE_WRITE_AREA register.

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

For information about avaliable fields see key_store_size module

Trait Implementations

impl Readable for KEY_STORE_SIZE[src]

read() method returns key_store_size::R reader structure

impl Writable for KEY_STORE_SIZE[src]

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

impl ResetValue for KEY_STORE_SIZE[src]

Register KEY_STORE_SIZE reset()'s with value 0

type Type = u32

Register size