Type Definition stm32g0::stm32g070::adc::AWD3TR[][src]

type AWD3TR = Reg<u32, _AWD3TR>;

watchdog threshold register

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

For information about available fields see awd3tr module

Trait Implementations

impl Readable for AWD3TR[src]

read() method returns awd3tr::R reader structure

impl ResetValue for AWD3TR[src]

Register AWD3TR reset()'s with value 0x0fff_0000

type Type = u32

Register size

impl Writable for AWD3TR[src]

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