Skip to main content

RST_W

Type Alias RST_W 

Source
pub type RST_W<'a, const O: u8> = BitWriter<'a, u32, CTRL_SPEC, RST_A, O>;
Expand description

Field RST writer - Software Reset.

Aliased Type§

pub struct RST_W<'a, const O: u8> { /* private fields */ }

Implementations§

Source§

impl<'a, const O: u8> RST_W<'a, O>

Source

pub fn rst_0(self) -> &'a mut W

ADC logic is not reset.

Source

pub fn rst_1(self) -> &'a mut W

ADC logic is reset.