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

type SW_REG1 = Reg<u32, _SW_REG1>;

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_reg1 module

Trait Implementations

impl Readable for SW_REG1[src]

read() method returns sw_reg1::R reader structure

impl ResetValue for SW_REG1[src]

Register SW_REG1 reset()'s with value 0

type Type = u32

Register size

impl Writable for SW_REG1[src]

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