[][src]Module dw1000::hl

High-level interface to the DW1000

The entry point to this API is the DW1000 struct. Please refer to the documentation there for more details.

This module implements a high-level interface to the DW1000. This is the recommended way to access the DW1000 using this crate, unless you need the greater flexibility provided by the register-level interface.

Structs

DW1000

Entry point to the DW1000 driver API

Message

An incoming message

Ready

Indicates that the DW1000 instance is ready to be used

RxFuture

Represents a receive operation that might not have finished yet

TxFuture

Represents a transmission that might not have completed yet

Uninitialized

Indicates that the DW1000 instance is not initialized yet

Enums

Error

An error that can occur when sending or receiving data