[−][src]Type Definition lpc55_pac::wwdt::WARNINT
type WARNINT = Reg<u32, _WARNINT>;
Watchdog Warning Interrupt compare value.
This register you can read, reset, write, write_with_zero, modify. See API.
For information about available fields see warnint module
Trait Implementations
impl Readable for WARNINT[src]
read() method returns warnint::R reader structure
impl ResetValue for WARNINT[src][+]
type Type = u32
fn reset_value() -> Self::Type[src][−]
impl Writable for WARNINT[src]
write(|w| ..) method takes warnint::W writer structure