Format: AllC/C++CSSTextshell script Advanced Search
113: #define GIONO(intvec) ( ((intvec) - IV_GPIO(0)) / 32 ) /* GIO number */ 114: #define BITNO(intvec) ( ((intvec) - IV_IRQ(0)) % 32 ) /* bit number */ 115: