[][src]Type Definition esp32_hal::units::LargeValueType

type LargeValueType = u64;

Trait Implementations

impl From<HertzU64> for LargeValueType[src]

impl From<KiloHertzU64> for LargeValueType[src]

impl From<MegaHertzU64> for LargeValueType[src]

impl From<MicroSecondsU64> for LargeValueType[src]

impl From<MilliSecondsU64> for LargeValueType[src]

impl From<NanoSecondsU64> for LargeValueType[src]

impl From<SecondsU64> for LargeValueType[src]

impl From<TicksU64> for LargeValueType[src]

impl FromLargeValueType for LargeValueType[src]

impl Mul<HertzU64> for LargeValueType[src]

type Output = HertzU64

The resulting type after applying the * operator.

impl Mul<KiloHertzU64> for LargeValueType[src]

type Output = KiloHertzU64

The resulting type after applying the * operator.

impl Mul<MegaHertzU64> for LargeValueType[src]

type Output = MegaHertzU64

The resulting type after applying the * operator.

impl Mul<MicroSecondsU64> for LargeValueType[src]

type Output = MicroSecondsU64

The resulting type after applying the * operator.

impl Mul<MilliSecondsU64> for LargeValueType[src]

type Output = MilliSecondsU64

The resulting type after applying the * operator.

impl Mul<NanoSecondsU64> for LargeValueType[src]

type Output = NanoSecondsU64

The resulting type after applying the * operator.

impl Mul<SecondsU64> for LargeValueType[src]

type Output = SecondsU64

The resulting type after applying the * operator.

impl Mul<TicksU64> for LargeValueType[src]

type Output = TicksU64

The resulting type after applying the * operator.