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

type ValueType = u32;

Trait Implementations

impl From<Hertz> for ValueType[src]

impl From<KiloHertz> for ValueType[src]

impl From<MegaHertz> for ValueType[src]

impl From<MicroSeconds> for ValueType[src]

impl From<MilliSeconds> for ValueType[src]

impl From<NanoSeconds> for ValueType[src]

impl From<Seconds> for ValueType[src]

impl From<Ticks> for ValueType[src]

impl FromValueType for ValueType[src]

impl Mul<Hertz> for ValueType[src]

type Output = Hertz

The resulting type after applying the * operator.

impl Mul<KiloHertz> for ValueType[src]

type Output = KiloHertz

The resulting type after applying the * operator.

impl Mul<MegaHertz> for ValueType[src]

type Output = MegaHertz

The resulting type after applying the * operator.

impl Mul<MicroSeconds> for ValueType[src]

type Output = MicroSeconds

The resulting type after applying the * operator.

impl Mul<MilliSeconds> for ValueType[src]

type Output = MilliSeconds

The resulting type after applying the * operator.

impl Mul<NanoSeconds> for ValueType[src]

type Output = NanoSeconds

The resulting type after applying the * operator.

impl Mul<Seconds> for ValueType[src]

type Output = Seconds

The resulting type after applying the * operator.

impl Mul<Ticks> for ValueType[src]

type Output = Ticks

The resulting type after applying the * operator.