pub struct R { /* private fields */ }
Expand description
Value read from the register
Implementations§
Source§impl R
impl R
Sourcepub fn flitflpen(&self) -> FLITFLPENR
pub fn flitflpen(&self) -> FLITFLPENR
Bit 15 - FLITF clock enable during Sleep mode
Sourcepub fn gpioglpen(&self) -> GPIOGLPENR
pub fn gpioglpen(&self) -> GPIOGLPENR
Bit 7 - IO port G clock enable during Sleep mode
Sourcepub fn gpioflpen(&self) -> GPIOFLPENR
pub fn gpioflpen(&self) -> GPIOFLPENR
Bit 6 - IO port F clock enable during Sleep mode
Sourcepub fn gpiohlpen(&self) -> GPIOHLPENR
pub fn gpiohlpen(&self) -> GPIOHLPENR
Bit 5 - IO port H clock enable during Sleep mode
Sourcepub fn gpioelpen(&self) -> GPIOELPENR
pub fn gpioelpen(&self) -> GPIOELPENR
Bit 4 - IO port E clock enable during Sleep mode
Sourcepub fn gpiodlpen(&self) -> GPIODLPENR
pub fn gpiodlpen(&self) -> GPIODLPENR
Bit 3 - IO port D clock enable during Sleep mode
Sourcepub fn gpioclpen(&self) -> GPIOCLPENR
pub fn gpioclpen(&self) -> GPIOCLPENR
Bit 2 - IO port C clock enable during Sleep mode
Sourcepub fn gpioblpen(&self) -> GPIOBLPENR
pub fn gpioblpen(&self) -> GPIOBLPENR
Bit 1 - IO port B clock enable during Sleep mode
Sourcepub fn gpioalpen(&self) -> GPIOALPENR
pub fn gpioalpen(&self) -> GPIOALPENR
Bit 0 - IO port A clock enable during Sleep mode
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more