pub struct OA2MSK_W<'a> { /* private fields */ }
Expand description

Field OA2MSK writer - Own Address 2 masks

Implementations

Writes variant to the field

No mask

OA2[1] is masked and don’t care. Only OA2[7:2] are compared

OA2[2:1] are masked and don’t care. Only OA2[7:3] are compared

OA2[3:1] are masked and don’t care. Only OA2[7:4] are compared

OA2[4:1] are masked and don’t care. Only OA2[7:5] are compared

OA2[5:1] are masked and don’t care. Only OA2[7:6] are compared

OA2[6:1] are masked and don’t care. Only OA2[7] is compared.

OA2[7:1] are masked and don’t care. No comparison is done, and all (except reserved) 7-bit received addresses are acknowledged

Writes raw bits to the field

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.