Enum cc1101::SyncMode[][src]

pub enum SyncMode {
    Disabled,
    MatchPartial(u16),
    MatchPartialRepeated(u16),
    MatchFull(u16),
}

Sync word configuration.

Variants

No sync word.

Match 15 of 16 bits of given sync word.

Match 30 of 32 bits of a repetition of given sync word.

Match 16 of 16 bits of given sync word.

Auto Trait Implementations

impl Send for SyncMode

impl Sync for SyncMode