Skip to main content

Lpopt

Type Alias Lpopt 

Source
pub type Lpopt = RegValueT<Lpopt_SPEC>;
Expand description

Lower Power Operation Control Register

Aliased Type§

pub struct Lpopt { /* private fields */ }

Implementations§

Source§

impl Lpopt

Source

pub fn mpudis( self, ) -> RegisterField<0, 0x1, 1, 0, Mpudis, Mpudis, Lpopt_SPEC, RW>

MPU Clock Disable Control

Source

pub fn dclkdis( self, ) -> RegisterField<1, 0x3, 1, 0, Dclkdis, Dclkdis, Lpopt_SPEC, RW>

Debug Clock Disable Control

Source

pub fn bpfclkdis( self, ) -> RegisterField<3, 0x1, 1, 0, Bpfclkdis, Bpfclkdis, Lpopt_SPEC, RW>

BPF Clock Disable Control

Source

pub fn lpopten( self, ) -> RegisterField<7, 0x1, 1, 0, Lpopten, Lpopten, Lpopt_SPEC, RW>

Lower Power Operation Enable

Trait Implementations§

Source§

impl Default for Lpopt

Source§

fn default() -> Lpopt

Returns the “default value” for a type. Read more