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

type BASE_UP_ACC_REQ_BK2 = Reg<u32, _BASE_UP_ACC_REQ_BK2>;

In Spinlock mode whenever Base 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 Stack 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 base_up_acc_req_bk2 module

Trait Implementations

impl Readable for BASE_UP_ACC_REQ_BK2[src]

read() method returns base_up_acc_req_bk2::R reader structure

impl ResetValue for BASE_UP_ACC_REQ_BK2[src]

Register BASE_UP_ACC_REQ_BK2 reset()'s with value 0

type Type = u32

Register size

impl Writable for BASE_UP_ACC_REQ_BK2[src]

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