[][src]Type Definition stm32wb_pac::adc::OFR1

type OFR1 = Reg<u32, _OFR1>;

ADC offset number 1 register

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

For information about available fields see ofr1 module

Trait Implementations

impl Readable for OFR1[src]

read() method returns ofr1::R reader structure

impl ResetValue for OFR1[src]

Register OFR1 reset()'s with value 0

type Type = u32

Register size

impl Writable for OFR1[src]

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