#[non_exhaustive]
pub enum rfalWumPeriod {
Show 16 variants RFAL_WUM_PERIOD_10MS, RFAL_WUM_PERIOD_20MS, RFAL_WUM_PERIOD_30MS, RFAL_WUM_PERIOD_40MS, RFAL_WUM_PERIOD_50MS, RFAL_WUM_PERIOD_60MS, RFAL_WUM_PERIOD_70MS, RFAL_WUM_PERIOD_80MS, RFAL_WUM_PERIOD_100MS, RFAL_WUM_PERIOD_200MS, RFAL_WUM_PERIOD_300MS, RFAL_WUM_PERIOD_400MS, RFAL_WUM_PERIOD_500MS, RFAL_WUM_PERIOD_600MS, RFAL_WUM_PERIOD_700MS, RFAL_WUM_PERIOD_800MS,
}
Expand description

RFAL Wake-Up Period/Timer

Variants (Non-exhaustive)

This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.

RFAL_WUM_PERIOD_10MS

< Wake-Up timer 10ms

RFAL_WUM_PERIOD_20MS

< Wake-Up timer 20ms

RFAL_WUM_PERIOD_30MS

< Wake-Up timer 30ms

RFAL_WUM_PERIOD_40MS

< Wake-Up timer 40ms

RFAL_WUM_PERIOD_50MS

< Wake-Up timer 50ms

RFAL_WUM_PERIOD_60MS

< Wake-Up timer 60ms

RFAL_WUM_PERIOD_70MS

< Wake-Up timer 70ms

RFAL_WUM_PERIOD_80MS

< Wake-Up timer 80ms

RFAL_WUM_PERIOD_100MS

< Wake-Up timer 100ms

RFAL_WUM_PERIOD_200MS

< Wake-Up timer 200ms

RFAL_WUM_PERIOD_300MS

< Wake-Up timer 300ms

RFAL_WUM_PERIOD_400MS

< Wake-Up timer 400ms

RFAL_WUM_PERIOD_500MS

< Wake-Up timer 500ms

RFAL_WUM_PERIOD_600MS

< Wake-Up timer 600ms

RFAL_WUM_PERIOD_700MS

< Wake-Up timer 700ms

RFAL_WUM_PERIOD_800MS

< Wake-Up timer 800ms

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Feeds this value into the given Hasher. Read more
Feeds a slice of this type into the given Hasher. Read more
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

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

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.