Struct cc1101::Cc1101[][src]

pub struct Cc1101<SPI, CS>(_);

High level API for interacting with the CC1101 radio chip.

Methods

impl<SPI, CS, E> Cc1101<SPI, CS> where
    SPI: Transfer<u8, Error = E> + Write<u8, Error = E>,
    CS: OutputPin
[src]

Received Signal Strength Indicator is an estimate of the signal power level in the chosen channel.

The Link Quality Indicator metric of the current quality of the received signal.

Configure the sync word to use, and at what level it should be verified.

Configure signal modulation.

Configure device address, and address filtering.

Configure packet mode, and length.

Set radio in Receive/Transmit/Idle mode.

Configure some default settings, to be removed in the future.

Auto Trait Implementations

impl<SPI, CS> Send for Cc1101<SPI, CS> where
    CS: Send,
    SPI: Send

impl<SPI, CS> Sync for Cc1101<SPI, CS> where
    CS: Sync,
    SPI: Sync