Enum Cs
pub enum Cs {
_0 = 0,
_1 = 1,
}Expand description
Clock Source
Value on reset: 0
Variants§
_0 = 0
0: Digital filters are clocked by the bus clock.
_1 = 1
1: Digital filters are clocked by the LPO clock.
Trait Implementations§
impl Copy for Cs
impl Eq for Cs
impl StructuralPartialEq for Cs
Auto Trait Implementations§
impl Freeze for Cs
impl RefUnwindSafe for Cs
impl Send for Cs
impl Sync for Cs
impl Unpin for Cs
impl UnwindSafe for Cs
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