Searched refs:created (Results 1 – 25 of 265) sorted by relevance
1234567891011
/Zephyr-latest/scripts/ci/stats/ |
D | merged_prs.py | 77 created = pr.created_at 82 created = event.created_at 85 delta = pr.closed_at - created 89 dates = (created + timedelta(idx + 1) for idx in range((pr.closed_at - created).days))
|
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_registry/src/ |
D | test_obj.c | 58 static bool created; in obj_create() local 60 if (created || obj_inst_id != 0) { in obj_create() 63 created = true; in obj_create()
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_rw_opaque.c | 143 uint8_t created = 0U; in do_write_op_opaque() local 145 ret = lwm2m_get_or_create_engine_obj(msg, &obj_inst, &created); in do_write_op_opaque()
|
D | lwm2m_registry.h | 42 struct lwm2m_engine_obj_inst **obj_inst, uint8_t *created);
|
/Zephyr-latest/doc/kernel/usermode/ |
D | mpu_userspace.rst | 8 defined in the system. The privileged stacks are created as a part of the 13 stacks, a lookup table, and a set of helper functions are created and added
|
/Zephyr-latest/tests/benchmarks/thread_metric/ |
D | thread_metric_readme.txt | 21 This test consists of 5 threads created at the same priority that 148 returned. If an error occurs, TM_ERROR is returned. The created thread 153 This function resumes the previously created thread specified by 158 This function suspend the previously created thread specified by 178 This function sends a message to the previously created queue. 183 This function receives a message from the previously created 193 This function gets the previously created binary semaphore. 198 This function puts the previously created binary semaphore. 209 previously created memory pool. If successful, a TM_SUCCESS
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.native_posix | 16 int "Number of network interfaces created" 22 By default only one network interface is created. It is possible 25 must be created here.
|
/Zephyr-latest/samples/bluetooth/ |
D | bluetooth.rst | 27 The mutually-shared encryption key created during host-device paring may get 29 connections will fail. You can force a re-paring and new key to be created
|
/Zephyr-latest/arch/common/ |
D | fill_with_zeros.ld | 8 * LLVM LLD fills empty spaces (created using ALIGN() or moving the location
|
/Zephyr-latest/samples/subsys/fs/littlefs/ |
D | Kconfig | 9 Use this to force an existing file system to be created.
|
/Zephyr-latest/drivers/lora/ |
D | CMakeLists.txt | 5 # a library with same name is created.
|
/Zephyr-latest/subsys/lorawan/ |
D | CMakeLists.txt | 5 # a library with same name is created.
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | net_core.rst | 17 interface which is typically created by the device driver.
|
D | websocket.rst | 33 First a socket needs to be created and connected to the Websocket server: 42 The Websocket transport socket is then created like this:
|
/Zephyr-latest/samples/subsys/fs/fs_sample/ |
D | Kconfig | 15 "some.dir" directory and "other.txt" file will be created
|
/Zephyr-latest/lib/posix/options/ |
D | Kconfig.semaphore | 26 created via sem_open()).
|
/Zephyr-latest/subsys/net/lib/websocket/ |
D | Kconfig | 30 How many Websockets can be created in the system.
|
/Zephyr-latest/cmake/compiler/ |
D | compiler_features.cmake | 10 # `c_std_XX` values are created for easy lookup.
|
/Zephyr-latest/soc/altr/zephyr_nios2f/cpu/ |
D | ghrd_10m50da.qpf | 22 # Date created = 16:01:48 April 27, 2016
|
/Zephyr-latest/arch/arm/core/cortex_m/tz/ |
D | CMakeLists.txt | 22 # Indicate that the entry veneers library file is created during linking of this firmware.
|
/Zephyr-latest/samples/subsys/llext/edk/ |
D | README.rst | 118 [app]Thread 0x20840 created to run extension [kext1], at privileged mode. 123 [app]Thread 0x20a30 created to run extension [ext1], at userspace. 127 [app]Thread 0x20938 created to run extension [ext2], at userspace.
|
/Zephyr-latest/samples/arch/smp/pktqueue/ |
D | README.rst | 40 is created, which will control "sender" queue processing. 42 Then in each queue-related thread several(defined in THREADS_NUM) threads are created. Each
|
/Zephyr-latest/subsys/ipc/ipc_service/backends/ |
D | Kconfig.rpmsg | 11 created in the multi-instance / multi-core RPMsg backend module to
|
/Zephyr-latest/share/sysbuild/images/ |
D | CMakeLists.txt | 20 # this binary_dir is created but stays empty. Object files land in
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/host/ |
D | iso.rst | 33 CIG created
|
1234567891011