[][src]Type Definition cc3220sf::ocp_shared::ic_locker_id::W

type W = W<u32, IC_LOCKER_ID>;

Writer for register IC_LOCKER_ID

Implementations

impl W[src]

pub fn mem_ic_locker_id(&mut self) -> MEM_IC_LOCKER_ID_W[src]

Bits 0:2 - This register is used for allowing only one master OCP to perform write transactions to the OCP slaves. Each bit represents an IP in the following format: { JTAG,WLAN, NWP mcu}. As any of the bits is set to one, the correlating IP is preventing the other IP's from performing write transactions to the slaves. As the Inter Connect is locked, the only the locking IP can write to the register and by that releasing the lock. 3'b000 => IC is not locked. 3'b001 => IC is locked by NWP mcu. 3'b010 => IC is locked by WLAN. 3'b100 => IC is locked by JTAG.