Searched defs:gpio_hogs (Results 1 – 4 of 4) sorted by relevance
42 ZTEST(gpio_hogs, test_gpio_hog_output_high_direction) in ZTEST() argument47 ZTEST(gpio_hogs, test_gpio_hog_output_low_direction) in ZTEST() argument52 ZTEST(gpio_hogs, test_gpio_hog_input_direction) in ZTEST() argument78 ZTEST(gpio_hogs, test_gpio_hog_output_high_config) in ZTEST() argument91 ZTEST(gpio_hogs, test_gpio_hog_output_low_config) in ZTEST() argument104 ZTEST(gpio_hogs, test_gpio_hog_input_config) in ZTEST() argument
19 struct gpio_hogs { struct20 const struct device *port;21 const struct gpio_hog_dt_spec *specs;22 size_t num_specs;89 static const struct gpio_hogs gpio_hogs[] = { variable
5 project(gpio_hogs) project
1228 def gpio_hogs(self) -> List[ControllerAndData]: member in Node