Home
last modified time | relevance | path

Searched refs:gpio_hogs (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/tests/drivers/gpio/gpio_hogs/src/
Dmain.c42 ZTEST(gpio_hogs, test_gpio_hog_output_high_direction) in ZTEST() argument
47 ZTEST(gpio_hogs, test_gpio_hog_output_low_direction) in ZTEST() argument
52 ZTEST(gpio_hogs, test_gpio_hog_input_direction) in ZTEST() argument
78 ZTEST(gpio_hogs, test_gpio_hog_output_high_config) in ZTEST() argument
91 ZTEST(gpio_hogs, test_gpio_hog_output_low_config) in ZTEST() argument
104 ZTEST(gpio_hogs, test_gpio_hog_input_config) in ZTEST() argument
109 ZTEST_SUITE(gpio_hogs, NULL, NULL, NULL, NULL, NULL);
/Zephyr-latest/drivers/gpio/
Dgpio_hogs.c12 LOG_MODULE_REGISTER(gpio_hogs, CONFIG_GPIO_LOG_LEVEL);
19 struct gpio_hogs { struct
89 static const struct gpio_hogs gpio_hogs[] = { variable
95 const struct gpio_hogs *hogs; in gpio_hogs_init()
102 for (i = 0; i < ARRAY_SIZE(gpio_hogs); i++) { in gpio_hogs_init()
103 hogs = &gpio_hogs[i]; in gpio_hogs_init()
DCMakeLists.txt113 zephyr_library_sources_ifdef(CONFIG_GPIO_HOGS gpio_hogs.c)
/Zephyr-latest/tests/drivers/gpio/gpio_hogs/
DCMakeLists.txt5 project(gpio_hogs) project
/Zephyr-latest/scripts/dts/
Dgen_defines.py571 for i, entry in enumerate(node.gpio_hogs):
577 out_dt_define(f"{macro}_NUM", len(node.gpio_hogs))
/Zephyr-latest/scripts/kconfig/
Dkconfigfunctions.py905 if node.gpio_hogs and node.status == "okay":
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Dedtlib.py1228 def gpio_hogs(self) -> List[ControllerAndData]: member in Node
/Zephyr-latest/doc/releases/
Drelease-notes-3.3.rst1209 :zephyr_file:`drivers/gpio/gpio_hogs.c`):
2878 * :github:`54573` - gpio_hogs test uses an incorrect GPIO spec handle