Searched full:designated (Results 1 – 25 of 38) sorted by relevance
12
/Zephyr-latest/include/zephyr/sys/ |
D | sys_io.h | 90 * @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 …]
|
D | kobject.h | 200 * 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/ |
D | index.rst | 172 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/include/zephyr/ |
D | init.h | 155 /* Designated initializers where added to C in C99. There were added to 157 * variations: out of order, mix of designated and not, overlap, 166 * combined with C99 designated initializers, see longer discussion in 176 * designated and not designated initializers which is not allowed in
|
/Zephyr-latest/samples/boards/st/power_mgmt/wkup_pins/ |
D | README.rst | 14 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/ |
D | Kconfig | 48 originally designated for returning SMP processing errors. When
|
/Zephyr-latest/include/zephyr/arch/arm/cortex_a_r/ |
D | exception.h | 57 /* ARM GPRs are often designated by two different names */
|
/Zephyr-latest/dts/bindings/gpio/ |
D | nxp,s32-gpio.yaml | 29 designated for the data-ready interrupt originating from a sensor. This
|
/Zephyr-latest/include/zephyr/arch/arm/cortex_m/ |
D | exception.h | 101 /* ARM GPRs are often designated by two different names */
|
/Zephyr-latest/drivers/fuel_gauge/sbs_gauge/ |
D | emul_sbs_gauge.c | 43 * 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/ |
D | index.rst | 34 * designated initializers
|
/Zephyr-latest/include/zephyr/drivers/pcie/ |
D | cap.h | 85 #define PCIE_EXT_CAP_ID_DVSEC 0x0023U /**< Designated Vendor-Specific Extended Capability */
|
/Zephyr-latest/dts/bindings/mspi/ |
D | mspi-device.yaml | 60 on the same MSPI instance by assigning designated CE numbers.
|
/Zephyr-latest/doc/kernel/memory_management/ |
D | slabs.rst | 7 to be dynamically allocated from a designated memory region.
|
D | sys_mem_blocks.rst | 7 allocated from a designated memory region, where:
|
/Zephyr-latest/include/zephyr/storage/ |
D | stream_flash.h | 157 * of area designated for stream or negative errno code on fail
|
/Zephyr-latest/ |
D | LICENSE | 60 designated in writing by the copyright owner as "Not a Contribution."
|
/Zephyr-latest/tests/subsys/storage/stream/stream_flash/src/ |
D | main.c | 482 zassert_equal(rc, -ERANGE, "Expected failure - offset before designated area"); in ZTEST() 486 zassert_equal(rc, -ERANGE, "Expected failure - offset after designated area"); in ZTEST()
|
/Zephyr-latest/include/zephyr/arch/nios2/ |
D | nios2.h | 195 * right-shifted by the designated "OFST" macro value. The
|
/Zephyr-latest/subsys/storage/stream/ |
D | stream_flash.c | 84 LOG_ERR("Offset out of designated range"); in stream_flash_erase_page()
|
/Zephyr-latest/scripts/build/ |
D | gen_app_partitions.py | 248 … help="Include globals for a particular library or object filename into a designated partition")
|
/Zephyr-latest/drivers/pcie/host/ |
D | shell.c | 81 { PCIE_EXT_CAP_ID_DVSEC, "Designated Vendor-Specific Extended Capability" },
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-le-host.rst | 314 driver and a designated "storage" partition on flash. A typical set of
|
/Zephyr-latest/doc/contribute/ |
D | bin_blobs.rst | 211 Blobs must have designated maintainers that must be responsive to issue reports
|
/Zephyr-latest/dts/arm/nxp/ |
D | nxp_rt11xx_cm4.dtsi | 16 * to the M4 core alone, hence this EDMA controller has been designated M4 only.
|
12