Enum Clkoutsel
#[repr(u8)]pub enum Clkoutsel {
Show 14 variants
_0000 = 0,
_0010 = 2,
_0100 = 4,
_0101 = 5,
_0110 = 6,
_0111 = 7,
_1000 = 8,
_1001 = 9,
_1010 = 10,
_1011 = 11,
_1100 = 12,
_1101 = 13,
_1110 = 14,
_1111 = 15,
}Expand description
CLKOUT Select
Value on reset: 0
Variants§
_0000 = 0
0: SCG CLKOUT
_0010 = 2
2: SOSC DIV2 CLK
_0100 = 4
4: SIRC DIV2 CLK
_0101 = 5
5: For S32K148: QSPI SFIF_CLK_HYP: Divide by 2 clock (configured through SCLKCONFIG[5]) for HyperRAM going to sfif clock to QSPI; For others: Reserved
_0110 = 6
6: FIRC DIV2 CLK
_0111 = 7
7: HCLK
_1000 = 8
8: SPLL DIV2 CLK
_1001 = 9
9: BUS_CLK
_1010 = 10
10: LPO128K_CLK
_1011 = 11
11: For S32K148: QSPI IPG_CLK; For others: Reserved
_1100 = 12
12: LPO_CLK as selected by SIM_LPOCLKS[LPOCLKSEL]
_1101 = 13
13: For S32K148: QSPI IPG_CLK_SFIF; For others: Reserved
_1110 = 14
14: RTC_CLK as selected by SIM_LPOCLKS[RTCCLKSEL]
_1111 = 15
15: For S32K148: QSPI IPG_CLK_2XSFIF; For others: Reserved
Trait Implementations§
impl Copy for Clkoutsel
impl Eq for Clkoutsel
impl IsEnum for Clkoutsel
impl StructuralPartialEq for Clkoutsel
Auto Trait Implementations§
impl Freeze for Clkoutsel
impl RefUnwindSafe for Clkoutsel
impl Send for Clkoutsel
impl Sync for Clkoutsel
impl Unpin for Clkoutsel
impl UnwindSafe for Clkoutsel
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