| /Zephyr-latest/scripts/tests/build_helpers/ |
| D | test_domains.py | 27 build_dir: some/dir 64 default: some default 67 - name: some default 136 [('some', os.path.join('dir', '2')), 143 ('some', os.path.join('dir', '2'))] 146 ['some'], 148 [('some', os.path.join('dir', '2'))] 173 ('some', os.path.join('dir', '2')), 178 'some': ('some', os.path.join('dir', '2')) 191 ['domain "other" not found, valid domains are: order, some'], [all …]
|
| /Zephyr-latest/tests/subsys/fs/fs_api/src/ |
| D | test_fs_mount_flags.c | 25 /* Format volume and add some files/dirs to check read-only flag */ in test_mount_flags() 30 TC_PRINT("Create some file\n"); in test_mount_flags() 31 ret = fs_open(&fs, TEST_FS_MNTP"/some", FS_O_CREATE); in test_mount_flags() 53 ret = fs_rename(TEST_FS_MNTP"/some", TEST_FS_MNTP"/nosome"); in test_mount_flags() 55 ret = fs_unlink(TEST_FS_MNTP"/some"); in test_mount_flags() 59 ret = fs_open(&fs, TEST_FS_MNTP"/some", FS_O_RDWR); in test_mount_flags() 61 ret = fs_open(&fs, TEST_FS_MNTP"/some", FS_O_READ); in test_mount_flags()
|
| /Zephyr-latest/tests/subsys/fs/common/ |
| D | test_fs_mount_flags.c | 36 /* Format volume and add some files/dirs to check read-only flag */ in test_fs_mount_flags() 41 TC_PRINT("Create some file\n"); in test_fs_mount_flags() 42 ret = fs_open(&fs, "/sml/some", FS_O_CREATE); in test_fs_mount_flags() 63 ret = fs_rename("/sml/some", "/sml/nosome"); in test_fs_mount_flags() 65 ret = fs_unlink("/sml/some"); in test_fs_mount_flags() 69 ret = fs_open(&fs, "/sml/some", FS_O_RDWR); in test_fs_mount_flags() 71 ret = fs_open(&fs, "/sml/some", FS_O_READ); in test_fs_mount_flags()
|
| /Zephyr-latest/lib/posix/options/ |
| D | multi_process.c | 12 * To maintain compatibility with some other POSIX operating systems, in getpid() 14 * PID zero is also used by the scheduler in some cases. in getpid() 17 * to send signals to process groups in some implementations. in getpid()
|
| /Zephyr-latest/subsys/storage/stream/ |
| D | Kconfig | 22 worth to disable the option to cut out some unneeded code. 30 allows to save some code storage and RAM. 48 Option is available only if there is a mix of devices, in a configuration, where some 49 support erase and some do not. If user is sure to not use Stream Flash with devices that
|
| /Zephyr-latest/soc/intel/intel_adsp/ace/ |
| D | pmc_interface.h | 29 * Some commands require additional information which is passed into this 8 bit field. 34 * Some commands require additional information which is passed into this 8 bit field. 39 * Some commands require additional information which is passed into this 4 bit field. 83 * Some commands require additional information which is passed into this 8 bit field.
|
| /Zephyr-latest/dts/bindings/flash_controller/ |
| D | st,stm32-flash-controller.yaml | 15 RDP1 but in multi-image environment, some other image could check if 16 RDP1 is enabled by comparing it to some hardcoded value. The byte has to
|
| /Zephyr-latest/tests/lib/cpp/cxx/ |
| D | prj.conf | 10 # "randconfig" because turning on some options can also reduce test 11 # coverage in some areas. But: 1. combinatorial explosion, 2. it does
|
| /Zephyr-latest/samples/subsys/fs/fs_sample/ |
| D | Kconfig | 11 bool "When no files are found on mounted partition create some" 15 "some.dir" directory and "other.txt" file will be created
|
| /Zephyr-latest/dts/bindings/mtd/ |
| D | jedec,spi-nor-common.yaml | 22 Some flash chips such as the Microchip SST26VF series have a block 36 is also supported. (On some chips this command functions as Read 44 Some devices (Macronix MX25R in particular) wake from deep power 83 Some devices from certain vendors power-up with block protect bits 113 Some devices support 4-byte address opcodes for read/write/erase
|
| /Zephyr-latest/soc/st/stm32/common/ |
| D | stm32_wkup_pins.h | 19 /* Some stm32 devices do not have all the LL_PWR_WAKEUP_PINx */ 36 /* Some stm32 devices do not have all the LL_PWR_GPIO_X */ 68 /* Some STM32U5 SoCs do not have all the LL_PWR_GPIO_PORTX */
|
| /Zephyr-latest/scripts/tests/twister/ |
| D | test_errors.py | 19 cfile = Path('some') / 'path' 22 expected_err = f'{os.path.join("some", "path")}: dummy message'
|
| /Zephyr-latest/drivers/reset/ |
| D | Kconfig | 14 for some other node's drivers to acquire a reference to the reset 15 controller node together with some reset information.
|
| /Zephyr-latest/include/zephyr/arch/arm64/ |
| D | mm.h | 12 * When mmu enabled, some section addresses need to be aligned with 19 * When mpu enabled, some section addresses need to be aligned with
|
| /Zephyr-latest/arch/sparc/ |
| D | Kconfig | 33 Architecture Specification and available in some LEON processors. 39 in some LEON processors.
|
| /Zephyr-latest/tests/benchmarks/data_structure_perf/rbtree_perf/src/ |
| D | rbtree_perf.c | 38 * last, rbtree can be walked though by some macro APIs. 53 * -# Define some arrays of rbtree nodes.And initialize 55 * -# Then inserting some nodes into the rbtree. 143 * @brief Test some operations of rbtree are running in 165 * -# Initialize the rbtree and insert some nodes on it. 175 * - Some operations of rbtree are running in
|
| /Zephyr-latest/samples/modules/thrift/hello/client/ |
| D | prj.conf | 21 # pthread_cond_wait() triggers sentinel for some reason 66 # Some platforms require relatively large stack sizes.
|
| /Zephyr-latest/doc/services/net_buf/ |
| D | index.rst | 64 The network buffer API provides some useful helpers for encoding and 71 enough tailroom in the buffer. Some examples of APIs for adding data: 83 while leaving the actual data pointer intact. Some examples of APIs for 96 enough headroom in the buffer. Some examples of APIs for pushing data: 107 length value as well as the data pointer. Some examples of APIs for
|
| /Zephyr-latest/tests/kernel/timer/starve/ |
| D | README.txt | 6 some implementations this may prevent the timer interrupt handler from 16 Failure will occur when some counter wraps around. This may be a
|
| /Zephyr-latest/doc/services/crypto/ |
| D | psa_crypto.rst | 103 cannot fail, and thus, return void or some other type. 108 Some common causes of errors include: 121 some implementations guarantee that certain functions always have 130 ``psa_crypto_init()``. However, some security standards require 135 Some environments allow applications to be multithreaded, while 136 others do not. In some environments, applications can share memory
|
| /Zephyr-latest/soc/intel/intel_adsp/cavs/ |
| D | sram.c | 36 /* Add some delay before touch power register */ in hp_sram_pm_banks() 91 /* Add some delay before touch power register */ in hp_sram_pm_banks() 122 /* Add some delay before writing power registers */ in lp_sram_init() 128 /* Add some delay before checking the status */ in lp_sram_init()
|
| /Zephyr-latest/doc/kernel/services/synchronization/ |
| D | condvar.rst | 23 themselves on when some state of execution (i.e., some condition) is not as 30 Some other thread, when it changes said state, can then wake one (or more) 108 * Do some work and fulfill the condition
|
| /Zephyr-latest/doc/hardware/emulator/ |
| D | index.rst | 14 even if some may have extra functionality which is only available in some targets. 21 | Some of Zephyr communication controllers/drivers include also either loopback modes or loopback 26 Drivers which are specific to some platform, like for example the
|
| /Zephyr-latest/dts/bindings/adc/ |
| D | gd,gd32-adc.yaml | 6 # gd32 adc irq have some special cases as below: 34 Some GD32 ADC have additional clock source, like IRC14M or IRC28M.
|
| /Zephyr-latest/doc/kernel/usermode/ |
| D | mpu_stack_objects.rst | 46 Some MPUs require that each region be aligned to a power of two. These SoCs 53 Some ARM MPUs use start and end addresses to define MPU regions and both the 63 some added complexity when implementing stack guards.
|