#define INT_L_O 0x40 /*act lo ints, open drain */
#define INT_H_P 0x80 /*act hi ints, push pull */
//-----------------------------------------------------------------------------------------------
#define INT_L_P 0xC0 /*act lo ints, push pull
请问以上几种中断都是何种中断?