25#include "dw1000/dw1000_dev.h"
26#include "dw1000/dw1000_hal.h"
41 dw1000_dev_instance_t
dev;
Device descriptor for the driver.
dw1000_dev_instance_t dev
dwDevice parent struct
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_update_config_from_otp(dw1000_dev_instance_t *dev)
Updates tx_power config from OTP is any.
struct dw1000_dev_cfg dw1000_params_t
Device initialization parameters.
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.
void uwb_dw1000_setup(dw1000_dev_instance_t *dev, dw1000_params_t *params)
Setup a dw1000 device.