Searched refs:INPUT_PULL_DOWN (Results 1 – 12 of 12) sorted by relevance
89 case INPUT_PULL_DOWN: in aos_hal_gpio_init()231 case INPUT_PULL_DOWN: in aos_hal_gpio_enable_irq()
28 INPUT_PULL_DOWN, enumerator
31 INPUT_PULL_DOWN, /**< Input with an internal pull-down resistor - use with devices enumerator
26 gpio_in.config = INPUT_PULL_DOWN; in _gpio_test_one()
44 } else if ((gpio->config == INPUT_PULL_DOWN)) { in hal_gpio_init()
145 case INPUT_PULL_DOWN: in hal_gpio_init()
131 gpio_dev.config = INPUT_PULL_DOWN; in gpio_io_get()
145 config = INPUT_PULL_DOWN; in machine_pin_obj_init_helper()
132 config = INPUT_PULL_DOWN; in machine_pin_obj_init_helper()
127 *config = INPUT_PULL_DOWN; in board_parse_gpio()146 *config = INPUT_PULL_DOWN; in board_parse_gpio()
142 *config = INPUT_PULL_DOWN; in board_parse_gpio()162 *config = INPUT_PULL_DOWN; in board_parse_gpio()
Completed in 17 milliseconds