Home
last modified time | relevance | path

Searched refs:GPIO_BASE (Results 1 – 11 of 11) sorted by relevance

/lk-master/platform/bcm28xx/include/platform/
A Dbcm28xx.h178 #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 …]
/lk-master/external/platform/cc13xx/cc13xxware/driverlib/
A Dgpio.h194 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 …]
/lk-master/platform/zynq/include/platform/
A Dgpio.h16 #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))
A Dzynq.h32 #define GPIO_BASE (0xe000a000) macro
/lk-master/target/qemu-sifive-u/include/platform/
A Dsifive.h19 #define GPIO_BASE 0x10060000 macro
/lk-master/target/sifive-unleashed/include/platform/
A Dsifive.h22 #define GPIO_BASE 0x10060000 macro
/lk-master/target/sifive-e/include/platform/
A Dsifive.h28 #define GPIO_BASE 0x10012000 macro
/lk-master/platform/sifive/
A Dgpio.c21 static volatile unsigned int *const gpio_base = (unsigned int *)GPIO_BASE;
/lk-master/external/platform/cc13xx/cc13xxware/inc/
A Dhw_memmap.h61 #define GPIO_BASE 0x40022000 // GPIO macro
/lk-master/platform/mediatek/mt6735/include/platform/
A Dmt_reg_base.h39 #define GPIO_BASE (0x10211000) macro
/lk-master/platform/mediatek/mt6797/include/platform/
A Dmt_reg_base.h33 #define GPIO_BASE (0x10005000) macro

Completed in 22 milliseconds