Home
last modified time | relevance | path

Searched refs:GPIO0 (Results 1 – 21 of 21) sorted by relevance

/bsp/nxp/mcx/mcxn/frdm-mcxn947/board/MCUX_Config/board/
A Dpin_mux.h84 #define FLEXIO_WR_GPIO GPIO0
90 #define FLEXIO_RD_GPIO GPIO0
95 #define FLEXIO_CS_GPIO GPIO0
99 #define FLEXIO_RS_GPIO GPIO0
/bsp/nxp/mcx/mcxn/frdm-mcxn236/board/MCUX_Config/board/
A Dpin_mux.h84 #define FLEXIO_WR_GPIO GPIO0
90 #define FLEXIO_RD_GPIO GPIO0
95 #define FLEXIO_CS_GPIO GPIO0
99 #define FLEXIO_RS_GPIO GPIO0
/bsp/ti/c28x/libraries/tms320f28379d/common/source/
A DF2837xD_I2C.c80 GpioCtrlRegs.GPAPUD.bit.GPIO0 = 0; in I2cAGpioConfig()
87 GpioCtrlRegs.GPAQSEL1.bit.GPIO0 = 3; in I2cAGpioConfig()
96 GpioCtrlRegs.GPAGMUX1.bit.GPIO0 = 1; in I2cAGpioConfig()
97 GpioCtrlRegs.GPAMUX1.bit.GPIO0 = 2; in I2cAGpioConfig()
A DF2837xD_EPwm.c81 GpioCtrlRegs.GPAPUD.bit.GPIO0 = 1; // Disable pull-up on GPIO0 (EPWM1A) in InitEPwm1Gpio()
92 GpioCtrlRegs.GPAMUX1.bit.GPIO0 = 1; // Configure GPIO0 as EPWM1A in InitEPwm1Gpio()
/bsp/samd21/sam_d2x_asflib/sam0/drivers/gpio/
A Dgpio.c139 GPIO0->OUTENCLR.reg = (1 << gpio_pin); in gpio_pin_set_config()
167 GPIO0->OUTENSET.reg = (1 << gpio_pin); in gpio_pin_set_config()
194 regval = GPIO0->DATA.reg; in gpio_pin_get_input_level()
222 regval = GPIO0->DATAOUT.reg; in gpio_pin_get_output_level()
247 GPIO0->DATAOUT.reg |= (1 << gpio_pin); in gpio_pin_set_output_level()
249 GPIO0->DATAOUT.reg &= ~(1 << gpio_pin); in gpio_pin_set_output_level()
276 GPIO0->DATAOUT.reg ^= (1 << gpio_pin); in gpio_pin_toggle_output_level()
581 _gpio_instances[0].hw = (void *)GPIO0; in gpio_init()
/bsp/rockchip/common/drivers/
A Ddrv_gpio.c64 #ifdef GPIO0
65 GPIO0,
258 #ifdef GPIO0
262 HAL_GPIO_IRQHandler(GPIO0, GPIO_BANK0); in pin_gpio0_handler()
314 #ifdef GPIO0 in rt_hw_gpio_init()
/bsp/phytium/doc/drivers/
A Dgpio.md3 …号。96 位 GPIO 信号,支持外部中断功能,每路中断信号没有优先级区分,并产生一个统一的中断报送到全芯片的中断管理模块。在中断管理模块内可针对 GPIO0~5 两路中断设置不同的优先级。支持中…
4 蔽和清除。GPIO0~2 的每位中断单独上报,GPIO3~5 的中断由模块内合成一个中断上报
/bsp/rockchip/common/rk_hal/lib/hal/inc/
A Dhal_def.h158 #ifdef GPIO0
A Dhal_pinctrl.h34 #if defined(GPIO0)
/bsp/maxim/libraries/MAX32660PeriphDriver/CMSIS/Device/Maxim/MAX32660/Source/ARM/
A Dstartup_max32660.s115 DCD GPIO0_IRQHandler ; 0x28 0x00A0 40: GPIO0
245 EXPORT GPIO0_IRQHandler [WEAK] ; 0x28 0x00A0 40: GPIO0
304 GPIO0_IRQHandler ; 0x28 0x00A0 40: GPIO0
/bsp/ti/c28x/libraries/tms320f28379d/headers/include/
A DF2837xD_gpio.h67 Uint16 GPIO0:2; // 1:0 Select input qualification type for GPIO0 member
115 Uint16 GPIO0:2; // 1:0 Defines pin-muxing selection for GPIO0 member
203 Uint16 GPIO0:1; // 0 Pull-Up Disable control for this pin member
243 Uint16 GPIO0:1; // 0 Input inversion control for this pin member
283 Uint16 GPIO0:1; // 0 Outpout Open-Drain control for this pin member
371 Uint16 GPIO0:4; // 3:0 GPIO0 Master CPU Select member
435 Uint16 GPIO0:1; // 0 Configuration Lock bit for this pin member
2878 Uint16 GPIO0:1; // 0 Data Register for this pin member
2918 Uint16 GPIO0:1; // 0 Output Set bit for this pin member
2958 Uint16 GPIO0:1; // 0 Output Clear bit for this pin member
[all …]
A DF2837xD_sysctrl.h1575 Uint16 GPIO0:1; // 0 GPIO0 Enable for LPM Wakeup member
/bsp/rockchip/common/rk_hal/lib/hal/src/pinctrl/
A Dhal_pinctrl_v2.c290 #ifdef GPIO0 in PINCTRL_SetIOMUX()
344 #ifdef GPIO0 in PINCTRL_SetDS()
398 #ifdef GPIO0 in PINCTRL_SetPUPD()
/bsp/nxp/mcx/mcxn/Libraries/drivers/
A Ddrv_pin.c26 static GPIO_Type *GPIO_TYPE_TBL[] = {GPIO0, GPIO1, GPIO2, GPIO3, GPIO4};
/bsp/k210/drivers/
A DKconfig61 bool "Enable I2C1 (GPIO0/1)"
/bsp/nxp/lpc/lpc43xx/Libraries/Device/NXP/LPC43xx/Source/Templates/ARM/
A Dstartup_LPC43xx.s108 DCD GPIO0_IRQHandler ; 48 GPIO0
/bsp/xplorer4330/Libraries/Device/NXP/LPC43xx/Source/Templates/ARM/
A Dstartup_LPC43xx.s108 DCD GPIO0_IRQHandler ; 48 GPIO0
/bsp/synwit/libraries/SWM320_drivers/
A Ddrv_gpio.c26 #define GPIO0 ((GPIO_TypeDef *)(0)) macro
/bsp/nxp/lpc/lpc43xx/Libraries/Device/NXP/LPC43xx/Source/Templates/IAR/
A Dstartup_LPC43xx.s112 DCD GPIO0_IRQHandler ; 48 GPIO0
/bsp/xplorer4330/Libraries/Device/NXP/LPC43xx/Source/Templates/IAR/
A Dstartup_LPC43xx.s112 DCD GPIO0_IRQHandler ; 48 GPIO0
/bsp/rockchip/common/rk_hal/lib/CMSIS/Device/RK2108/Include/
A Drk2108.h1072 #define GPIO0 ((struct GPIO_REG *) GPIO0_BASE) macro
1107 #define IS_GPIO_INSTANCE(instance) (((instance) == GPIO0) || ((instance) == GPIO1))

Completed in 807 milliseconds