Searched refs:gpio_hogs (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/tests/drivers/gpio/gpio_hogs/src/ |
D | main.c | 42 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/ |
D | gpio_hogs.c | 12 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()
|
D | CMakeLists.txt | 113 zephyr_library_sources_ifdef(CONFIG_GPIO_HOGS gpio_hogs.c)
|
/Zephyr-latest/tests/drivers/gpio/gpio_hogs/ |
D | CMakeLists.txt | 5 project(gpio_hogs) project
|
/Zephyr-latest/scripts/dts/ |
D | gen_defines.py | 571 for i, entry in enumerate(node.gpio_hogs): 577 out_dt_define(f"{macro}_NUM", len(node.gpio_hogs))
|
/Zephyr-latest/scripts/kconfig/ |
D | kconfigfunctions.py | 905 if node.gpio_hogs and node.status == "okay":
|
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/ |
D | edtlib.py | 1228 def gpio_hogs(self) -> List[ControllerAndData]: member in Node
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.3.rst | 1209 :zephyr_file:`drivers/gpio/gpio_hogs.c`): 2878 * :github:`54573` - gpio_hogs test uses an incorrect GPIO spec handle
|