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

type MISC_CTL = Reg<u32, _MISC_CTL>;

Miscellanious control register.

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

For information about available fields see misc_ctl module

Trait Implementations

impl Readable for MISC_CTL[src]

read() method returns misc_ctl::R reader structure

impl ResetValue for MISC_CTL[src]

Register MISC_CTL reset()'s with value 0

type Type = u32

Register size

impl Writable for MISC_CTL[src]

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