pub struct PwmUpdateMethod(_);
Expand description

Settings for when PwmPin::set_timestamp takes effect

Multiple syncing triggers can be set.

Implementations§

New timestamp will be applied immediately

New timestamp will be applied when timer is equal to zero

New timestamp will be applied when timer is equal to period

PwmUpdateMethod with no sync triggers. Corresponds to syncing immediately

Enable syncing new timestamp values when timer is equal to zero

Enable syncing new timestamp values when timer is equal to period

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.