[−][src]Enum lpc55s6x_pac::pmc::fro1m::DIVSELW
Values that can be written to 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.
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>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
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>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
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