Interrupt Select 1 And 2 Register (INTSEL1N2) (Address Offset 08h) 是什么意思?选择ADC中断源吗?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Interrupt Select 1 And 2 Register (INTSEL1N2) (Address Offset 08h) 是什么意思?选择ADC中断源吗?
另外参考例程内的定义
struct INTSEL1N2_BITS { // bits description Uint16 INT1SEL:5; // 4:0 INT1 EOC Source Select Uint16 INT1E:1; // 5 INT1 Interrupt Enable Uint16 INT1CONT:1; // 6 INT1 Continuous Mode Enable Uint16 rsvd1:1; // 7 Reserved Uint16 INT2SEL:5; // 12:8 INT2 EOC Source Select Uint16 INT2E:1; // 13 INT2 Interrupt Enable Uint16 INT2CONT:1; // 14 INT2 Continuous Mode Enable Uint16 rsvd2:1; // 15 Reserved };