Home
last modified time | relevance | path

Searched +full:test +full:- +full:hog (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/dts/bindings/gpio/
Dgpio-controller.yaml2 # SPDX-License-Identifier: Apache-2.0
7 "gpio-controller":
11 "#gpio-cells":
19 This property indicates the number of in-use slots of available slots
28 gpio-reserved-ranges:
31 If not all the GPIOs at offsets 0...N-1 are usable for ngpios = <N>, then
36 For example, setting "gpio-reserved-ranges = <3 2>, <10 1>;" means that
38 gpio-line-names:
39 type: string-array
44 child-binding:
[all …]
/Zephyr-latest/tests/lib/devicetree/api/
Dapp.overlay4 * SPDX-License-Identifier: Apache-2.0
9 * with real-world devicetree nodes, to allow these tests to run on
10 * (and be extended to test) real hardware.
15 test-alias = &test_nodelabel;
27 test {
28 #address-cells = < 0x1 >;
29 #size-cells = < 0x1 >;
30 interrupt-parent = <&test_intc>;
32 test_cpu_intc: interrupt-controller {
33 compatible = "vnd,cpu-intc";
[all …]
/Zephyr-latest/tests/kernel/mem_protect/syscalls/src/
Dmain.c4 * SPDX-License-Identifier: Apache-2.0
10 #include <zephyr/linker/linker-defs.h>
29 /* Just past the zephyr image mapping should be a non-present page */
41 printk("Caught system error -- reason %d\n", reason); in k_sys_fatal_error_handler()
42 printk("Unexpected fault during test\n"); in k_sys_fatal_error_handler()
59 err_copy = -1; in z_vrfy_string_nlen()
73 return -2; in z_impl_string_alloc_copy()
84 return -1; in z_vrfy_string_alloc_copy()
145 * arguments (this one happens to need 9), and to test generation of
196 * @brief Test to demonstrate usage of k_usermode_string_nlen()
[all …]
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Dedtlib.py3 # SPDX-License-Identifier: BSD-3-Clause
17 but a binding can also come from a 'child-binding:' key in the binding for the
23 The top-level entry points for the library are the EDT and Binding classes.
28 # NOTE: tests/test_edtlib.py is the test suite for this library.
31 # --------------------
47 # - Consider using @property for APIs that don't need parameters. It makes
51 # - Think about the data type of the thing you're exposing. Exposing something
55 # - Avoid get_*() prefixes on functions. Name them after the thing they return
60 # - Don't expose dtlib stuff directly.
62 # - Add documentation for any new APIs you add.
[all …]
/Zephyr-latest/scripts/kconfig/
Dkconfigfunctions.py1 # Copyright (c) 2018-2019 Linaro
4 # SPDX-License-Identifier: Apache-2.0
17 "python-devicetree", "src"))
122 This function is used to test if a node is enabled (has status
157 foo: some-node { ... };
256 called 'prop' and if that 'prop' is an phandle-array type.
272 if node.props[prop].type != "phandle-array":
456 foo: some-node { ... };
640 called 'prop' and if that 'prop' is an phandle-array type.
669 path to the pointed-to node, or an empty string if there is
[all …]