pub enum SDHCSRCW {
_00,
_01,
_10,
_11,
}Expand description
Values that can be written to the field SDHCSRC
Variants§
_00
Core/system clock.
_01
MCGFLLCLK, or MCGPLLCLK , or IRC48M clock as selected by SOPT2[PLLFLLSEL].
_10
OSCERCLK clock
_11
External bypass clock (SDHC0_CLKIN)
Auto Trait Implementations§
impl Freeze for SDHCSRCW
impl RefUnwindSafe for SDHCSRCW
impl Send for SDHCSRCW
impl Sync for SDHCSRCW
impl Unpin for SDHCSRCW
impl UnwindSafe for SDHCSRCW
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