Type Definition stm32g4::stm32g474::adc3::TR2[][src]

type TR2 = Reg<u32, _TR2>;

watchdog threshold register

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

For information about available fields see tr2 module

Trait Implementations

impl Readable for TR2[src]

read() method returns tr2::R reader structure

impl ResetValue for TR2[src]

Register TR2 reset()'s with value 0x00ff_0000

type Type = u32

Register size

impl Writable for TR2[src]

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