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

type SYSRSTIV = Reg<u16, _SYSRSTIV>;

Reset vector generator

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

For information about available fields see sysrstiv module

Trait Implementations

impl Readable for SYSRSTIV[src]

read() method returns sysrstiv::R reader structure

impl ResetValue for SYSRSTIV[src]

Register SYSRSTIV reset()'s with value 0

type Type = u16

Register size

impl Writable for SYSRSTIV[src]

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