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

type SYSCFG1 = Reg<u16, _SYSCFG1>;

System Configuration 1

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

For information about available fields see syscfg1 module

Trait Implementations

impl Readable for SYSCFG1[src]

read() method returns syscfg1::R reader structure

impl ResetValue for SYSCFG1[src]

Register SYSCFG1 reset()'s with value 0

type Type = u16

Register size

impl Writable for SYSCFG1[src]

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