[][src]Type Definition stm32f3::stm32f303::adc1::TR3

type TR3 = Reg<u32, _TR3>;

watchdog threshold register 3

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

For information about available fields see tr3 module

Trait Implementations

impl Readable for TR3[src]

read() method returns tr3::R reader structure

impl ResetValue for TR3[src]

Register TR3 reset()'s with value 0x0fff_0000

type Type = u32

Register size

impl Writable for TR3[src]

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