Struct atsam4sd16c_pac::pwm::imr2::R

source ·
pub struct R(_);
Expand description

Register IMR2 reader

Implementations§

Bit 0 - Write Ready for Synchronous Channels Update Interrupt Mask

Bit 1 - PDC End of TX Buffer Interrupt Mask

Bit 2 - PDC TX Buffer Empty Interrupt Mask

Bit 3 - Synchronous Channels Update Underrun Error Interrupt Mask

Bit 8 - Comparison 0 Match Interrupt Mask

Bit 9 - Comparison 1 Match Interrupt Mask

Bit 10 - Comparison 2 Match Interrupt Mask

Bit 11 - Comparison 3 Match Interrupt Mask

Bit 12 - Comparison 4 Match Interrupt Mask

Bit 13 - Comparison 5 Match Interrupt Mask

Bit 14 - Comparison 6 Match Interrupt Mask

Bit 15 - Comparison 7 Match Interrupt Mask

Bit 16 - Comparison 0 Update Interrupt Mask

Bit 17 - Comparison 1 Update Interrupt Mask

Bit 18 - Comparison 2 Update Interrupt Mask

Bit 19 - Comparison 3 Update Interrupt Mask

Bit 20 - Comparison 4 Update Interrupt Mask

Bit 21 - Comparison 5 Update Interrupt Mask

Bit 22 - Comparison 6 Update Interrupt Mask

Bit 23 - Comparison 7 Update Interrupt Mask

Methods from Deref<Target = R<IMR2_SPEC>>§

Reads raw bits from register.

Trait Implementations§

The resulting type after dereferencing.
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.