[−][src]Enum lpc55s6x_pac::sct0::config::CKSELR
Possible values of the field CKSEL
Variants
INPUT_0_RISING_EDGES
Rising edges on input 0.
INPUT_0_FALLING_EDGE
Falling edges on input 0.
INPUT_1_RISING_EDGES
Rising edges on input 1.
INPUT_1_FALLING_EDGE
Falling edges on input 1.
INPUT_2_RISING_EDGES
Rising edges on input 2.
INPUT_2_FALLING_EDGE
Falling edges on input 2.
INPUT_3_RISING_EDGES
Rising edges on input 3.
INPUT_3_FALLING_EDGE
Falling edges on input 3.
_Reserved(u8)
Reserved
Methods
impl CKSELR
[src][−]
pub fn bits(&self) -> u8
[src][−]
Value of the field as raw bits
pub fn is_input_0_rising_edges(&self) -> bool
[src][−]
Checks if the value of the field is INPUT_0_RISING_EDGES
pub fn is_input_0_falling_edge(&self) -> bool
[src][−]
Checks if the value of the field is INPUT_0_FALLING_EDGE
pub fn is_input_1_rising_edges(&self) -> bool
[src][−]
Checks if the value of the field is INPUT_1_RISING_EDGES
pub fn is_input_1_falling_edge(&self) -> bool
[src][−]
Checks if the value of the field is INPUT_1_FALLING_EDGE
pub fn is_input_2_rising_edges(&self) -> bool
[src][−]
Checks if the value of the field is INPUT_2_RISING_EDGES
pub fn is_input_2_falling_edge(&self) -> bool
[src][−]
Checks if the value of the field is INPUT_2_FALLING_EDGE
pub fn is_input_3_rising_edges(&self) -> bool
[src][−]
Checks if the value of the field is INPUT_3_RISING_EDGES
pub fn is_input_3_falling_edge(&self) -> bool
[src][−]
Checks if the value of the field is INPUT_3_FALLING_EDGE
Trait Implementations
impl PartialEq<CKSELR> for CKSELR
[src][+]
impl Copy for CKSELR
[src]
impl Debug for CKSELR
[src][+]
impl Clone for CKSELR
[src][+]
Auto Trait Implementations
Blanket Implementations
impl<T> From<T> for T
[src][+]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
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> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self