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

type SW_REG2 = Reg<u32, _SW_REG2>;

These are sw registers for topdie processor and bottom die processor to communicate. Both can set and read these registers. In case of write clash bottom die's processor wins and top die processor access is ignored.

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

For information about available fields see sw_reg2 module

Trait Implementations

impl Readable for SW_REG2[src]

read() method returns sw_reg2::R reader structure

impl ResetValue for SW_REG2[src]

Register SW_REG2 reset()'s with value 0

type Type = u32

Register size

impl Writable for SW_REG2[src]

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