[][src]Type Definition stm32f3::stm32f303::adc1::AWD3CR

type AWD3CR = Reg<u32, _AWD3CR>;

Analog Watchdog 3 Configuration Register

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see awd3cr module

Trait Implementations

impl Readable for AWD3CR[src]

read() method returns awd3cr::R reader structure

impl ResetValue for AWD3CR[src]

Register AWD3CR reset()'s with value 0

type Type = u32

Register size

impl Writable for AWD3CR[src]

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