#[repr(transparent)]pub struct LpreqCfg(pub u32);Expand description
Low-Power Request Configuration
Tuple Fields§
§0: u32Implementations§
Source§impl LpreqCfg
impl LpreqCfg
Sourcepub const fn set_lpreqoe(&mut self, val: bool)
pub const fn set_lpreqoe(&mut self, val: bool)
Low-Power Request Output Enable
Sourcepub const fn set_lpreqpol(&mut self, val: Lpreqpol)
pub const fn set_lpreqpol(&mut self, val: Lpreqpol)
Low-Power Request Output Pin Polarity Control
Sourcepub const fn set_lpreqov(&mut self, val: Lpreqov)
pub const fn set_lpreqov(&mut self, val: Lpreqov)
Low-Power Request Output Override
Trait Implementations§
impl Copy for LpreqCfg
impl Eq for LpreqCfg
impl StructuralPartialEq for LpreqCfg
Auto Trait Implementations§
impl Freeze for LpreqCfg
impl RefUnwindSafe for LpreqCfg
impl Send for LpreqCfg
impl Sync for LpreqCfg
impl Unpin for LpreqCfg
impl UnwindSafe for LpreqCfg
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