Enum Pcs
#[repr(u8)]pub enum Pcs {
_000 = 0,
_001 = 1,
_010 = 2,
_011 = 3,
_100 = 4,
_101 = 5,
_110 = 6,
_111 = 7,
}Expand description
Peripheral Clock Source Select
Value on reset: 0
Variants§
_000 = 0
0: Clock is off.
_001 = 1
1: Clock option 1
_010 = 2
2: Clock option 2
_011 = 3
3: Clock option 3
_100 = 4
4: Clock option 4
_101 = 5
5: Clock option 5
_110 = 6
6: Clock option 6
_111 = 7
7: Clock option 7
Trait Implementations§
impl Copy for Pcs
impl Eq for Pcs
impl IsEnum for Pcs
impl StructuralPartialEq for Pcs
Auto Trait Implementations§
impl Freeze for Pcs
impl RefUnwindSafe for Pcs
impl Send for Pcs
impl Sync for Pcs
impl Unpin for Pcs
impl UnwindSafe for Pcs
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