#[repr(transparent)]pub struct SpiFlashCfg(pub u32);Expand description
no description available
Tuple Fields§
§0: u32Implementations§
Source§impl SpiFlashCfg
impl SpiFlashCfg
Sourcepub const fn spi_recovery_boot_en(&self) -> u8
pub const fn spi_recovery_boot_en(&self) -> u8
SPI flash recovery boot is enabled, if non-zero value is written to this field.
Sourcepub const fn set_spi_recovery_boot_en(&mut self, val: u8)
pub const fn set_spi_recovery_boot_en(&mut self, val: u8)
SPI flash recovery boot is enabled, if non-zero value is written to this field.
Trait Implementations§
Source§impl Clone for SpiFlashCfg
impl Clone for SpiFlashCfg
Source§fn clone(&self) -> SpiFlashCfg
fn clone(&self) -> SpiFlashCfg
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SpiFlashCfg
impl Debug for SpiFlashCfg
Source§impl Default for SpiFlashCfg
impl Default for SpiFlashCfg
Source§fn default() -> SpiFlashCfg
fn default() -> SpiFlashCfg
Returns the “default value” for a type. Read more
Source§impl PartialEq for SpiFlashCfg
impl PartialEq for SpiFlashCfg
impl Copy for SpiFlashCfg
impl Eq for SpiFlashCfg
impl StructuralPartialEq for SpiFlashCfg
Auto Trait Implementations§
impl Freeze for SpiFlashCfg
impl RefUnwindSafe for SpiFlashCfg
impl Send for SpiFlashCfg
impl Sync for SpiFlashCfg
impl Unpin for SpiFlashCfg
impl UnwindSafe for SpiFlashCfg
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