Struct Adcdacsel
#[repr(transparent)]pub struct Adcdacsel(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Adcdacsel
impl Adcdacsel
pub const HCLK: Self
pub const HCLK: Self
rcc_hclk selected as kernel clock (default after reset)
pub const SYSCLK: Self
pub const SYSCLK: Self
sys_ck selected as kernel clock
pub const PLL2_R: Self
pub const PLL2_R: Self
pll2_r_ck selected as kernel clock
pub const HSE: Self
pub const HSE: Self
hse_ck selected as kernel clock
pub const HSI_KER: Self
pub const HSI_KER: Self
hsi_ker_ck selected as kernel clock
pub const CSI_KER: Self
pub const CSI_KER: Self
csi_ker_ck selected as kernel clock
Trait Implementations§
§impl Ord for Adcdacsel
impl Ord for Adcdacsel
§impl PartialOrd for Adcdacsel
impl PartialOrd for Adcdacsel
impl Copy for Adcdacsel
impl Eq for Adcdacsel
impl StructuralPartialEq for Adcdacsel
Auto Trait Implementations§
impl Freeze for Adcdacsel
impl RefUnwindSafe for Adcdacsel
impl Send for Adcdacsel
impl Sync for Adcdacsel
impl Unpin for Adcdacsel
impl UnwindSafe for Adcdacsel
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