#[repr(transparent)]pub struct Bias(pub u32);Expand description
Bias control
Tuple Fields§
§0: u32Implementations§
Source§impl Bias
impl Bias
Sourcepub const fn set_hsbias(&mut self, val: u8)
pub const fn set_hsbias(&mut self, val: u8)
Slew setting for high-speed pad (higher value is faster)
Sourcepub const fn replicabias(&self) -> bool
pub const fn replicabias(&self) -> bool
Slew setting for replica clock (used by the VPR coprocessor for emulating a QSPI peripheral)
Sourcepub const fn set_replicabias(&mut self, val: bool)
pub const fn set_replicabias(&mut self, val: bool)
Slew setting for replica clock (used by the VPR coprocessor for emulating a QSPI peripheral)
Trait Implementations§
impl Copy for Bias
impl Eq for Bias
impl StructuralPartialEq for Bias
Auto Trait Implementations§
impl Freeze for Bias
impl RefUnwindSafe for Bias
impl Send for Bias
impl Sync for Bias
impl Unpin for Bias
impl UnwindSafe for Bias
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)