[][src]Type Definition lpc54606_pac::syscon::SYSRSTSTAT

type SYSRSTSTAT = Reg<u32, _SYSRSTSTAT>;

System reset status register

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

For information about available fields see sysrststat module

Trait Implementations

impl Readable for SYSRSTSTAT[src]

read() method returns sysrststat::R reader structure

impl ResetValue for SYSRSTSTAT[src]

Register SYSRSTSTAT reset()'s with value 0

type Type = u32

Register size

impl Writable for SYSRSTSTAT[src]

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