Struct stm32_metapac::syscfg::regs::Rsscmdr
#[repr(transparent)]pub struct Rsscmdr(pub u32);
Expand description
SBS RSS command register
Tuple Fields§
§0: u32
Implementations§
§impl Rsscmdr
impl Rsscmdr
pub const fn rsscmd(&self) -> u16
pub const fn rsscmd(&self) -> u16
RSS command The application can use this bitfield to pass on a command to the RSS, executed at the next reset. When RSSCMD ≠ 0 and PRODUCT_STATE is in Open, then the system always boots on RSS whatever is the boot pin value.
pub fn set_rsscmd(&mut self, val: u16)
pub fn set_rsscmd(&mut self, val: u16)
RSS command The application can use this bitfield to pass on a command to the RSS, executed at the next reset. When RSSCMD ≠ 0 and PRODUCT_STATE is in Open, then the system always boots on RSS whatever is the boot pin value.
Trait Implementations§
impl Copy for Rsscmdr
impl Eq for Rsscmdr
impl StructuralPartialEq for Rsscmdr
Auto Trait Implementations§
impl Freeze for Rsscmdr
impl RefUnwindSafe for Rsscmdr
impl Send for Rsscmdr
impl Sync for Rsscmdr
impl Unpin for Rsscmdr
impl UnwindSafe for Rsscmdr
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)