[][src]Type Definition gd32vf103_pac::adc0::WDLT

type WDLT = Reg<u32, _WDLT>;

watchdog lower threshold register

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

For information about available fields see wdlt module

Trait Implementations

impl Readable for WDLT[src]

read() method returns wdlt::R reader structure

impl ResetValue for WDLT[src]

Register WDLT reset()'s with value 0

type Type = u32

Register size

impl Writable for WDLT[src]

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