#[repr(u8)]pub enum Icsel {
MCLK_OUT0 = 0,
MCLK_OUT1 = 1,
MCLK_OUT2 = 2,
EXT = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
GRP = 7,
}Variants§
MCLK_OUT0 = 0
MCLK_OUT0 with internal routeback.
MCLK_OUT1 = 1
MCLK_OUT1 with internal routeback.
MCLK_OUT2 = 2
MCLK_OUT2 with internal routeback.
EXT = 3
External modulator clock dedicated to this channel.
_RESERVED_4 = 4
_RESERVED_5 = 5
_RESERVED_6 = 6
GRP = 7
Grouped clock shared with an adjacent channel; the adjacent channel’s ICSEL field determines the input clock.
Implementations§
Trait Implementations§
Source§impl Ord for Icsel
impl Ord for Icsel
Source§impl PartialOrd for Icsel
impl PartialOrd for Icsel
impl Copy for Icsel
impl Eq for Icsel
impl StructuralPartialEq for Icsel
Auto Trait Implementations§
impl Freeze for Icsel
impl RefUnwindSafe for Icsel
impl Send for Icsel
impl Sync for Icsel
impl Unpin for Icsel
impl UnwindSafe for Icsel
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