Home
last modified time | relevance | path

Searched refs:begin (Results 1 – 25 of 45) sorted by relevance

12

/Zephyr-latest/doc/_static/latex/
Dtitle.tex19 \begin{minipage}{2cm}
23 \begin{minipage}{3cm}
27 \begin{minipage}{15cm}
34 \begin{flushright}
35 \begin{minipage}{7cm}
38 \begin{minipage}{1.5cm}
/Zephyr-latest/drivers/bbram/
Dbbram_stm32.c43 uint32_t reg, begin, to_copy; in bbram_stm32_read() local
51 begin = STM32_BKP_REG_BYTE_INDEX(offset + read); in bbram_stm32_read()
52 to_copy = MIN(STM32_BKP_REG_BYTES - begin, size - read); in bbram_stm32_read()
53 bytecpy(data + read, (uint8_t *)&reg + begin, to_copy); in bbram_stm32_read()
63 uint32_t reg, begin, to_copy; in bbram_stm32_write() local
75 begin = STM32_BKP_REG_BYTE_INDEX(offset + written); in bbram_stm32_write()
76 to_copy = MIN(STM32_BKP_REG_BYTES - begin, size - written); in bbram_stm32_write()
77 bytecpy((uint8_t *)&reg + begin, data + written, to_copy); in bbram_stm32_write()
/Zephyr-latest/tests/modules/thrift/ThriftTest/src/
Dserver.hpp103 for (m_iter = thing.begin(); m_iter != thing.end(); ++m_iter) { in testMap()
124 for (m_iter = thing.begin(); m_iter != thing.end(); ++m_iter) { in testStringMap()
143 for (s_iter = thing.begin(); s_iter != thing.end(); ++s_iter) { in testSet()
163 for (l_iter = thing.begin(); l_iter != thing.end(); ++l_iter) { in testList()
223 for (i_iter = insane.begin(); i_iter != insane.end(); ++i_iter) { in testInsanity()
227 for (i2_iter = i_iter->second.begin(); i2_iter != i_iter->second.end(); in testInsanity()
234 for (um = userMap.begin(); um != userMap.end(); ++um) { in testInsanity()
243 for (x = xtructs.begin(); x != xtructs.end(); ++x) { in testInsanity()
/Zephyr-latest/tests/posix/eventfd/src/
Dstress.c90 enum th_id begin = MIN(READER, WRITER); in ZTEST_F() local
99 for (i = begin; i < end; ++i) { in ZTEST_F()
105 for (i = begin; i < end; ++i) { in ZTEST_F()
/Zephyr-latest/drivers/modem/
Dmodem_cmd_handler.c114 size_t delim_len, begin, end, i; in parse_params() local
121 begin = cmd->cmd_len; in parse_params()
137 argv[*argc] = &data->match_buf[begin]; in parse_params()
141 begin = end + 1; in parse_params()
160 if (end > begin) { in parse_params()
162 argv[*argc] = &data->match_buf[begin]; in parse_params()
189 return begin - cmd->cmd_len; in parse_params()
/Zephyr-latest/include/zephyr/linker/
Ddebug-sections.ld16 of the section so we begin them at 0. */
/Zephyr-latest/cmake/linker_script/common/
Ddebug-sections.cmake16 # of the section so we begin them at 0.
/Zephyr-latest/lib/hash/
Dhash_map_cxx.cpp24 auto it2 = umap->begin(); in sys_hashmap_cxx_iter_next()
/Zephyr-latest/arch/xtensa/core/startup/
Dreset_vector.S23 .begin literal_prefix .ResetVector
81 .begin no-absolute-literals
/Zephyr-latest/subsys/mgmt/mcumgr/mgmt/
DKconfig9 # All Kconfig options defined with this file should begin with prefix:
/Zephyr-latest/boards/lowrisc/opentitan_earlgrey/doc/
Dindex.rst70 the manifest header from simulated flash, and begin executing Zephyr from the
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/
DREADME.md141 First, in a new terminal window, run the following command to begin logging
158 when it ends. New data will begin with a line "-,-,-".
Dtrain_magic_wand_model.ipynb193 …"The following cell will begin the training process. Training will take around 5 minutes on a GPU …
/Zephyr-latest/doc/services/binary_descriptors/
Dindex.rst38 possible. In architectures where the image must begin with a vector table (such as
41 where the image must begin with executable code (e.g. x86), a jump instruction is injected at
/Zephyr-latest/samples/net/secure_mqtt_sensor_actuator/
DREADME.rst92 and begin publishing data.
162 LED will turn on and the board will begin publishing sensor readings in JSON format
/Zephyr-latest/boards/fanke/fk750m1_vbt6/doc/
Dindex.rst125 To begin, connect the ST-Link Debug Programmer to the FK750M1-VBT6 board using the SWD
/Zephyr-latest/doc/services/device_mgmt/
Dmcumgr.rst80 \begin{landscape}
/Zephyr-latest/boards/fanke/fk7b0m1_vbt6/doc/
Dindex.rst144 To begin, connect the ST-Link Debug Programmer to the FK7B0M1-VBT6 board using the SWD
/Zephyr-latest/tests/subsys/fs/zms/src/
Dmain.c283 static void write_content(uint32_t max_id, uint32_t begin, uint32_t end, struct zms_fs *fs) in write_content() argument
288 for (int i = begin; i < end; i++) { in write_content()
/Zephyr-latest/share/sysbuild/images/bootloader/
DKconfig101 will select the image with the higher version number, copy it to RAM and begin execution
/Zephyr-latest/boards/blues/swan_r5/doc/
Dindex.rst14 deployment. Developers may begin to use Swan in conjunction with
/Zephyr-latest/tests/subsys/fs/nvs/src/
Dmain.c307 static void write_content(uint16_t max_id, uint16_t begin, uint16_t end, in write_content() argument
313 for (uint16_t i = begin; i < end; i++) { in write_content()
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dprovisioning.rst86 Before the provisioning process can begin, the provisioner and the unprovisioned
/Zephyr-latest/boards/arduino/opta/doc/
Dindex.rst226 RPC.begin();
/Zephyr-latest/arch/xtensa/core/
DREADME_MMU.txt47 extremely confusing) "page table" format. The simplest was to begin
108 TLB to begin the process. Here we exploit the separate

12