ht32f2yyy::ht32f275x::adc

Type Alias ADC_OFR1

Source
pub type ADC_OFR1 = Reg<u32, _ADC_OFR1>;
Expand description

ADC_OFR1

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

For information about available fields see adc_ofr1 module

Aliased Type§

struct ADC_OFR1 { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for ADC_OFR1

Register ADC_OFR1 reset()’s with value 0

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for ADC_OFR1

read() method returns adc_ofr1::R reader structure

Source§

impl Writable for ADC_OFR1

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