Type Alias esp_idf_hal::units::LargeValueType

source ·
pub type LargeValueType = u64;

Trait Implementations§

source§

impl From<HertzU64> for LargeValueType

source§

fn from(x: HertzU64) -> Self

Converts to this type from the input type.
source§

impl From<KiloHertzU64> for LargeValueType

source§

fn from(x: KiloHertzU64) -> Self

Converts to this type from the input type.
source§

impl From<MegaHertzU64> for LargeValueType

source§

fn from(x: MegaHertzU64) -> Self

Converts to this type from the input type.
source§

impl From<MicroSecondsU64> for LargeValueType

source§

fn from(x: MicroSecondsU64) -> Self

Converts to this type from the input type.
source§

impl From<MilliSecondsU64> for LargeValueType

source§

fn from(x: MilliSecondsU64) -> Self

Converts to this type from the input type.
source§

impl From<NanoSecondsU64> for LargeValueType

source§

fn from(x: NanoSecondsU64) -> Self

Converts to this type from the input type.
source§

impl From<SecondsU64> for LargeValueType

source§

fn from(x: SecondsU64) -> Self

Converts to this type from the input type.
source§

impl From<TicksU64> for LargeValueType

source§

fn from(x: TicksU64) -> Self

Converts to this type from the input type.
source§

impl FromLargeValueType for LargeValueType

source§

impl Mul<HertzU64> for LargeValueType

§

type Output = HertzU64

The resulting type after applying the * operator.
source§

fn mul(self, rhs: HertzU64) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<KiloHertzU64> for LargeValueType

§

type Output = KiloHertzU64

The resulting type after applying the * operator.
source§

fn mul(self, rhs: KiloHertzU64) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MegaHertzU64> for LargeValueType

§

type Output = MegaHertzU64

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MegaHertzU64) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MicroSecondsU64> for LargeValueType

§

type Output = MicroSecondsU64

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MicroSecondsU64) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MilliSecondsU64> for LargeValueType

§

type Output = MilliSecondsU64

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MilliSecondsU64) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<NanoSecondsU64> for LargeValueType

§

type Output = NanoSecondsU64

The resulting type after applying the * operator.
source§

fn mul(self, rhs: NanoSecondsU64) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<SecondsU64> for LargeValueType

§

type Output = SecondsU64

The resulting type after applying the * operator.
source§

fn mul(self, rhs: SecondsU64) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<TicksU64> for LargeValueType

§

type Output = TicksU64

The resulting type after applying the * operator.
source§

fn mul(self, rhs: TicksU64) -> Self::Output

Performs the * operation. Read more