Loading...
Searching...
No Matches
dw3000_conf.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2026 Technische Universität Hamburg
3 * SPDX-License-Identifier: LGPL-2.1-only
4 */
5
6#pragma once
7
17
18#include "periph/gpio.h"
19#include "periph/spi.h"
20
21#ifdef __cplusplus
22extern "C" {
23#endif
24
48
49#ifdef __cplusplus
50}
51#endif
52
spi_clk_t
Definition periph_cpu.h:348
Low-level GPIO peripheral driver interface definitions.
spi_mode_t
Support SPI modes.
Definition periph_cpu.h:39
Low-level SPI peripheral driver interface definition.
Device initialization parameters.
Definition dw3000_conf.h:28
spi_mode_t spi_mode
SPI operating mode.
Definition dw3000_conf.h:37
spi_clk_t spi_speed_slow
The slow mode speed (set with dw3000_spi_speed_slow())
Definition dw3000_conf.h:46
gpio_t spi_cs
SPI CS pin.
Definition dw3000_conf.h:30
spi_clk_t spi_speed_fast
The fast mode speed (set with dw3000_spi_speed_fast())
Definition dw3000_conf.h:44
gpio_t irq
pin to get interrupts from
Definition dw3000_conf.h:38
spi_t spi
SPI.
Definition dw3000_conf.h:29
gpio_t reset
reset pin (optional, if not used set to GPIO_UNDEF)
Definition dw3000_conf.h:40
gpio_t wakeup
wakeup pin (optional, if not used set to GPIO_UNDEF)
Definition dw3000_conf.h:42