[][src]Type Definition stm32f3::stm32f3x8::adc1::TR1

type TR1 = Reg<u32, _TR1>;

watchdog threshold register 1

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

For information about available fields see tr1 module

Trait Implementations

impl Readable for TR1[src]

read() method returns tr1::R reader structure

impl ResetValue for TR1[src]

Register TR1 reset()'s with value 0x0fff_0000

type Type = u32

Register size

impl Writable for TR1[src]

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