/Zephyr-latest/doc/_static/latex/ |
D | title.tex | 19 \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/ |
D | bbram_stm32.c | 43 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 *)® + 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 *)® + begin, data + written, to_copy); in bbram_stm32_write()
|
/Zephyr-latest/tests/modules/thrift/ThriftTest/src/ |
D | server.hpp | 103 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/ |
D | stress.c | 90 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/ |
D | modem_cmd_handler.c | 114 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/ |
D | debug-sections.ld | 16 of the section so we begin them at 0. */
|
/Zephyr-latest/cmake/linker_script/common/ |
D | debug-sections.cmake | 16 # of the section so we begin them at 0.
|
/Zephyr-latest/lib/hash/ |
D | hash_map_cxx.cpp | 24 auto it2 = umap->begin(); in sys_hashmap_cxx_iter_next()
|
/Zephyr-latest/arch/xtensa/core/startup/ |
D | reset_vector.S | 23 .begin literal_prefix .ResetVector 81 .begin no-absolute-literals
|
/Zephyr-latest/subsys/mgmt/mcumgr/mgmt/ |
D | Kconfig | 9 # All Kconfig options defined with this file should begin with prefix:
|
/Zephyr-latest/boards/lowrisc/opentitan_earlgrey/doc/ |
D | index.rst | 70 the manifest header from simulated flash, and begin executing Zephyr from the
|
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/ |
D | README.md | 141 First, in a new terminal window, run the following command to begin logging 158 when it ends. New data will begin with a line "-,-,-".
|
D | train_magic_wand_model.ipynb | 193 …"The following cell will begin the training process. Training will take around 5 minutes on a GPU …
|
/Zephyr-latest/doc/services/binary_descriptors/ |
D | index.rst | 38 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/ |
D | README.rst | 92 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/ |
D | index.rst | 125 To begin, connect the ST-Link Debug Programmer to the FK750M1-VBT6 board using the SWD
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | mcumgr.rst | 80 \begin{landscape}
|
/Zephyr-latest/boards/fanke/fk7b0m1_vbt6/doc/ |
D | index.rst | 144 To begin, connect the ST-Link Debug Programmer to the FK7B0M1-VBT6 board using the SWD
|
/Zephyr-latest/tests/subsys/fs/zms/src/ |
D | main.c | 283 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/ |
D | Kconfig | 101 will select the image with the higher version number, copy it to RAM and begin execution
|
/Zephyr-latest/boards/blues/swan_r5/doc/ |
D | index.rst | 14 deployment. Developers may begin to use Swan in conjunction with
|
/Zephyr-latest/tests/subsys/fs/nvs/src/ |
D | main.c | 307 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/ |
D | provisioning.rst | 86 Before the provisioning process can begin, the provisioner and the unprovisioned
|
/Zephyr-latest/boards/arduino/opta/doc/ |
D | index.rst | 226 RPC.begin();
|
/Zephyr-latest/arch/xtensa/core/ |
D | README_MMU.txt | 47 extremely confusing) "page table" format. The simplest was to begin 108 TLB to begin the process. Here we exploit the separate
|