Struct dwm1001::DW_RST[][src]

pub struct DW_RST(_);
Expand description

The DW_RST pin (P0.24 on the nRF52)

Can be used to externally reset the DW1000.

Implementations

Create a new instance of the DW_RST pin

Externally reset the DW1000 using its RSTn pin

The implementation of this method needs to wait a few times until the DW1000 is properly reset. To do that, it requires an implementation of DelayMs from the embedded-hal crate, which the user must supply.

See nrf52832_hal::Delay for such an implementation.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Casts the value.

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Casts the value.

Casts the value.

Casts the value.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Casts the value.

OverflowingCasts the value.

Should always be Self

Casts the value.

Casts the value.

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.

Casts the value.

UnwrappedCasts the value.

Casts the value.

WrappingCasts the value.