Searched refs:indirect (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/scripts/tests/twister/ |
D | test_testinstance.py | 239 @pytest.mark.parametrize('testinstance', [{'testsuite_kind': 'sample'}], indirect=True) 270 @pytest.mark.parametrize('testinstance', [{'testsuite_kind': 'sample'}], indirect=True) 306 @pytest.mark.parametrize('testinstance', [{'testsuite_kind': 'sample'}], indirect=True) 319 @pytest.mark.parametrize('testinstance', [{'testsuite_kind': 'tests'}], indirect=True) 365 @pytest.mark.parametrize('testinstance', [{'testsuite_kind': 'tests'}], indirect=True) 382 @pytest.mark.parametrize('testinstance', [{'testsuite_kind': 'tests'}], indirect=True) 392 @pytest.mark.parametrize('testinstance', [{'testsuite_kind': 'tests'}], indirect=True) 407 @pytest.mark.parametrize('testinstance', [{'testsuite_kind': 'tests'}], indirect=True) 472 @pytest.mark.parametrize('testinstance', [{'testsuite_kind': 'tests'}], indirect=True) 535 @pytest.mark.parametrize('testinstance', [{'testsuite_kind': 'tests'}], indirect=True) [all …]
|
/Zephyr-latest/samples/subsys/usb/uac2_explicit_feedback/ |
D | README.rst | 44 This sample in both modes (direct sample counting and indirect I2S buffer output 47 The sample defaults to indirect feedback calculation because direct sample 49 input pin (hardcoded to P1.09) on :ref:`nrf5340dk_nrf5340`. In the indirect mode
|
/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/ |
D | test_portfolio.py | 54 @pytest.mark.parametrize(("configuration_C13"),[None], scope='function', indirect=['configuration_C…
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | intc_gicv3_its.c | 159 bool indirect = false; in its_alloc_tables() local 196 indirect = true; in its_alloc_tables() 236 reg |= MASK_SET(indirect ? 1 : 0, GITS_BASER_INDIRECT); in its_alloc_tables() 243 if (type == GITS_BASER_TYPE_DEVICE && indirect) { in its_alloc_tables() 244 data->dev_table_is_indirect = indirect; in its_alloc_tables()
|
/Zephyr-latest/ |
D | LICENSE | 18 "control" means (i) the power, direct or indirect, to cause the 157 liable to You for damages, including any direct, indirect, special,
|
/Zephyr-latest/doc/develop/languages/cpp/ |
D | index.rst | 144 source files due to *indirect* inclusion and the `lack of structure and
|
/Zephyr-latest/doc/ |
D | zephyr.doxyfile.in | 2661 # generate a graph for each documented class showing the direct and indirect 2666 # If the CLASS_GRAPH tag is set to TEXT the direct and indirect inheritance 2678 # graph for each documented class showing the direct and indirect implementation 2753 # direct and indirect include dependencies of the file with other documented 2764 # the direct and indirect include dependencies of the file with other documented
|