Type Definition gd32f1::gd32f130::adc::WDHT[][src]

type WDHT = Reg<u32, _WDHT>;

watchdog higher threshold register

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

For information about available fields see wdht module

Trait Implementations

impl Readable for WDHT[src]

read() method returns wdht::R reader structure

impl ResetValue for WDHT[src]

Register WDHT reset()’s with value 0x0fff

type Type = u32

Register size

impl Writable for WDHT[src]

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