源码/核心板/Src/decadriver/deca_device_api.h
@@ -167,7 +167,8 @@ #define DWT_OPSET_TIGHT 0x1 #define DWT_OPSET_DEFLT 0x2 typedef struct{ typedef struct { uint32 status; //initial value of register as ISR is entered uint8 event; //event type @@ -179,7 +180,8 @@ }dwt_callback_data_t; typedef enum { typedef enum { CHAN_CTRL_TXCHAN_1 = 0x01, /* Selects the transmit channel 1 */ CHAN_CTRL_TXCHAN_2 = 0x02, /* Selects the transmit channel 2 */ CHAN_CTRL_TXCHAN_3 = 0x03, /* Selects the transmit channel 3 */