Type Definition stm32g0::stm32g071::adc::AWD2TR[][src]

type AWD2TR = Reg<u32, _AWD2TR>;

watchdog threshold register

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

For information about available fields see awd2tr module

Trait Implementations

impl Readable for AWD2TR[src]

read() method returns awd2tr::R reader structure

impl ResetValue for AWD2TR[src]

Register AWD2TR reset()'s with value 0x0fff_0000

type Type = u32

Register size

impl Writable for AWD2TR[src]

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