Home
last modified time | relevance | path

Searched refs:GPIO_PuPd (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/mbed/targets/hal/rtl8721d/
A Dgpio_api.c85 u32 GPIO_PuPd; in gpio_mode() local
89 GPIO_PuPd = GPIO_PuPd_NOPULL; in gpio_mode()
94 GPIO_PuPd = GPIO_PuPd_DOWN; in gpio_mode()
98 GPIO_PuPd = GPIO_PuPd_UP; in gpio_mode()
102 GPIO_PuPd = GPIO_PuPd_NOPULL; in gpio_mode()
106 PAD_PullCtrl(obj->pin, GPIO_PuPd); in gpio_mode()
196 u32 GPIO_PuPd; in gpio_pull_ctrl() local
200 GPIO_PuPd = GPIO_PuPd_NOPULL; in gpio_pull_ctrl()
204 GPIO_PuPd = GPIO_PuPd_DOWN; in gpio_pull_ctrl()
208 GPIO_PuPd = GPIO_PuPd_UP; in gpio_pull_ctrl()
[all …]
A Dgpio_irq_api.c184 u32 GPIO_PuPd; in gpio_irq_pull_ctrl() local
188 GPIO_PuPd = GPIO_PuPd_NOPULL; in gpio_irq_pull_ctrl()
192 GPIO_PuPd = GPIO_PuPd_DOWN; in gpio_irq_pull_ctrl()
196 GPIO_PuPd = GPIO_PuPd_UP; in gpio_irq_pull_ctrl()
200 GPIO_PuPd = GPIO_PuPd_NOPULL; in gpio_irq_pull_ctrl()
204 PAD_PullCtrl(obj->pin, GPIO_PuPd); in gpio_irq_pull_ctrl()
/AliOS-Things-master/hardware/chip/rtl872xd/csi_driver/gpio/
A Dgpio.c66 GPIO_InitStruct.GPIO_PuPd = GPIO_PuPd_NOPULL; in csi_gpio_dir()
80 uint32_t GPIO_PuPd; in csi_gpio_mode() local
85 GPIO_PuPd = GPIO_PuPd_NOPULL; in csi_gpio_mode()
89 GPIO_PuPd = GPIO_PuPd_DOWN; in csi_gpio_mode()
93 GPIO_PuPd = GPIO_PuPd_UP; in csi_gpio_mode()
97 GPIO_PuPd = GPIO_PuPd_NOPULL; in csi_gpio_mode()
103 PAD_PullCtrl(((gpio->dev.idx)<<5)|pin_idx, GPIO_PuPd); in csi_gpio_mode()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/
A Drtl8721d_gpio.h115 u32 GPIO_PuPd; /*!< Specifies the operating Pull-up/Pull down for the selected pins. member
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/ram_hp/
A Drtl8721dhp_cpft.c20 GPIO_InitStruct.GPIO_PuPd = GPIO_PuPd_NOPULL; in CPTest_GPIOCtrl()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/ram_lp/
A Drtl8721dlp_cpft.c20 GPIO_InitStruct.GPIO_PuPd = GPIO_PuPd_NOPULL; in CPTest_GPIOCtrl()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/app/touch_key/
A Dtouch_key.c131 GPIO_InitStruct_jack.GPIO_PuPd = GPIO_PuPd_UP; in app_hp_jack_init()

Completed in 7 milliseconds