#[repr(u8)]pub enum P0ByteSelMd {
P0_BYTE_SEL_MD0 = 0,
P0_BYTE_SEL_MD1 = 1,
}Variants§
P0_BYTE_SEL_MD0 = 0
Normal Operation. The Address byte mode is determined by the Op Code Command
P0_BYTE_SEL_MD1 = 1
Sets the Byte Mode to 3-byte and gives control of the function to the P0_BYTE_SEL in the P0 Filter Control Register. In this mode, any changes to P0_BYTE_SEL are latched and the internal state of BYTE_SEL will retain this value when P0_BYTE_SEL_MD is cleared
Implementations§
Source§impl P0ByteSelMd
impl P0ByteSelMd
Trait Implementations§
Source§impl Clone for P0ByteSelMd
impl Clone for P0ByteSelMd
Source§fn clone(&self) -> P0ByteSelMd
fn clone(&self) -> P0ByteSelMd
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for P0ByteSelMd
impl Debug for P0ByteSelMd
Source§impl From<P0ByteSelMd> for u8
impl From<P0ByteSelMd> for u8
Source§fn from(val: P0ByteSelMd) -> u8
fn from(val: P0ByteSelMd) -> u8
Converts to this type from the input type.
Source§impl From<u8> for P0ByteSelMd
impl From<u8> for P0ByteSelMd
Source§fn from(val: u8) -> P0ByteSelMd
fn from(val: u8) -> P0ByteSelMd
Converts to this type from the input type.
Source§impl Ord for P0ByteSelMd
impl Ord for P0ByteSelMd
Source§fn cmp(&self, other: &P0ByteSelMd) -> Ordering
fn cmp(&self, other: &P0ByteSelMd) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for P0ByteSelMd
impl PartialEq for P0ByteSelMd
Source§impl PartialOrd for P0ByteSelMd
impl PartialOrd for P0ByteSelMd
impl Copy for P0ByteSelMd
impl Eq for P0ByteSelMd
impl StructuralPartialEq for P0ByteSelMd
Auto Trait Implementations§
impl Freeze for P0ByteSelMd
impl RefUnwindSafe for P0ByteSelMd
impl Send for P0ByteSelMd
impl Sync for P0ByteSelMd
impl Unpin for P0ByteSelMd
impl UnwindSafe for P0ByteSelMd
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