Enum stm32wlxx_hal::pac::rcc::cr::HSEBYPPWR_A
pub enum HSEBYPPWR_A {
Pb0 = 0,
Vddtcxo = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Enable HSE32 VDDTCXO output on package pin PB0-VDDTCXO.
Value on reset: 0
Variants§
Trait Implementations§
§impl Clone for HSEBYPPWR_A
impl Clone for HSEBYPPWR_A
§fn clone(&self) -> HSEBYPPWR_A
fn clone(&self) -> HSEBYPPWR_A
Returns a copy 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 more§impl Debug for HSEBYPPWR_A
impl Debug for HSEBYPPWR_A
§impl PartialEq for HSEBYPPWR_A
impl PartialEq for HSEBYPPWR_A
§fn eq(&self, other: &HSEBYPPWR_A) -> bool
fn eq(&self, other: &HSEBYPPWR_A) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for HSEBYPPWR_A
impl StructuralPartialEq for HSEBYPPWR_A
Auto Trait Implementations§
impl RefUnwindSafe for HSEBYPPWR_A
impl Send for HSEBYPPWR_A
impl Sync for HSEBYPPWR_A
impl Unpin for HSEBYPPWR_A
impl UnwindSafe for HSEBYPPWR_A
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