Type Definition AWD3CR
Other items instm32l4_stm32hal::stm32l4x5::adc1
type AWD3CR = Reg<u32, _AWD3CR>;
Analog Watchdog 3 Configuration 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 awd3cr module
impl ResetValue for AWD3CR
Register AWD3CR reset()’s with value 0
reset()
type Type = u32
Register size
fn reset_value() -> Self::Type
Reset value of the register
impl Readable for AWD3CR
read() method returns awd3cr::R reader structure
read()
impl Writable for AWD3CR
write(|w| ..) method takes awd3cr::W writer structure
write(|w| ..)