| /bsp/microchip/samc21/bsp/hal/include/ |
| A D | hpl_gpio.h | 64 enum gpio_pull_mode { GPIO_PULL_OFF, GPIO_PULL_UP, GPIO_PULL_DOWN }; enumerator
|
| /bsp/microchip/samd51-seeed-wio-terminal/bsp/hal/include/ |
| A D | hpl_gpio.h | 64 enum gpio_pull_mode { GPIO_PULL_OFF, GPIO_PULL_UP, GPIO_PULL_DOWN }; enumerator
|
| /bsp/microchip/saml10/bsp/hal/include/ |
| A D | hpl_gpio.h | 64 enum gpio_pull_mode { GPIO_PULL_OFF, GPIO_PULL_UP, GPIO_PULL_DOWN }; enumerator
|
| /bsp/microchip/same70/bsp/hal/include/ |
| A D | hpl_gpio.h | 64 enum gpio_pull_mode { GPIO_PULL_OFF, GPIO_PULL_UP, GPIO_PULL_DOWN }; enumerator
|
| /bsp/microchip/same54/bsp/hal/include/ |
| A D | hpl_gpio.h | 64 enum gpio_pull_mode { GPIO_PULL_OFF, GPIO_PULL_UP, GPIO_PULL_DOWN }; enumerator
|
| /bsp/microchip/samd51-adafruit-metro-m4/bsp/hal/include/ |
| A D | hpl_gpio.h | 64 enum gpio_pull_mode { GPIO_PULL_OFF, GPIO_PULL_UP, GPIO_PULL_DOWN }; enumerator
|
| /bsp/avr32/drivers/ |
| A D | drv_gpio.c | 40 gpio_flag = GPIO_PULL_DOWN; in at32uc3_pin_mode()
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl616/std/include/ |
| A D | bl616_gpio.h | 83 #define GPIO_PULL_DOWN ((uint32_t)0x00000001U) /*!< GPIO pull down … macro
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl808/std/include/ |
| A D | bl808_gpio.h | 94 #define GPIO_PULL_DOWN ((uint32_t)0x00000001U) /*!< GPIO pull down … macro
|
| /bsp/microchip/same70/bsp/hpl/pio/ |
| A D | hpl_gpio_base.h | 125 case GPIO_PULL_DOWN: in _gpio_set_pin_pull_mode()
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/ |
| A D | hal_gpio.h | 103 GPIO_PULL_DOWN = 2, /**< Defines GPIO is pull down state. */ enumerator
|
| /bsp/microchip/samc21/bsp/hpl/port/ |
| A D | hpl_gpio_base.h | 130 case GPIO_PULL_DOWN: in _gpio_set_pin_pull_mode()
|
| /bsp/microchip/samd51-seeed-wio-terminal/bsp/hpl/port/ |
| A D | hpl_gpio_base.h | 130 case GPIO_PULL_DOWN: in _gpio_set_pin_pull_mode()
|
| /bsp/microchip/saml10/bsp/hpl/port/ |
| A D | hpl_gpio_base.h | 130 case GPIO_PULL_DOWN: in _gpio_set_pin_pull_mode()
|
| /bsp/microchip/same54/bsp/hpl/port/ |
| A D | hpl_gpio_base.h | 130 case GPIO_PULL_DOWN: in _gpio_set_pin_pull_mode()
|
| /bsp/microchip/samd51-adafruit-metro-m4/bsp/hpl/port/ |
| A D | hpl_gpio_base.h | 130 case GPIO_PULL_DOWN: in _gpio_set_pin_pull_mode()
|
| /bsp/allwinner/libraries/drivers/ |
| A D | drv_pin.c | 16 hal_gpio_set_pull(pin, GPIO_PULL_DOWN); in hal_pin_mode()
|
| /bsp/avr32/software_framework/drivers/gpio/ |
| A D | gpio.h | 72 #define GPIO_PULL_DOWN (2 << 2) /**< Pull-Down (when input) */ macro
|
| A D | gpio.c | 278 if (flags & GPIO_PULL_DOWN) { in gpio_configure_pin() 363 if (flags & GPIO_PULL_DOWN) { in gpio_configure_group()
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl602/std/include/ |
| A D | bl602_gpio.h | 106 #define GPIO_PULL_DOWN ((uint32_t)0x00000001U) /*!< GPIO pull down */ macro
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl702/std/src/ |
| A D | bl702_sf_cfg_ext.c | 601 gpioCfg.pullType = GPIO_PULL_DOWN; in bflb_sf_cfg_Init_Internal_Flash_Gpio()
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl702/std/include/ |
| A D | bl702_gpio.h | 115 #define GPIO_PULL_DOWN ((uint32_t)0x00000001U) /*!< GPIO pull down */ macro
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl808/std/src/ |
| A D | bl808_glb_gpio.c | 142 } else if (cfg->pullType == GPIO_PULL_DOWN) { in GLB_GPIO_Init()
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl616/std/src/ |
| A D | bl616_glb_gpio.c | 142 } else if (cfg->pullType == GPIO_PULL_DOWN) { in GLB_GPIO_Init()
|
| /bsp/at32/libraries/rt_drivers/ |
| A D | drv_gpio.c | 262 gpio_init_struct.gpio_pull = GPIO_PULL_DOWN; in at32_pin_mode()
|