/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/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/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/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/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/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/boards/native/native_posix/ |
D | Kconfig | 13 It provides some minimal needed models: 31 interact with some other driver/device which runs at real time.
|
/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 | syscalls.rst | 30 will be declared in some header under ``include/`` or in another 62 The :ref:`parse_syscalls.py` script does some parsing of the function prototype, 63 to determine the data types of its return value and arguments, and has some 141 Declaring an API with :c:macro:`__syscall` causes some code to be generated in 216 Some system calls may have more than six arguments, but number of arguments 245 declared in some C file. There is no prototype needed for implementation 274 made simpler by some macros in :zephyr_file:`include/zephyr/internal/syscall_handler.h`. 312 * :c:macro:`K_SYSCALL_VERIFY_MSG()` does a runtime check of some boolean 335 calling thread. This is done instead of returning some error condition to 391 for some integral value: [all …]
|