[−][src]Type Definition esp32_hal::units::LargeValueType
type LargeValueType = u64;
Trait Implementations
impl From<HertzU64> for LargeValueType[src]
impl From<KiloHertzU64> for LargeValueType[src]
fn from(x: KiloHertzU64) -> Self[src]
impl From<MegaHertzU64> for LargeValueType[src]
fn from(x: MegaHertzU64) -> Self[src]
impl From<MicroSecondsU64> for LargeValueType[src]
fn from(x: MicroSecondsU64) -> Self[src]
impl From<MilliSecondsU64> for LargeValueType[src]
fn from(x: MilliSecondsU64) -> Self[src]
impl From<NanoSecondsU64> for LargeValueType[src]
fn from(x: NanoSecondsU64) -> Self[src]
impl From<SecondsU64> for LargeValueType[src]
fn from(x: SecondsU64) -> Self[src]
impl From<TicksU64> for LargeValueType[src]
impl FromLargeValueType for LargeValueType[src]
fn Hz_large(self) -> HertzU64[src]
fn kHz_large(self) -> KiloHertzU64[src]
fn MHz_large(self) -> MegaHertzU64[src]
fn ns_large(self) -> NanoSecondsU64[src]
fn us_large(self) -> MicroSecondsU64[src]
fn ms_large(self) -> MilliSecondsU64[src]
fn s_large(self) -> SecondsU64[src]
fn ticks_large(self) -> TicksU64[src]
impl Mul<HertzU64> for LargeValueType[src]
type Output = HertzU64
The resulting type after applying the * operator.
fn mul(self, rhs: HertzU64) -> Self::Output[src]
impl Mul<KiloHertzU64> for LargeValueType[src]
type Output = KiloHertzU64
The resulting type after applying the * operator.
fn mul(self, rhs: KiloHertzU64) -> Self::Output[src]
impl Mul<MegaHertzU64> for LargeValueType[src]
type Output = MegaHertzU64
The resulting type after applying the * operator.
fn mul(self, rhs: MegaHertzU64) -> Self::Output[src]
impl Mul<MicroSecondsU64> for LargeValueType[src]
type Output = MicroSecondsU64
The resulting type after applying the * operator.
fn mul(self, rhs: MicroSecondsU64) -> Self::Output[src]
impl Mul<MilliSecondsU64> for LargeValueType[src]
type Output = MilliSecondsU64
The resulting type after applying the * operator.
fn mul(self, rhs: MilliSecondsU64) -> Self::Output[src]
impl Mul<NanoSecondsU64> for LargeValueType[src]
type Output = NanoSecondsU64
The resulting type after applying the * operator.
fn mul(self, rhs: NanoSecondsU64) -> Self::Output[src]
impl Mul<SecondsU64> for LargeValueType[src]
type Output = SecondsU64
The resulting type after applying the * operator.