[−][src]Enum lpc55_pac::sct0::config::CKSEL_A
pub enum CKSEL_A { INPUT_0_RISING_EDGES, INPUT_0_FALLING_EDGE, INPUT_1_RISING_EDGES, INPUT_1_FALLING_EDGE, INPUT_2_RISING_EDGES, INPUT_2_FALLING_EDGE, INPUT_3_RISING_EDGES, INPUT_3_FALLING_EDGE, INPUT_4_RISING_EDGES, INPUT_4_FALLING_EDGE, INPUT_5_RISING_EDGES, INPUT_5_FALLING_EDGE, INPUT_6_RISING_EDGES, INPUT_6_FALLING_EDGE, INPUT_7_RISING_EDGES, INPUT_7_FALLING_EDGE, }
SCT clock select. The specific functionality of the designated input/edge is dependent on the CLKMODE bit selection in this register.
Value on reset: 0
Variants
0: Rising edges on input 0.
1: Falling edges on input 0.
2: Rising edges on input 1.
3: Falling edges on input 1.
4: Rising edges on input 2.
5: Falling edges on input 2.
6: Rising edges on input 3.
7: Falling edges on input 3.
8: Rising edges on input 4.
9: Falling edges on input 4.
10: Rising edges on input 5.
11: Falling edges on input 5.
12: Rising edges on input 6.
13: Falling edges on input 6.
14: Rising edges on input 7.
15: Falling edges on input 7.
Trait Implementations
impl Clone for CKSEL_A
[src][+]
impl Copy for CKSEL_A
[src]
impl Debug for CKSEL_A
[src][+]
impl From<CKSEL_A> for u8
[src][+]
impl PartialEq<CKSEL_A> for CKSEL_A
[src][+]
impl StructuralPartialEq for CKSEL_A
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,