Home
last modified time | relevance | path

Searched refs:thing (Results 1 – 22 of 22) sorted by relevance

/Zephyr-latest/tests/modules/thrift/ThriftTest/src/
Dserver.hpp34 void testString(string &out, const string &thing) override in testString() argument
36 printf("testString(\"%s\")\n", thing.c_str()); in testString()
37 out = thing; in testString()
40 bool testBool(const bool thing) override in testBool() argument
42 printf("testBool(%s)\n", thing ? "true" : "false"); in testBool()
43 return thing; in testBool()
46 int8_t testByte(const int8_t thing) override in testByte() argument
48 printf("testByte(%d)\n", (int)thing); in testByte()
49 return thing; in testByte()
52 int32_t testI32(const int32_t thing) override in testI32() argument
[all …]
/Zephyr-latest/include/zephyr/arch/x86/
Dpagetables.ld22 /* Top-level paging structure is the last thing in this section */
/Zephyr-latest/doc/build/dts/
Dzephyr-user-node.rst75 * Same thing as:
86 * Same thing as:
Dapi-usage.rst362 /* This is same thing as DT_INST(0, my_driver_compat): */
366 * This is the same thing as
Dhowtos.rst138 If you're having trouble, see :ref:`dt-trouble`. The first thing to check is
162 successfully, the last thing to check is if the device is ready, like this:
Dtroubleshooting.rst52 (Recall that a missing ``status`` property means the same thing as ``status
/Zephyr-latest/boards/common/
Dopenocd-nrf5.board.cmake27 # We can do the right thing for supported subfamilies using a generic
/Zephyr-latest/samples/net/cloud/aws_iot_mqtt/
DREADME.rst38 Register a *thing* in AWS IoT Core and download the certificate and private key.
44 Core region, thing, and device advisor configuration:
49 - :kconfig:option:`CONFIG_AWS_THING_NAME`: The name of the thing created in AWS IoT Core. Associated
/Zephyr-latest/boards/sparkfun/thing_plus/
Dsparkfun_thing_plus_nrf9160_common.dtsi12 compatible = "sparkfun,thing-plus-nrf9160";
/Zephyr-latest/samples/
Dsample_definition_and_criteria.rst34 :zephyr_file:`tests/` folder. In a sample, the only thing you test is
/Zephyr-latest/doc/develop/west/
Dextensions.rst157 (if not given, the ``class`` value defaults to the same thing as ``name``).
228 same thing in the manifest's ``self`` section, like this:
Dconfig.rst25 way to say the same thing is that ``manifest.path`` is ``zephyr`` in this file.
Dworkspaces.rst227 Another way to do the same thing is to copy/paste :file:`zephyr/west.yml`
Dmanifest.rst1327 want to maintain the whole thing using west. You don't want to modify any of
/Zephyr-latest/subsys/net/l2/ethernet/gptp/
DKconfig118 The port concept is the same thing as network interface.
/Zephyr-latest/subsys/net/lib/ptp/
DKconfig86 The port concept is the same thing as network interface.
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Ddtlib.py1924 for thing in things:
1925 if isinstance(thing, Node):
1927 elif isinstance(thing, Property):
/Zephyr-latest/arch/xtensa/core/
DREADME_MMU.txt58 one thing the hardware can already do), and quite fast (only one
/Zephyr-latest/doc/project/
Drelease_process.rst82 feature, the best thing to do is to wait for the next development cycle. (An
/Zephyr-latest/doc/build/sysbuild/
Dindex.rst732 then the first thing to do is to add a configuration dependency between them.
/Zephyr-latest/doc/kernel/usermode/
Dsyscalls.rst74 * :c:macro:`__syscall` must be the first thing in the prototype.
/Zephyr-latest/cmake/modules/
Dextensions.cmake1277 # files must instead define their own output sections to achieve the same thing:
1287 # the second with SECTIONS, the two examples do the same thing from a user