[][src]Module radio::blocking

Blocking APIs on top of the base radio traits

These implementations use the radio's DelayMs implementation to poll on completion of operations.

Structs

BlockingOptions

Enums

BlockingError

Traits

BlockingReceive

Blocking receive function implemented over radio::Receive using the provided BlockingOptions and radio-internal DelayMs impl to poll for completion

BlockingSetState

BlockingSetState sets the radio state and polls until command completion

BlockingTransmit

Blocking transmit function implemented over radio::Transmit and radio::Power using the provided BlockingOptions and radio-internal DelayMs impl to poll for completion