Ta上传的资源 (0)

相关TI产品的一些资料,可以看看! AdcRegs.ADCTRL1.bit.RESET=1; NOP; AdcRegs.ADCTRL1.bit.RESET=0; AdcRegs.ADCTRL1.bit.SUSMOD=3; AdcRegs.ADCTRL1.bit.ACQ_PS=0; AdcRegs.A
C 19

struct TCR_BITS { // bits description Uint16 OUTSTS:1; // 0 Current state of TOUT Uint16 FORCE:1; // 1 Force TOUT Uint16 POL:1; // 2 Output polarity U
C 16