atsamd51p::ccl::ctrl

Type Alias RunstdbyW

Source
pub type RunstdbyW<'a, REG> = BitWriter<'a, REG, Runstdbyselect>;
Expand description

Field RUNSTDBY writer - Run in Standby

Aliased Type§

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

Implementations§

Source§

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

Source

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

Generic clock is not required in standby sleep mode

Source

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

Generic clock is required in standby sleep mode