stk1135.h (e5451c8f8330e03ad3cfa16048b4daf961af434f) | stk1135.h (bcb63314e2c23f1ed622418b65f9409512659c73) |
---|---|
1/* 2 * STK1135 registers 3 * 4 * Copyright (c) 2013 Ondrej Zary 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; either version 2 of the License, or 9 * any later version. 10 * 11 * This program is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU General Public License for more details. | 1/* 2 * STK1135 registers 3 * 4 * Copyright (c) 2013 Ondrej Zary 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; either version 2 of the License, or 9 * any later version. 10 * 11 * This program is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU General Public License for more details. |
15 * 16 * You should have received a copy of the GNU General Public License 17 * along with this program; if not, write to the Free Software 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
19 */ 20 21#define STK1135_REG_GCTRL 0x000 /* GPIO control */ 22#define STK1135_REG_ICTRL 0x004 /* Interrupt control */ 23#define STK1135_REG_IDATA 0x008 /* Interrupt data */ 24#define STK1135_REG_RMCTL 0x00c /* Remote wakeup control */ 25#define STK1135_REG_POSVA 0x010 /* Power-on strapping data */ 26 --- 31 unchanged lines hidden --- | 15 */ 16 17#define STK1135_REG_GCTRL 0x000 /* GPIO control */ 18#define STK1135_REG_ICTRL 0x004 /* Interrupt control */ 19#define STK1135_REG_IDATA 0x008 /* Interrupt data */ 20#define STK1135_REG_RMCTL 0x00c /* Remote wakeup control */ 21#define STK1135_REG_POSVA 0x010 /* Power-on strapping data */ 22 --- 31 unchanged lines hidden --- |