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