Revision 10b520a8 unittests/periphery-lld/inc/ut_alld_dw1000_v1.h
| unittests/periphery-lld/inc/ut_alld_dw1000_v1.h | ||
|---|---|---|
| 62 | 62 |
extern int instance_mode; |
| 63 | 63 |
|
| 64 | 64 |
int UWB_Init(DW1000Driver* drv); |
| 65 |
uint32_t inittestapplication(uint8_t s1switch, DW1000Driver* drv);
|
|
| 65 |
int32_t inittestapplication(uint8_t s1switch, DW1000Driver* drv); |
|
| 66 | 66 |
int decarangingmode(uint8_t s1switch); |
| 67 | 67 |
void addressconfigure(uint8_t s1switch, uint8_t mode); |
| 68 | 68 |
void set_SPI_chip_select(void); |
| 69 | 69 |
void clear_SPI_chip_select(void); |
| 70 | 70 |
void reset_DW1000(void); |
| 71 | 71 |
void setHighSpeed_SPI(bool speedValue, DW1000Driver* drv); |
| 72 |
apalGpioState_t port_CheckEXT_IRQ(void) ; |
|
| 73 |
void process_deca_irq(void); |
|
| 74 |
|
|
| 72 | 75 |
#ifdef __cplusplus |
| 73 | 76 |
} |
| 74 | 77 |
#endif |
Also available in: Unified diff