Type Alias SwrstW

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

Field SWRST writer - Software Reset

Aliased Type§

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

Implementations§

Source§

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

Source

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

The peripheral is not reset

Source

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

The peripheral is reset