Enum mk20d7::tsi0::gencs::LPSCNITVW

source ·
pub enum LPSCNITVW {
Show 16 variants _0000, _0001, _0010, _0011, _0100, _0101, _0110, _0111, _1000, _1001, _1010, _1011, _1100, _1101, _1110, _1111,
}
Expand description

Values that can be written to the field LPSCNITV

Variants§

§

_0000

1 ms scan interval

§

_0001

5 ms scan interval

§

_0010

10 ms scan interval

§

_0011

15 ms scan interval

§

_0100

20 ms scan interval

§

_0101

30 ms scan interval

§

_0110

40 ms scan interval

§

_0111

50 ms scan interval

§

_1000

75 ms scan interval

§

_1001

100 ms scan interval

§

_1010

125 ms scan interval

§

_1011

150 ms scan interval

§

_1100

200 ms scan interval

§

_1101

300 ms scan interval

§

_1110

400 ms scan interval

§

_1111

500 ms scan interval

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

const: unstable · source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

const: unstable · source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

const: unstable · source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

const: unstable · source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
const: unstable · source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

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

The type returned in the event of a conversion error.
const: unstable · source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.