pub enum PMM {
AndMatch = 0,
OrMatch = 1,
}
Expand description
Polling match mode
Value on reset: 0
Variants§
AndMatch = 0
0: AND match mode. SMF is set if all the unmasked bits received from the Flash memory match the corresponding bits in the match register.
OrMatch = 1
1: OR match mode. SMF is set if any one of the unmasked bits received from the Flash memory matches its corresponding bit in the match register.
Trait Implementations§
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