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

type STK_UP_ACC_REQ_BK2 = Reg<u32, _STK_UP_ACC_REQ_BK2>;

In Spinlock mode Whenever Stack processor wants the access to Sram Bank2 it should request for it by writing into this register. It'll get interrupt whenever it is granted. In Handshake mode this bit will be set by the Base processor. Its a set only bit and is cleared by HW when the request is granted.

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

For information about available fields see stk_up_acc_req_bk2 module

Trait Implementations

impl Readable for STK_UP_ACC_REQ_BK2[src]

read() method returns stk_up_acc_req_bk2::R reader structure

impl ResetValue for STK_UP_ACC_REQ_BK2[src]

Register STK_UP_ACC_REQ_BK2 reset()'s with value 0

type Type = u32

Register size

impl Writable for STK_UP_ACC_REQ_BK2[src]

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