Home
last modified time | relevance | path

Searched full:dw1000 (Results 1 – 8 of 8) sorted by relevance

/Zephyr-Core-3.5.0/dts/bindings/ieee802154/
Ddecawave,dw1000.yaml4 description: Decawave DW1000 802.15.4 UWB transceiver
6 compatible: "decawave,dw1000"
16 The interrupt pin IRQ of DW1000 is active high output.
25 The RESET pin of DW1000 is active low.
/Zephyr-Core-3.5.0/drivers/ieee802154/
DKconfig.dw10005 bool "Decawave DW1000 Driver support"
30 int "DW1000 initialization priority"
34 you know what you are doing. Beware DW1000 requires gpio and spi to
Dieee802154_dw1000.c8 LOG_MODULE_REGISTER(dw1000, LOG_LEVEL_INF);
337 * see SOFTRESET field description in DW1000 User Manual. in dwt_reset_rfrx()
482 * From 5.3.5 Host Notification in DW1000 User Manual: in dwt_irq_handle_rx()
827 * See "3 Message Transmission" in DW1000 User Manual for in dwt_tx()
1176 * see SOFTRESET field description in DW1000 User Manual. in dwt_initialise_dev()
1529 LOG_INF("Initialize DW1000 Transceiver"); in dw1000_init()
1583 LOG_ERR("Failed to initialize DW1000"); in dw1000_init()
1628 LOG_INF("DW1000 device initialized and configured"); in dw1000_init()
1635 struct dwt_context *dw1000 = dev->data; in get_mac() local
1636 uint32_t *ptr = (uint32_t *)(dw1000->mac_addr); in get_mac()
[all …]
Dieee802154_dw1000_regs.h7 * https://github.com/Decawave/mynewt-dw1000-core.git
44 /* The MODEL identifies the device. The DW1000 is device type 0x01 */
813 * may cause the DW1000 to malfunction
824 * may cause the DW1000 to malfunction
833 * may cause the DW1000 to malfunction
1330 * may cause the DW1000 to malfunction.
1367 * may cause the DW1000 to malfunction.
1384 * may cause the DW1000 to malfunction.
1394 * Used to control what the DW1000 IC does as it wakes up from
1418 * Preserve Sleep. This bit determines what the DW1000 does
[all …]
DKconfig79 source "drivers/ieee802154/Kconfig.dw1000"
/Zephyr-Core-3.5.0/tests/drivers/build_all/ieee802154/boards/
Dnative_posix.overlay61 test_spi_dw1000: dw1000@2 {
62 compatible = "decawave,dw1000";
/Zephyr-Core-3.5.0/boards/arm/decawave_dwm1001_dev/
Ddecawave_dwm1001_dev.dts140 ieee802154: dw1000@0 {
141 compatible = "decawave,dw1000";
/Zephyr-Core-3.5.0/doc/releases/
Drelease-notes-2.3.rst438 * Added Decawave DW1000 driver