| /bsp/allwinner/libraries/sunxi-hal/hal/test/gpio/ |
| A D | test_gpio.c | 58 GPIO_PULL_UP, GPIO_DIRECTION_OUTPUT, GPIO_DATA_HIGH); in cmd_test_gpio() 60 hal_gpio_set_pull(GPIO_TEST, GPIO_PULL_UP); in cmd_test_gpio() 71 if (pull_state == GPIO_PULL_UP in cmd_test_gpio()
|
| /bsp/microchip/same54/bsp/ |
| A D | led_switcher_main.c | 45 gpio_set_pin_pull_mode(SW0, GPIO_PULL_UP); in main()
|
| /bsp/microchip/same70/bsp/ |
| A D | led_switcher_main.c | 45 gpio_set_pin_pull_mode(SW0, GPIO_PULL_UP); in main()
|
| A D | driver_init.c | 198 GPIO_PULL_UP); in system_init()
|
| /bsp/allwinner/libraries/drivers/ |
| A D | drv_uart.c | 947 hal_gpio_set_pull(UART0_RX, GPIO_PULL_UP); in uart_pinctrl_init() 954 hal_gpio_set_pull(UART1_RX, GPIO_PULL_UP); in uart_pinctrl_init() 961 hal_gpio_set_pull(UART2_RX, GPIO_PULL_UP); in uart_pinctrl_init() 968 hal_gpio_set_pull(UART3_RX, GPIO_PULL_UP); in uart_pinctrl_init() 975 hal_gpio_set_pull(UART4_RX, GPIO_PULL_UP); in uart_pinctrl_init() 982 hal_gpio_set_pull(UART5_RX, GPIO_PULL_UP); in uart_pinctrl_init()
|
| A D | drv_pin.c | 20 hal_gpio_set_pull(pin,GPIO_PULL_UP); in hal_pin_mode()
|
| /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 | 37 gpio_flag = GPIO_PULL_UP; in at32uc3_pin_mode()
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl616/std/include/ |
| A D | bl616_gpio.h | 82 #define GPIO_PULL_UP ((uint32_t)0x00000000U) /*!< GPIO pull up … macro
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl808/std/include/ |
| A D | bl808_gpio.h | 93 #define GPIO_PULL_UP ((uint32_t)0x00000000U) /*!< GPIO pull up … macro
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/uart/ |
| A D | hal_uart.c | 569 hal_gpio_set_pull(UART0_RX, GPIO_PULL_UP); in uart_pinctrl_init() 574 hal_gpio_set_pull(UART1_RX, GPIO_PULL_UP); in uart_pinctrl_init() 579 hal_gpio_set_pull(UART2_RX, GPIO_PULL_UP); in uart_pinctrl_init() 584 hal_gpio_set_pull(UART3_RX, GPIO_PULL_UP); in uart_pinctrl_init()
|
| /bsp/microchip/same70/bsp/hpl/pio/ |
| A D | hpl_gpio_base.h | 120 case GPIO_PULL_UP: in _gpio_set_pin_pull_mode()
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/ |
| A D | hal_gpio.h | 102 GPIO_PULL_UP = 1, /**< Defines GPIO is pull up state. */ enumerator
|
| /bsp/microchip/samc21/bsp/hpl/port/ |
| A D | hpl_gpio_base.h | 124 case GPIO_PULL_UP: in _gpio_set_pin_pull_mode()
|
| /bsp/microchip/samd51-seeed-wio-terminal/bsp/hpl/port/ |
| A D | hpl_gpio_base.h | 124 case GPIO_PULL_UP: in _gpio_set_pin_pull_mode()
|
| /bsp/microchip/saml10/bsp/hpl/port/ |
| A D | hpl_gpio_base.h | 124 case GPIO_PULL_UP: in _gpio_set_pin_pull_mode()
|
| /bsp/microchip/same54/bsp/hpl/port/ |
| A D | hpl_gpio_base.h | 124 case GPIO_PULL_UP: in _gpio_set_pin_pull_mode()
|
| /bsp/microchip/samd51-adafruit-metro-m4/bsp/hpl/port/ |
| A D | hpl_gpio_base.h | 124 case GPIO_PULL_UP: in _gpio_set_pin_pull_mode()
|
| /bsp/bouffalo_lab/bl70x/board/ |
| A D | board.c | 107 cfg.pullType = GPIO_PULL_UP; in psram_gpio_init()
|
| /bsp/avr32/software_framework/drivers/gpio/ |
| A D | gpio.h | 71 #define GPIO_PULL_UP (1 << 2) /**< Pull-Up (when input) */ macro
|