Home
last modified time | relevance | path

Searched defs:pull (Results 1 – 14 of 14) 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_hal_msio.h97 uint32_t pull; /**< Specifies the Pull-up or Pull-Down activation for the selected pins. member
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_aon_gpio.h94 uint32_t pull; /**< Specifies the Pull-up or Pull-Down activation for the selected pins. member
Dgr55xx_hal_gpio.h115 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()
/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/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()