Go to the documentation of this file.
25 #include "dw1000/dw1000_dev.h"
26 #include "dw1000/dw1000_hal.h"
41 dw1000_dev_instance_t
dev;
struct dw1000_dev_cfg dw1000_params_t
Device initialization parameters.
void uwb_dw1000_setup(dw1000_dev_instance_t *dev, dw1000_params_t *params)
Setup a dw1000 device.
void uwb_dw1000_init(void)
Sets device linked list to 0, not really needed...
void uwb_dw1000_config_and_start(dw1000_dev_instance_t *dev)
Configure and start the dw1000.
void uwb_dw1000_set_buffs(dw1000_dev_instance_t *dev, uint8_t *tx_buf, uint8_t *rx_buf)
Sets the tx and rx buffer for the uwb_dev in the dw1000 instance.
Device descriptor for the driver.
dw1000_dev_instance_t dev
dwDevice parent struct