Home
last modified time | relevance | path

Searched defs:pull (Results 1 – 23 of 23) sorted by relevance

/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/drivers/inc/
Dgr55xx_ll_msio.h94 uint32_t pull; /**< Specifies the operating Pull-up/Pull down for the selected pins. member
390 __STATIC_INLINE void ll_msio_set_pin_pull(uint32_t pin_mask, uint32_t pull) in ll_msio_set_pin_pull()
Dgr55xx_ll_aon_gpio.h88 uint32_t pull; /**< Specifies the operating Pull-up/Pull down for the selected pins. member
345 __STATIC_INLINE void ll_aon_gpio_set_pin_pull(uint32_t pin_mask, uint32_t pull) in ll_aon_gpio_set_pin_pull()
Dgr55xx_hal_msio.h97 uint32_t pull; /**< Specifies the Pull-up or Pull-Down activation for the selected pins. member
Dgr55xx_hal_aon_gpio.h94 uint32_t pull; /**< Specifies the Pull-up or Pull-Down activation for the selected pins. member
Dgr55xx_ll_gpio.h87 uint32_t pull; /*!< Specifies the operating Pull-up/Pull down for the selected pins. member
402 __STATIC_INLINE void ll_gpio_set_pin_pull(gpio_regs_t *GPIOx, uint32_t pin_mask, uint32_t pull) in ll_gpio_set_pin_pull()
Dgr55xx_hal_gpio.h115 uint32_t pull; /**< Specifies the Pull-up or Pull-Down activation for the selected pins. member
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/app_drivers/inc/
Dapp_gpiote.h88 …app_io_pull_t pull; /**< Specifies the Pull-up or Pull-Down activation for the… member
Dapp_pwm.h97 …app_io_pull_t pull; /**< Specifies the Pull-up or Pull-Down activation for the selected p… member
Dapp_spi.h124 …app_io_pull_t pull; /**< Specifies the Pull-up or Pull-Down activation for the select… member
Dapp_i2c.h121 …app_io_pull_t pull; /**< Specifies the Pull-up or Pull-Down activation for the selected… member
Dapp_uart.h117 …app_io_pull_t pull; /**< Specifies the Pull-up or Pull-Down activation for the sele… member
Dapp_qspi.h120 …app_io_pull_t pull; /**< Specifies the Pull-up or Pull-Down activation for the selected p… member
Dapp_io.h215 …app_io_pull_t pull; /**< Specifies the Pull-up or Pull-Down activation for the selected pi… member
/device/board/talkweb/niobe407/liteos_m/drivers/hdf_base_hal/src/
Dhdf_base_hal.c207 static unsigned int GetLLGpioPullMatch(GPIO_PULL_MAP pull) in GetLLGpioPullMatch()
/device/soc/esp/esp32/components/driver/
Dgpio.c247 esp_err_t gpio_set_pull_mode(gpio_num_t gpio_num, gpio_pull_mode_t pull) in gpio_set_pull_mode()
824 esp_err_t gpio_sleep_set_pull_mode(gpio_num_t gpio_num, gpio_pull_mode_t pull) in gpio_sleep_set_pull_mode()
/device/board/talkweb/niobe407/liteos_m/drivers/hdf_base_hal/include/
Dhdf_base_hal.h130 GPIO_PULL_MAP pull; member
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/power/supply/
Daxp2202_gpio_power.c160 int pull = 0; in axp_acin_gpio_init() local
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/input/
Dinit-input.h26 u32 pull; member
/device/board/isoftstone/zhiyuan/kernel/driver/include/
Dsunxi-gpio.h184 u32 pull; member
Dsunxi-boot.h115 char pull; member
/device/soc/hisilicon/common/platform/mmc/sdhci/
Dsdhci.c712 static void SdhciSetIodriver(uint32_t offset, uint32_t pull, uint32_t sr, uint32_t drv) in SdhciSetIodriver()
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/pinctrl/
Dpinctrl-sunxi.c339 int pull = sunxi_pctrl_parse_bias_prop(node); in sunxi_pctrl_build_pin_config() local
/device/soc/rockchip/common/sdk_linux/drivers/pinctrl/
Dpinctrl-rockchip.c2639 static int rockchip_set_pull(struct rockchip_pin_bank *bank, int pin_num, int pull) in rockchip_set_pull()
2973 static bool rockchip_pinconf_pull_valid(struct rockchip_pin_ctrl *ctrl, enum pin_config_param pull) in rockchip_pinconf_pull_valid()