#[repr(transparent)]pub struct Popcode0(pub u32);Expand description
Programmable OP Code0
Tuple Fields§
§0: u32Implementations§
Source§impl Popcode0
impl Popcode0
Sourcepub const fn filter_state0(&self) -> u8
pub const fn filter_state0(&self) -> u8
Programmable Filter state 0
Sourcepub const fn set_filter_state0(&mut self, val: u8)
pub const fn set_filter_state0(&mut self, val: u8)
Programmable Filter state 0
Sourcepub const fn filter_bit0(&self) -> FilterBit0
pub const fn filter_bit0(&self) -> FilterBit0
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_bit0(&mut self, val: FilterBit0)
pub const fn set_filter_bit0(&mut self, val: FilterBit0)
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_opcode0(&self) -> u8
pub const fn prg_opcode0(&self) -> u8
Programmable OP Code 0
Sourcepub const fn set_prg_opcode0(&mut self, val: u8)
pub const fn set_prg_opcode0(&mut self, val: u8)
Programmable OP Code 0
Trait Implementations§
impl Copy for Popcode0
impl Eq for Popcode0
impl StructuralPartialEq for Popcode0
Auto Trait Implementations§
impl Freeze for Popcode0
impl RefUnwindSafe for Popcode0
impl Send for Popcode0
impl Sync for Popcode0
impl Unpin for Popcode0
impl UnwindSafe for Popcode0
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