Type Definition TR3
Other items instm32wb_stm32hal::stm32wb55::adc
type TR3 = Reg<u32, _TR3>;
ADC analog watchdog 3 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 tr3 module
impl ResetValue for TR3
Register TR3 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 TR3
read() method returns tr3::R reader structure
read()
impl Writable for TR3
write(|w| ..) method takes tr3::W writer structure
write(|w| ..)