[][src]Type Definition msp430fr4133::sys::SYSCFG2

type SYSCFG2 = Reg<u16, _SYSCFG2>;

System Configuration 2

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

For information about available fields see syscfg2 module

Trait Implementations

impl Readable for SYSCFG2[src]

read() method returns syscfg2::R reader structure

impl ResetValue for SYSCFG2[src]

Register SYSCFG2 reset()'s with value 0

type Type = u16

Register size

impl Writable for SYSCFG2[src]

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