Enum Cps
pub enum Cps {
_0 = 0,
_1 = 1,
}Expand description
Clock Pin Select
Value on reset: 0
Variants§
_0 = 0
0: The prescaler output clock (as configured by TSIC) is output on RTC_CLKOUT.
_1 = 1
1: The RTC 32.768 kHz clock is output on RTC_CLKOUT, provided it is output to other peripherals.
Trait Implementations§
impl Copy for Cps
impl Eq for Cps
impl StructuralPartialEq for Cps
Auto Trait Implementations§
impl Freeze for Cps
impl RefUnwindSafe for Cps
impl Send for Cps
impl Sync for Cps
impl Unpin for Cps
impl UnwindSafe for Cps
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