pub struct rfalWakeUpConfig__bindgen_ty_1 {
    pub enabled: bool,
    pub delta: u8,
    pub reference: u16,
    pub autoAvg: bool,
    pub aaInclMeas: bool,
    pub aaWeight: rfalWumAAWeight,
}

Fields

enabled: bool

< Inductive Amplitude measurement enabled

delta: u8

< Delta between the reference and measurement to wake-up

reference: u16

< Reference to be used;RFAL_WUM_REFERENCE_AUTO sets it auto

autoAvg: bool

< Use the HW Auto Averaging feature

aaInclMeas: bool

< When AutoAvg is enabled, include IRQ measurement

aaWeight: rfalWumAAWeight

< When AutoAvg is enabled, last measure weight

Trait Implementations

Formats the value using the given formatter. 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 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.