[][src]Type Definition cc3220sf::stackdie_ctrl::SPIN_LOCK_MODE

type SPIN_LOCK_MODE = Reg<u32, _SPIN_LOCK_MODE>;

Can be written only by the base processor. Decides the ram sharing mode :: handshake or Spinlock mode.

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

For information about available fields see spin_lock_mode module

Trait Implementations

impl Readable for SPIN_LOCK_MODE[src]

read() method returns spin_lock_mode::R reader structure

impl ResetValue for SPIN_LOCK_MODE[src]

Register SPIN_LOCK_MODE reset()'s with value 0

type Type = u32

Register size

impl Writable for SPIN_LOCK_MODE[src]

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