Type Definition TR2
Other items instm32wb_stm32hal::stm32wb55::adc
type TR2 = Reg<u32, _TR2>;
ADC analog watchdog 2 threshold register
This register you can read, reset, write, write_with_zero, modify. See API.
read
reset
write
write_with_zero
modify
For information about available fields see tr2 module
impl ResetValue for TR2
Register TR2 reset()’s with value 0x0fff_0000
reset()
type Type = u32
Register size
fn reset_value() -> Self::Type
Reset value of the register
impl Readable for TR2
read() method returns tr2::R reader structure
read()
impl Writable for TR2
write(|w| ..) method takes tr2::W writer structure
write(|w| ..)