Type Definition stm32f4::stm32f401::adc1::LTR[][src]

type LTR = Reg<u32, _LTR>;

watchdog lower threshold register

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

For information about available fields see ltr module

Trait Implementations

impl Readable for LTR[src]

read() method returns ltr::R reader structure

impl ResetValue for LTR[src]

Register LTR reset()'s with value 0

type Type = u32

Register size

impl Writable for LTR[src]

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