Type Definition stm32g0::stm32g081::adc::AWD1TR[][src]

type AWD1TR = Reg<u32, _AWD1TR>;

watchdog threshold register

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

For information about available fields see awd1tr module

Trait Implementations

impl Readable for AWD1TR[src]

read() method returns awd1tr::R reader structure

impl ResetValue for AWD1TR[src]

Register AWD1TR reset()'s with value 0x0fff_0000

type Type = u32

Register size

impl Writable for AWD1TR[src]

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