[][src]Struct dwm1001::Pins

pub struct Pins {
    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>,
}

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

impl Send for Pins[src]

impl Sync for Pins[src]

impl Unpin for Pins[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<Src, Dst> LosslessTryInto<Dst> for Src where
    Dst: LosslessTryFrom<Src>, 
[src]

impl<Src, Dst> LossyInto<Dst> for Src where
    Dst: LossyFrom<Src>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.