pub struct MCSM2<MODE> { /* private fields */ }

Implementations§

source§

impl MCSM2<Mask>

source

pub fn mask() -> MCSM2<Mask>

source

pub fn rx_time_rssi(&self) -> u8

source

pub fn rx_time_qual(&self) -> u8

source

pub fn rx_time(&self) -> u8

source§

impl MCSM2<R>

source

pub fn modify(self) -> MCSM2<W>

source

pub fn rx_time_rssi(&self) -> u8

Direct RX termination based on RSSI measurement

source

pub fn rx_time_qual(&self) -> u8

When RX_TIME expires, check sync_word (0), or either sync_word/PQI (1)

source

pub fn rx_time(&self) -> u8

Timeout for sync word search in RX for both WOR mode and normal RX operation.

source§

impl MCSM2<W>

source

pub fn bits(self) -> u8

source

pub fn rx_time_rssi(&mut self, bits: u8) -> &mut Self

Direct RX termination based on RSSI measurement

source

pub fn rx_time_qual(&mut self, bits: u8) -> &mut Self

When RX_TIME expires, check sync_word (0), or either sync_word/PQI (1)

source

pub fn rx_time(&mut self, bits: u8) -> &mut Self

Timeout for sync word search in RX for both WOR mode and normal RX operation.

Trait Implementations§

source§

impl<MODE: Clone> Clone for MCSM2<MODE>

source§

fn clone(&self) -> MCSM2<MODE>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Default for MCSM2<W>

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl<MODE: Copy> Copy for MCSM2<MODE>

Auto Trait Implementations§

§

impl<MODE> RefUnwindSafe for MCSM2<MODE>
where MODE: RefUnwindSafe,

§

impl<MODE> Send for MCSM2<MODE>
where MODE: Send,

§

impl<MODE> Sync for MCSM2<MODE>
where MODE: Sync,

§

impl<MODE> Unpin for MCSM2<MODE>
where MODE: Unpin,

§

impl<MODE> UnwindSafe for MCSM2<MODE>
where MODE: UnwindSafe,

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.