Enum stm32_metapac::xspi::vals::Pmm
#[repr(u8)]pub enum Pmm {
B_0X0 = 0,
B_0X1 = 1,
}
Variants§
B_0X0 = 0
AND-match mode, SMF is set if all the unmasked bits received from the device match the corresponding bits in the match register.
B_0X1 = 1
OR-match mode, SMF is set if any of the unmasked bits received from the device matches its corresponding bit in the match register.
Implementations§
Trait Implementations§
§impl Ord for Pmm
impl Ord for Pmm
§impl PartialOrd for Pmm
impl PartialOrd for Pmm
impl Copy for Pmm
impl Eq for Pmm
impl StructuralPartialEq for Pmm
Auto Trait Implementations§
impl Freeze for Pmm
impl RefUnwindSafe for Pmm
impl Send for Pmm
impl Sync for Pmm
impl Unpin for Pmm
impl UnwindSafe for Pmm
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)