Revision 7b6ab4bf unittests/periphery-lld/inc/ut_alld_dw1000_v1.h
| unittests/periphery-lld/inc/ut_alld_dw1000_v1.h | ||
|---|---|---|
| 60 | 60 |
extern int dr_mode; |
| 61 | 61 |
extern int chan, tagaddr, ancaddr; |
| 62 | 62 |
extern int instance_mode; |
| 63 |
extern DW1000Driver* spiDrv; |
|
| 64 |
|
|
| 65 |
extern int UWB_Init(void); |
|
| 66 |
extern uint32_t inittestapplication(uint8_t s1switch); |
|
| 67 |
extern int decarangingmode(uint8_t s1switch); |
|
| 68 |
extern void addressconfigure(uint8_t s1switch, uint8_t mode); |
|
| 69 |
extern void port_SPIx_set_chip_select(void); |
|
| 70 |
extern void port_SPIx_clear_chip_select(void); |
|
| 71 |
extern void reset_DW1000(void); |
|
| 72 |
extern void setHighSpeed_SPI(bool speedValue); |
|
| 63 |
|
|
| 64 |
int UWB_Init(DW1000Driver* drv); |
|
| 65 |
uint32_t inittestapplication(uint8_t s1switch, DW1000Driver* drv); |
|
| 66 |
int decarangingmode(uint8_t s1switch); |
|
| 67 |
void addressconfigure(uint8_t s1switch, uint8_t mode); |
|
| 68 |
void set_SPI_chip_select(void); |
|
| 69 |
void clear_SPI_chip_select(void); |
|
| 70 |
void reset_DW1000(void); |
|
| 71 |
void setHighSpeed_SPI(bool speedValue, DW1000Driver* drv); |
|
| 73 | 72 |
#ifdef __cplusplus |
| 74 | 73 |
} |
| 75 | 74 |
#endif |
Also available in: Unified diff