pub struct OA2MSK_W<'a> { /* fields omitted */ }
Expand description
Write proxy for field OA2MSK
Writes variant
to the field
pub fn mask1(self) -> &'a mut W
OA2[1]
is masked and don’t care. Only OA2[7:2]
are compared
pub fn mask2(self) -> &'a mut W
OA2[2:1]
are masked and don’t care. Only OA2[7:3]
are compared
pub fn mask3(self) -> &'a mut W
OA2[3:1]
are masked and don’t care. Only OA2[7:4]
are compared
pub fn mask4(self) -> &'a mut W
OA2[4:1]
are masked and don’t care. Only OA2[7:5]
are compared
pub fn mask5(self) -> &'a mut W
OA2[5:1]
are masked and don’t care. Only OA2[7:6]
are compared
pub fn mask6(self) -> &'a mut W
OA2[6:1]
are masked and don’t care. Only OA2[7]
is compared.
pub fn mask7(self) -> &'a mut W
OA2[7:1]
are masked and don’t care. No comparison is done, and all (except reserved) 7-bit received addresses are acknowledged
pub fn bits(self, value: u8) -> &'a mut W
Writes raw bits to the field
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.