Home
last modified time | relevance | path

Searched full:designated (Results 1 – 25 of 37) sorted by relevance

12

/Zephyr-latest/include/zephyr/sys/
Dsys_io.h90 * @brief Set the designated bit from port to 1
92 * This functions takes the designated bit starting from port and sets it to 1.
95 * @param bit the designated bit to set (from 0 to n)
100 * @brief Clear the designated bit from port to 0
102 * This functions takes the designated bit starting from port and sets it to 0.
105 * @param bit the designated bit to clear (from 0 to n)
112 * This functions takes the designated bit starting from port and tests its
116 * @param bit the designated bit to test (from 0 to n)
125 * This functions takes the designated bit starting from port, tests its
129 * @param bit the designated bit to test and set (from 0 to n)
[all …]
Dkobject.h200 * Allocate a kernel object of a designated type
220 * Allocate a kernel object of a designated type and a given size
/Zephyr-latest/doc/develop/languages/cpp/
Dindex.rst172 Designated initializers
177 types by "designated" member names instead of a list of *bare*
178 expressions. Some GCC versions support designated initializers even in
181 When used at a simple level, designated initializers are less
183 allowed a surprisingly large and lax set of possibilities: designated
185 various other braces can be omitted, designated initializers and not can
188 Twenty years later, C++20 added designated initializers to C++ but in
201 toolchains and standards, designated initializers in Zephyr header files
202 should follow all C++20 rules and restrictions. Non-designated, pre-C99
204 designated initialization is the more readable and preferred code
[all …]
/Zephyr-latest/samples/boards/st/power_mgmt/wkup_pins/
DREADME.rst14 Press the user button designated in boards's devicetree overlay as "wkup-src" to power it on again.
/Zephyr-latest/subsys/mgmt/mcumgr/grp/shell_mgmt/
DKconfig48 originally designated for returning SMP processing errors. When
/Zephyr-latest/include/zephyr/arch/arm/cortex_a_r/
Dexception.h57 /* ARM GPRs are often designated by two different names */
/Zephyr-latest/dts/bindings/gpio/
Dnxp,s32-gpio.yaml29 designated for the data-ready interrupt originating from a sensor. This
/Zephyr-latest/include/zephyr/arch/arm/cortex_m/
Dexception.h101 /* ARM GPRs are often designated by two different names */
/Zephyr-latest/drivers/fuel_gauge/sbs_gauge/
Demul_sbs_gauge.c43 * Counts the number of times the cutoff payload has been sent to the designated
127 * One of the above registers is always designated as a "cutoff" register, usually it's in emul_sbs_gauge_reg_write()
/Zephyr-latest/doc/develop/languages/c/
Dindex.rst34 * designated initializers
/Zephyr-latest/dts/bindings/mspi/
Dmspi-device.yaml60 on the same MSPI instance by assigning designated CE numbers.
/Zephyr-latest/include/zephyr/drivers/pcie/
Dcap.h85 #define PCIE_EXT_CAP_ID_DVSEC 0x0023U /**< Designated Vendor-Specific Extended Capability */
/Zephyr-latest/doc/kernel/memory_management/
Dslabs.rst7 to be dynamically allocated from a designated memory region.
Dsys_mem_blocks.rst7 allocated from a designated memory region, where:
/Zephyr-latest/include/zephyr/storage/
Dstream_flash.h160 * of area designated for stream or negative errno code on fail
/Zephyr-latest/
DLICENSE60 designated in writing by the copyright owner as "Not a Contribution."
/Zephyr-latest/include/zephyr/arch/nios2/
Dnios2.h195 * right-shifted by the designated "OFST" macro value. The
/Zephyr-latest/scripts/build/
Dgen_app_partitions.py248 … help="Include globals for a particular library or object filename into a designated partition")
/Zephyr-latest/doc/connectivity/bluetooth/
Dbluetooth-le-host.rst314 driver and a designated "storage" partition on flash. A typical set of
/Zephyr-latest/drivers/pcie/host/
Dshell.c81 { PCIE_EXT_CAP_ID_DVSEC, "Designated Vendor-Specific Extended Capability" },
/Zephyr-latest/doc/contribute/
Dbin_blobs.rst211 Blobs must have designated maintainers that must be responsive to issue reports
/Zephyr-latest/subsys/storage/stream/
Dstream_flash.c141 LOG_ERR("Offset out of designated range"); in stream_flash_erase_page()
/Zephyr-latest/dts/arm/nxp/
Dnxp_rt11xx_cm4.dtsi16 * to the M4 core alone, hence this EDMA controller has been designated M4 only.
Dnxp_rt11xx_cm7.dtsi16 * to the M7 core alone, hence this EDMA controller has been designated M7 only.
/Zephyr-latest/doc/kernel/services/other/
Dfloat.rst211 FPU usage by another thread. Active FPU users are so designated when they

12