Searched refs:GPIO_BASE (Results 1 – 11 of 11) sorted by relevance
178 #define GPIO_GPFSEL0 (GPIO_BASE + 0x00)179 #define GPIO_GPFSEL1 (GPIO_BASE + 0x04)180 #define GPIO_GPFSEL2 (GPIO_BASE + 0x08)181 #define GPIO_GPFSEL3 (GPIO_BASE + 0x0C)182 #define GPIO_GPFSEL4 (GPIO_BASE + 0x10)183 #define GPIO_GPFSEL5 (GPIO_BASE + 0x14)184 #define GPIO_GPSET0 (GPIO_BASE + 0x1C)185 #define GPIO_GPSET1 (GPIO_BASE + 0x20)186 #define GPIO_GPCLR0 (GPIO_BASE + 0x28)187 #define GPIO_GPCLR1 (GPIO_BASE + 0x2C)[all …]
194 return ( HWREG( GPIO_BASE + GPIO_O_DIN31_0 ) & dioMask ); in GPIO_readMultiDio()223 HWREGB( GPIO_BASE + dioNumber ) = value; in GPIO_writeDio()255 HWREG( GPIO_BASE + GPIO_O_DOUT31_0 ) = in GPIO_writeMultiDio()256 ( HWREG( GPIO_BASE + GPIO_O_DOUT31_0 ) & ~dioMask ) | in GPIO_writeMultiDio()311 HWREG( GPIO_BASE + GPIO_O_DOUTSET31_0 ) = dioMask; in GPIO_setMultiDio()365 HWREG( GPIO_BASE + GPIO_O_DOUTCLR31_0 ) = dioMask; in GPIO_clearMultiDio()419 HWREG( GPIO_BASE + GPIO_O_DOUTTGL31_0 ) = dioMask; in GPIO_toggleMultiDio()483 return ( HWREG( GPIO_BASE + GPIO_O_DOE31_0 ) & dioMask ); in GPIO_getOutputEnableMultiDio()551 HWREG( GPIO_BASE + GPIO_O_DOE31_0 ) = in GPIO_setOutputEnableMultiDio()552 ( HWREG( GPIO_BASE + GPIO_O_DOE31_0 ) & ~dioMask ) | in GPIO_setOutputEnableMultiDio()[all …]
16 #define GPIO_MASK_DATA_BASE (GPIO_BASE + 0x0)20 #define GPIO_DATA_BASE (GPIO_BASE + 0x40)23 #define GPIO_DATA_RO_BASE (GPIO_BASE + 0x60)26 #define GPIO_REGS(bank) (GPIO_BASE + 0x204 + (0x40 * bank))
32 #define GPIO_BASE (0xe000a000) macro
19 #define GPIO_BASE 0x10060000 macro
22 #define GPIO_BASE 0x10060000 macro
28 #define GPIO_BASE 0x10012000 macro
21 static volatile unsigned int *const gpio_base = (unsigned int *)GPIO_BASE;
61 #define GPIO_BASE 0x40022000 // GPIO macro
39 #define GPIO_BASE (0x10211000) macro
33 #define GPIO_BASE (0x10005000) macro
Completed in 22 milliseconds