SwrstW

Type Alias SwrstW 

pub type SwrstW<'a, REG> = BitWriter<'a, REG, Swrst>;
Expand description

Field SWRST writer - Software Reset

Aliased Type§

pub struct SwrstW<'a, REG> { /* private fields */ }

Implementations§

§

impl<'a, REG> SwrstW<'a, REG>
where REG: Writable + RegisterSpec,

pub fn _0(self) -> &'a mut W<REG>

Software reset is disabled

pub fn _1(self) -> &'a mut W<REG>

Software reset is enabled, all FlexIO registers except the Control Register are reset.