[][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

Receiving

Indicates that the DW1000 instance is currently receiving

Sending

Indicates that the DW1000 instance is currently sending

Uninitialized

Indicates that the DW1000 instance is not initialized yet

Enums

Error

An error that can occur when sending or receiving data