[−][src]Enum lpc55s6x_pac::pmc::fro1m::DIVSELR   
Possible values of the field DIVSEL
Variants
DIV_22.0.
DIV_44.0.
DIV_66.0.
DIV_88.0.
DIV_1010.0.
DIV_1212.0.
DIV_1414.0.
DIV_1616.0.
DIV_1818.0.
DIV_2020.0.
DIV_2222.0.
DIV_2424.0.
DIV_2626.0.
DIV_2828.0.
DIV_3030.0.
DIV_3232.0.
DIV_3434.0.
DIV_3636.0.
DIV_3838.0.
DIV_4040.0.
DIV_4242.0.
DIV_4444.0.
DIV_4646.0.
DIV_4848.0.
DIV_5050.0.
DIV_5252.0.
DIV_5454.0.
DIV_5656.0.
DIV_5858.0.
DIV_6060.0.
DIV_6262.0.
DIV_11.0.
Methods
impl DIVSELR[src][−]
pub fn bits(&self) -> u8[src][−]
Value of the field as raw bits
pub fn is_div_2(&self) -> bool[src][−]
Checks if the value of the field is DIV_2
pub fn is_div_4(&self) -> bool[src][−]
Checks if the value of the field is DIV_4
pub fn is_div_6(&self) -> bool[src][−]
Checks if the value of the field is DIV_6
pub fn is_div_8(&self) -> bool[src][−]
Checks if the value of the field is DIV_8
pub fn is_div_10(&self) -> bool[src][−]
Checks if the value of the field is DIV_10
pub fn is_div_12(&self) -> bool[src][−]
Checks if the value of the field is DIV_12
pub fn is_div_14(&self) -> bool[src][−]
Checks if the value of the field is DIV_14
pub fn is_div_16(&self) -> bool[src][−]
Checks if the value of the field is DIV_16
pub fn is_div_18(&self) -> bool[src][−]
Checks if the value of the field is DIV_18
pub fn is_div_20(&self) -> bool[src][−]
Checks if the value of the field is DIV_20
pub fn is_div_22(&self) -> bool[src][−]
Checks if the value of the field is DIV_22
pub fn is_div_24(&self) -> bool[src][−]
Checks if the value of the field is DIV_24
pub fn is_div_26(&self) -> bool[src][−]
Checks if the value of the field is DIV_26
pub fn is_div_28(&self) -> bool[src][−]
Checks if the value of the field is DIV_28
pub fn is_div_30(&self) -> bool[src][−]
Checks if the value of the field is DIV_30
pub fn is_div_32(&self) -> bool[src][−]
Checks if the value of the field is DIV_32
pub fn is_div_34(&self) -> bool[src][−]
Checks if the value of the field is DIV_34
pub fn is_div_36(&self) -> bool[src][−]
Checks if the value of the field is DIV_36
pub fn is_div_38(&self) -> bool[src][−]
Checks if the value of the field is DIV_38
pub fn is_div_40(&self) -> bool[src][−]
Checks if the value of the field is DIV_40
pub fn is_div_42(&self) -> bool[src][−]
Checks if the value of the field is DIV_42
pub fn is_div_44(&self) -> bool[src][−]
Checks if the value of the field is DIV_44
pub fn is_div_46(&self) -> bool[src][−]
Checks if the value of the field is DIV_46
pub fn is_div_48(&self) -> bool[src][−]
Checks if the value of the field is DIV_48
pub fn is_div_50(&self) -> bool[src][−]
Checks if the value of the field is DIV_50
pub fn is_div_52(&self) -> bool[src][−]
Checks if the value of the field is DIV_52
pub fn is_div_54(&self) -> bool[src][−]
Checks if the value of the field is DIV_54
pub fn is_div_56(&self) -> bool[src][−]
Checks if the value of the field is DIV_56
pub fn is_div_58(&self) -> bool[src][−]
Checks if the value of the field is DIV_58
pub fn is_div_60(&self) -> bool[src][−]
Checks if the value of the field is DIV_60
pub fn is_div_62(&self) -> bool[src][−]
Checks if the value of the field is DIV_62
pub fn is_div_1(&self) -> bool[src][−]
Checks if the value of the field is DIV_1
Trait Implementations
impl PartialEq<DIVSELR> for DIVSELR[src][+]
impl Copy for DIVSELR[src]
impl Debug for DIVSELR[src][+]
impl Clone for DIVSELR[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