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

type OFR3 = Reg<u32, _OFR3>;

ADC offset number 3 register

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

For information about available fields see ofr3 module

Trait Implementations

impl Readable for OFR3[src]

read() method returns ofr3::R reader structure

impl ResetValue for OFR3[src]

Register OFR3 reset()'s with value 0

type Type = u32

Register size

impl Writable for OFR3[src]

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