| /bsp/acm32/acm32f0x0-nucleo/drivers/ |
| A D | drv_gpio.c | 248 GPIO_InitStruct.Pull = GPIO_PULLDOWN; in acm32_pin_mode() 268 else if(GPIO_InitStruct.Pull == GPIO_PULLDOWN) in acm32_pin_mode() 284 else if(GPIO_InitStruct.Pull == GPIO_PULLDOWN) in acm32_pin_mode() 300 else if(GPIO_InitStruct.Pull == GPIO_PULLDOWN) in acm32_pin_mode() 421 GPIO_InitStruct.Pull = GPIO_PULLDOWN; in acm32_pin_irq_enable()
|
| /bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Inc/ |
| A D | HAL_GPIO.h | 68 #define GPIO_PULLDOWN (0x00000002u) /*!< Pull-down activation */ macro 170 ((__PULL__) == GPIO_PULLDOWN))
|
| /bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Inc/ |
| A D | HAL_GPIO.h | 68 #define GPIO_PULLDOWN (0x00000002u) /*!< Pull-down activation */ macro 174 ((__PULL__) == GPIO_PULLDOWN))
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/ |
| A D | stm32l1xx_hal_gpio.h | 159 #define GPIO_PULLDOWN (0x00000002U) /*!< Pull-down activation */ macro 206 ((PULL) == GPIO_PULLDOWN))
|
| /bsp/bluetrum/libraries/hal_libraries/ab32vg1_hal/include/ |
| A D | ab32vg1_hal_gpio.h | 64 #define GPIO_PULLDOWN (0x02u) macro
|
| /bsp/stm32/libraries/HAL_Drivers/nano/ |
| A D | drv_gpio.c | 96 GPIO_InitStruct.Pull = GPIO_PULLDOWN; in rt_pin_mode()
|
| /bsp/bluetrum/libraries/hal_libraries/ab32vg1_hal/source/ |
| A D | ab32vg1_hal_gpio.c | 78 case GPIO_PULLDOWN: in hal_gpio_init()
|
| /bsp/bouffalo_lab/libraries/rt_drivers/ |
| A D | drv_pwm.c | 127 …bflb_gpio_init(gpio, GPIO_PIN_8, GPIO_FUNC_PWM0 | GPIO_ALTERNATE | GPIO_PULLDOWN | GPIO_SMT_EN | G… in rt_hw_pwm_init()
|
| A D | drv_gpio.c | 75 cfgset = GPIO_INPUT | GPIO_PULLDOWN; in _pin_mode()
|
| /bsp/acm32/acm32f4xx-nucleo/drivers/ |
| A D | drv_gpio.c | 266 GPIO_InitStruct.Pull = GPIO_PULLDOWN; in _pin_mode() 391 GPIO_InitStruct.Pull = GPIO_PULLDOWN; in _pin_irq_enable()
|
| /bsp/tae32f5300/drivers/ |
| A D | drv_gpio.c | 189 GPIO_InitStructure.Pull = GPIO_PULLDOWN; in _pin_mode()
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/src/ |
| A D | bflb_gpio.c | 72 } else if (cfgset & GPIO_PULLDOWN) { in bflb_gpio_init() 109 } else if (cfgset & GPIO_PULLDOWN) { in bflb_gpio_init()
|
| /bsp/tae32f5300/Libraries/TAE32F53xx_StdPeriph_Driver/src/ |
| A D | tae32f53xx_ll_gpio.c | 148 if (GPIO_Init->Pull == GPIO_PULLDOWN) { in LL_GPIO_Init()
|
| /bsp/tae32f5300/Libraries/TAE32F53xx_StdPeriph_Driver/inc/ |
| A D | tae32f53xx_ll_gpio.h | 145 GPIO_PULLDOWN = 0x00000002U, /*!< Pull-down activation */ enumerator
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/include/ |
| A D | bflb_gpio.h | 176 #define GPIO_PULLDOWN (2 << GPIO_PUPD_SHIFT) /* Pull-down */ macro
|
| /bsp/stm32/stm32u575-st-nucleo/board/CubeMX_Config/Src/ |
| A D | stm32u5xx_hal_msp.c | 238 GPIO_InitStruct.Pull = GPIO_PULLDOWN; in HAL_UART_MspInit()
|
| /bsp/stm32/libraries/HAL_Drivers/drivers/ |
| A D | drv_gpio.c | 285 GPIO_InitStruct.Pull = GPIO_PULLDOWN; in stm32_pin_mode() 429 GPIO_InitStruct.Pull = GPIO_PULLDOWN; in stm32_pin_irq_enable()
|
| /bsp/stm32/stm32u575-st-nucleo/board/CubeMX_Config/ |
| A D | CubeMX_Config.ioc | 95 PA10.GPIO_PuPd=GPIO_PULLDOWN 136 PA9.GPIO_PuPd=GPIO_PULLDOWN
|
| /bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Src/ |
| A D | HAL_GPIO.c | 263 else if (GPIO_Init->Pull == GPIO_PULLDOWN) in HAL_GPIO_Init()
|
| /bsp/bluetrum/libraries/hal_drivers/ |
| A D | drv_gpio.c | 141 gpio_init.pull = GPIO_PULLDOWN; in ab32_pin_mode()
|
| /bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Src/ |
| A D | HAL_GPIO.c | 295 else if (GPIO_Init->Pull == GPIO_PULLDOWN) in HAL_GPIO_Init()
|
| /bsp/stm32/stm32l496-st-discovery/board/CubeMX_Config/Src/ |
| A D | main.c | 1087 GPIO_InitStruct.Pull = GPIO_PULLDOWN; in MX_GPIO_Init() 1170 GPIO_InitStruct.Pull = GPIO_PULLDOWN; in MX_GPIO_Init()
|
| /bsp/stm32/stm32l496-st-discovery/board/CubeMX_Config/ |
| A D | CubeMX_Config.ioc | 569 PF11.GPIO_PuPd=GPIO_PULLDOWN 742 PI10.GPIO_PuPd=GPIO_PULLDOWN 771 PI8.GPIO_PuPd=GPIO_PULLDOWN 776 PI9.GPIO_PuPd=GPIO_PULLDOWN
|
| /bsp/stm32/stm32mp157a-st-ev1/board/CubeMX_Config/CM4/Src/ |
| A D | stm32mp1xx_hal_msp.c | 1723 GPIO_InitStruct.Pull = GPIO_PULLDOWN; in HAL_DFSDM_ChannelMspInit()
|