Searched refs:dw1000 (Results 1 – 4 of 4) sorted by relevance
61 test_spi_dw1000: dw1000@2 {62 compatible = "decawave,dw1000";
140 ieee802154: dw1000@0 {141 compatible = "decawave,dw1000";
8 LOG_MODULE_REGISTER(dw1000, LOG_LEVEL_INF);1635 struct dwt_context *dw1000 = dev->data; in get_mac() local1636 uint32_t *ptr = (uint32_t *)(dw1000->mac_addr); in get_mac()1639 ptr = (uint32_t *)(dw1000->mac_addr + 4); in get_mac()1642 dw1000->mac_addr[0] = (dw1000->mac_addr[0] & ~0x01) | 0x02; in get_mac()1644 return dw1000->mac_addr; in get_mac()1650 struct dwt_context *dw1000 = dev->data; in dwt_iface_api_init() local1655 dw1000->iface = iface; in dwt_iface_api_init()
79 source "drivers/ieee802154/Kconfig.dw1000"