Home
last modified time | relevance | path

Searched refs:GPIO_PULL_DOWN (Results 1 – 25 of 27) sorted by relevance

12

/bsp/microchip/samc21/bsp/hal/include/
A Dhpl_gpio.h64 enum gpio_pull_mode { GPIO_PULL_OFF, GPIO_PULL_UP, GPIO_PULL_DOWN }; enumerator
/bsp/microchip/samd51-seeed-wio-terminal/bsp/hal/include/
A Dhpl_gpio.h64 enum gpio_pull_mode { GPIO_PULL_OFF, GPIO_PULL_UP, GPIO_PULL_DOWN }; enumerator
/bsp/microchip/saml10/bsp/hal/include/
A Dhpl_gpio.h64 enum gpio_pull_mode { GPIO_PULL_OFF, GPIO_PULL_UP, GPIO_PULL_DOWN }; enumerator
/bsp/microchip/same70/bsp/hal/include/
A Dhpl_gpio.h64 enum gpio_pull_mode { GPIO_PULL_OFF, GPIO_PULL_UP, GPIO_PULL_DOWN }; enumerator
/bsp/microchip/same54/bsp/hal/include/
A Dhpl_gpio.h64 enum gpio_pull_mode { GPIO_PULL_OFF, GPIO_PULL_UP, GPIO_PULL_DOWN }; enumerator
/bsp/microchip/samd51-adafruit-metro-m4/bsp/hal/include/
A Dhpl_gpio.h64 enum gpio_pull_mode { GPIO_PULL_OFF, GPIO_PULL_UP, GPIO_PULL_DOWN }; enumerator
/bsp/avr32/drivers/
A Ddrv_gpio.c40 gpio_flag = GPIO_PULL_DOWN; in at32uc3_pin_mode()
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl616/std/include/
A Dbl616_gpio.h83 #define GPIO_PULL_DOWN ((uint32_t)0x00000001U) /*!< GPIO pull down … macro
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl808/std/include/
A Dbl808_gpio.h94 #define GPIO_PULL_DOWN ((uint32_t)0x00000001U) /*!< GPIO pull down … macro
/bsp/microchip/same70/bsp/hpl/pio/
A Dhpl_gpio_base.h125 case GPIO_PULL_DOWN: in _gpio_set_pin_pull_mode()
/bsp/allwinner/libraries/sunxi-hal/include/hal/
A Dhal_gpio.h103 GPIO_PULL_DOWN = 2, /**< Defines GPIO is pull down state. */ enumerator
/bsp/microchip/samc21/bsp/hpl/port/
A Dhpl_gpio_base.h130 case GPIO_PULL_DOWN: in _gpio_set_pin_pull_mode()
/bsp/microchip/samd51-seeed-wio-terminal/bsp/hpl/port/
A Dhpl_gpio_base.h130 case GPIO_PULL_DOWN: in _gpio_set_pin_pull_mode()
/bsp/microchip/saml10/bsp/hpl/port/
A Dhpl_gpio_base.h130 case GPIO_PULL_DOWN: in _gpio_set_pin_pull_mode()
/bsp/microchip/same54/bsp/hpl/port/
A Dhpl_gpio_base.h130 case GPIO_PULL_DOWN: in _gpio_set_pin_pull_mode()
/bsp/microchip/samd51-adafruit-metro-m4/bsp/hpl/port/
A Dhpl_gpio_base.h130 case GPIO_PULL_DOWN: in _gpio_set_pin_pull_mode()
/bsp/allwinner/libraries/drivers/
A Ddrv_pin.c16 hal_gpio_set_pull(pin, GPIO_PULL_DOWN); in hal_pin_mode()
/bsp/avr32/software_framework/drivers/gpio/
A Dgpio.h72 #define GPIO_PULL_DOWN (2 << 2) /**< Pull-Down (when input) */ macro
A Dgpio.c278 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 Dbl602_gpio.h106 #define GPIO_PULL_DOWN ((uint32_t)0x00000001U) /*!< GPIO pull down */ macro
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl702/std/src/
A Dbl702_sf_cfg_ext.c601 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 Dbl702_gpio.h115 #define GPIO_PULL_DOWN ((uint32_t)0x00000001U) /*!< GPIO pull down */ macro
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl808/std/src/
A Dbl808_glb_gpio.c142 } else if (cfg->pullType == GPIO_PULL_DOWN) { in GLB_GPIO_Init()
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl616/std/src/
A Dbl616_glb_gpio.c142 } else if (cfg->pullType == GPIO_PULL_DOWN) { in GLB_GPIO_Init()
/bsp/at32/libraries/rt_drivers/
A Ddrv_gpio.c262 gpio_init_struct.gpio_pull = GPIO_PULL_DOWN; in at32_pin_mode()

Completed in 43 milliseconds

12