Type Definition stm32f4::stm32f413::adc1::HTR[][src]

type HTR = Reg<u32, _HTR>;

watchdog higher threshold register

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

For information about available fields see htr module

Trait Implementations

impl Readable for HTR[src]

read() method returns htr::R reader structure

impl ResetValue for HTR[src]

Register HTR reset()'s with value 0x0fff

type Type = u32

Register size

impl Writable for HTR[src]

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