#[repr(u8)]pub enum Matcfg {
ADDR_MATCH = 0,
IDLE_MATCH = 1,
ONOFF_MATCH = 2,
RWU_MATCH = 3,
}Variants§
ADDR_MATCH = 0
Address match wake-up
IDLE_MATCH = 1
Idle match wake-up
ONOFF_MATCH = 2
Match on and match off
RWU_MATCH = 3
Enables RWU on data match and match on or off for the transmitter CTS input
Implementations§
Trait Implementations§
Source§impl Ord for Matcfg
impl Ord for Matcfg
Source§impl PartialOrd for Matcfg
impl PartialOrd for Matcfg
impl Copy for Matcfg
impl Eq for Matcfg
impl StructuralPartialEq for Matcfg
Auto Trait Implementations§
impl Freeze for Matcfg
impl RefUnwindSafe for Matcfg
impl Send for Matcfg
impl Sync for Matcfg
impl Unpin for Matcfg
impl UnwindSafe for Matcfg
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