Searched full:dw1000 (Results 1 – 8 of 8) sorted by relevance
4 description: Decawave DW1000 802.15.4 UWB transceiver6 compatible: "decawave,dw1000"16 The interrupt pin IRQ of DW1000 is active high output.25 The RESET pin of DW1000 is active low.
5 bool "Decawave DW1000 Driver support"30 int "DW1000 initialization priority"34 you know what you are doing. Beware DW1000 requires gpio and spi to
8 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() local1636 uint32_t *ptr = (uint32_t *)(dw1000->mac_addr); in get_mac()[all …]
7 * https://github.com/Decawave/mynewt-dw1000-core.git44 /* The MODEL identifies the device. The DW1000 is device type 0x01 */813 * may cause the DW1000 to malfunction824 * may cause the DW1000 to malfunction833 * may cause the DW1000 to malfunction1330 * 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 from1418 * Preserve Sleep. This bit determines what the DW1000 does[all …]
79 source "drivers/ieee802154/Kconfig.dw1000"
61 test_spi_dw1000: dw1000@2 {62 compatible = "decawave,dw1000";
140 ieee802154: dw1000@0 {141 compatible = "decawave,dw1000";
438 * Added Decawave DW1000 driver