Struct atsam4sd16c_pac::pwm::ier2::W

source ·
pub struct W(_);
Expand description

Register IER2 writer

Implementations§

Bit 0 - Write Ready for Synchronous Channels Update Interrupt Enable

Bit 1 - PDC End of TX Buffer Interrupt Enable

Bit 2 - PDC TX Buffer Empty Interrupt Enable

Bit 3 - Synchronous Channels Update Underrun Error Interrupt Enable

Bit 8 - Comparison 0 Match Interrupt Enable

Bit 9 - Comparison 1 Match Interrupt Enable

Bit 10 - Comparison 2 Match Interrupt Enable

Bit 11 - Comparison 3 Match Interrupt Enable

Bit 12 - Comparison 4 Match Interrupt Enable

Bit 13 - Comparison 5 Match Interrupt Enable

Bit 14 - Comparison 6 Match Interrupt Enable

Bit 15 - Comparison 7 Match Interrupt Enable

Bit 16 - Comparison 0 Update Interrupt Enable

Bit 17 - Comparison 1 Update Interrupt Enable

Bit 18 - Comparison 2 Update Interrupt Enable

Bit 19 - Comparison 3 Update Interrupt Enable

Bit 20 - Comparison 4 Update Interrupt Enable

Bit 21 - Comparison 5 Update Interrupt Enable

Bit 22 - Comparison 6 Update Interrupt Enable

Bit 23 - Comparison 7 Update Interrupt Enable

Writes raw bits to the register.

Methods from Deref<Target = W<IER2_SPEC>>§

Writes raw bits to the register.

Safety

Read datasheet or reference manual to find what values are allowed to pass.

Trait Implementations§

The resulting type after dereferencing.
Dereferences the value.
Mutably dereferences the value.
Converts to this type from the input type.

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.