[][src]Type Definition stm32wb_pac::adc::TR2

type TR2 = Reg<u32, _TR2>;

ADC analog watchdog 2 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 0x0fff_0000

type Type = u32

Register size

impl Writable for TR2[src]

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