Enum stm32_metapac::pwr::vals::Xspicap
#[repr(u8)]pub enum Xspicap {
DISABLED = 0,
ONETHIRD = 1,
TWOTHIRDS = 2,
FULL = 3,
}
Variants§
DISABLED = 0
XSPI Capacitor OFF (default) note: to confirm with analog design.
ONETHIRD = 1
XSPI Capacitor set to 1/3.
TWOTHIRDS = 2
XSPI Capacitor set to 2/3.
FULL = 3
XSPI Capacitor set to full capacitance.
Implementations§
Trait Implementations§
§impl Ord for Xspicap
impl Ord for Xspicap
§impl PartialOrd for Xspicap
impl PartialOrd for Xspicap
impl Copy for Xspicap
impl Eq for Xspicap
impl StructuralPartialEq for Xspicap
Auto Trait Implementations§
impl Freeze for Xspicap
impl RefUnwindSafe for Xspicap
impl Send for Xspicap
impl Sync for Xspicap
impl Unpin for Xspicap
impl UnwindSafe for Xspicap
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
)