#[repr(transparent)]pub struct Popcode1(pub u32);Expand description
Programmable OP Code1
Tuple Fields§
§0: u32Implementations§
Source§impl Popcode1
impl Popcode1
Sourcepub const fn filter_state1(&self) -> u8
pub const fn filter_state1(&self) -> u8
Programmable Filter state 1
Sourcepub const fn set_filter_state1(&mut self, val: u8)
pub const fn set_filter_state1(&mut self, val: u8)
Programmable Filter state 1
Sourcepub const fn filter_bit1(&self) -> FilterBit1
pub const fn filter_bit1(&self) -> FilterBit1
This bit determines whether the Programmable Op Code filter is executed after receipt of the 7th or 8th bit of the Op Code
Sourcepub const fn set_filter_bit1(&mut self, val: FilterBit1)
pub const fn set_filter_bit1(&mut self, val: FilterBit1)
This bit determines whether the Programmable Op Code filter is executed after receipt of the 7th or 8th bit of the Op Code
Sourcepub const fn prg_opcode1(&self) -> u8
pub const fn prg_opcode1(&self) -> u8
Programmable OP Code 1
Sourcepub const fn set_prg_opcode1(&mut self, val: u8)
pub const fn set_prg_opcode1(&mut self, val: u8)
Programmable OP Code 1
Trait Implementations§
impl Copy for Popcode1
impl Eq for Popcode1
impl StructuralPartialEq for Popcode1
Auto Trait Implementations§
impl Freeze for Popcode1
impl RefUnwindSafe for Popcode1
impl Send for Popcode1
impl Sync for Popcode1
impl Unpin for Popcode1
impl UnwindSafe for Popcode1
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more