Struct dwm1001::Pins[][src]

pub struct Pins {
Show 16 fields pub BT_WAKE_UP: P0_02<Disconnected>, pub SPIS_CSn: P0_03<Disconnected>, pub SPIS_CLK: P0_04<Disconnected>, pub SPIS_MOSI: P0_06<Disconnected>, pub SPIS_MISO: P0_07<Disconnected>, pub RESETn: P0_21<Disconnected>, pub READY: P0_26<Disconnected>, pub GPIO_8: P0_08<Disconnected>, pub GPIO_9: P0_09<Disconnected>, pub GPIO_10: P0_10<Disconnected>, pub GPIO_12: P0_12<Disconnected>, pub GPIO_13: P0_13<Disconnected>, pub GPIO_15: P0_15<Disconnected>, pub GPIO_23: P0_23<Disconnected>, pub GPIO_27: P0_27<Disconnected>, pub IRQ_ACC: P0_25<Disconnected>,
}
Expand description

The nRF52 pins that are available on the DWM1001

The documentation of the fields states the names of the pin on the DWM1001 and the nRF52.

Fields

BT_WAKE_UP: P0_02<Disconnected>

DWM1001: BT_WAKE_UP; nRF52: P0.02

SPIS_CSn: P0_03<Disconnected>

DWM1001: SPIS_CSn; nRF52: P0.03

SPIS_CLK: P0_04<Disconnected>

DWM1001: SPIS_CLK; nRF52: P0.04

SPIS_MOSI: P0_06<Disconnected>

DWM1001: SPIS_MOSI; nRF52: P0.06

SPIS_MISO: P0_07<Disconnected>

DWM1001: SPIS_MISO; nRF52: P0.07

RESETn: P0_21<Disconnected>

DWM1001: RESETn; nRF52: P0.21

READY: P0_26<Disconnected>

DWM1001: READY; nRF52: P0.26

GPIO_8: P0_08<Disconnected>

DWM1001: GPIO_8; nRF52: P0.08

GPIO_9: P0_09<Disconnected>

DWM1001: GPIO_9; nRF52: P0.09

GPIO_10: P0_10<Disconnected>

DWM1001: GPIO_10; nRF52: P0.10

GPIO_12: P0_12<Disconnected>

DWM1001: GPIO_12; nRF52: P0.12

GPIO_13: P0_13<Disconnected>

DWM1001: GPIO_13; nRF52: P0.13

GPIO_15: P0_15<Disconnected>

DWM1001: GPIO_15; nRF52: P0.15

GPIO_23: P0_23<Disconnected>

DWM1001: GPIO_23; nRF52: P0.23

GPIO_27: P0_27<Disconnected>

DWM1001: GPIO_27; nRF52: P0.27

IRQ_ACC: P0_25<Disconnected>

DWM1001: IRQ_ACC; nRF52: P0.25

Connected to the accelerometer.

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.