pub struct AT86RF212<SPI, OUTPUT, DELAY> { /* private fields */ }
Expand description

AT86RF212 device object

Implementations

Read data from a specified register address This consumes the provided input data array and returns a reference to this on success

Write data to a specified register address

Update a portion of a register with the provided mask and value Note that shifting is not automatically applied

Read a frame from the device

Write a frame to the device

Set the radio state

Fetch the radio state

Set the radio channel

Fetch the radio channel

Set the IRQ mask

Fetch the IRQ status (clears pending interrupts)

Set the Clear Channel Assessment (CCA) mode

Fetch the Clear Channel Assessment (CCA) mode

Set the 802.15.4 short address

Set the 802.15.4 PAN ID

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

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

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.