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

type SYSCTL = Reg<u16, _SYSCTL>;

System control

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

For information about available fields see sysctl module

Trait Implementations

impl Readable for SYSCTL[src]

read() method returns sysctl::R reader structure

impl ResetValue for SYSCTL[src]

Register SYSCTL reset()'s with value 0

type Type = u16

Register size

impl Writable for SYSCTL[src]

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