[][src]Struct lpc81x_pac::sct::config::_CLKMODEW

pub struct _CLKMODEW<'a> { /* fields omitted */ }

Proxy

Methods

impl<'a> _CLKMODEW<'a>[src]

pub fn variant(self, variant: CLKMODEW) -> &'a mut W[src]

Writes variant to the field

pub fn the_bus_clock_clocks(self) -> &'a mut W[src]

The bus clock clocks the SCT and prescalers.

pub fn the_sct_clock_is_the(self) -> &'a mut W[src]

The SCT clock is the bus clock, but the prescalers are enabled to count only when sampling of the input selected by the CKSEL field finds the selected edge. The minimum pulse width on the clock input is 1 bus clock period. This mode is the high-performance sampled-clock mode.

pub fn the_input_selected_b(self) -> &'a mut W[src]

The input selected by CKSEL clocks the SCT and prescalers. The input is synchronized to the bus clock and possibly inverted. The minimum pulse width on the clock input is 1 bus clock period. This mode is the low-power sampled-clock mode.

pub fn reserved_(self) -> &'a mut W[src]

Reserved.

pub fn bits(self, value: u8) -> &'a mut W[src]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _CLKMODEW<'a>

impl<'a> Sync for _CLKMODEW<'a>

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self