Home
last modified time | relevance | path

Searched refs:created (Results 1 – 25 of 265) sorted by relevance

1234567891011

/Zephyr-latest/scripts/ci/stats/
Dmerged_prs.py77 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/
Dtest_obj.c58 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/
Dlwm2m_rw_opaque.c143 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()
Dlwm2m_registry.h42 struct lwm2m_engine_obj_inst **obj_inst, uint8_t *created);
/Zephyr-latest/doc/kernel/usermode/
Dmpu_userspace.rst8 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/
Dthread_metric_readme.txt21 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/
DKconfig.native_posix16 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/
Dbluetooth.rst27 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/
Dfill_with_zeros.ld8 * LLVM LLD fills empty spaces (created using ALIGN() or moving the location
/Zephyr-latest/samples/subsys/fs/littlefs/
DKconfig9 Use this to force an existing file system to be created.
/Zephyr-latest/drivers/lora/
DCMakeLists.txt5 # a library with same name is created.
/Zephyr-latest/subsys/lorawan/
DCMakeLists.txt5 # a library with same name is created.
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_core.rst17 interface which is typically created by the device driver.
Dwebsocket.rst33 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/
DKconfig15 "some.dir" directory and "other.txt" file will be created
/Zephyr-latest/lib/posix/options/
DKconfig.semaphore26 created via sem_open()).
/Zephyr-latest/subsys/net/lib/websocket/
DKconfig30 How many Websockets can be created in the system.
/Zephyr-latest/cmake/compiler/
Dcompiler_features.cmake10 # `c_std_XX` values are created for easy lookup.
/Zephyr-latest/soc/altr/zephyr_nios2f/cpu/
Dghrd_10m50da.qpf22 # Date created = 16:01:48 April 27, 2016
/Zephyr-latest/arch/arm/core/cortex_m/tz/
DCMakeLists.txt22 # Indicate that the entry veneers library file is created during linking of this firmware.
/Zephyr-latest/samples/subsys/llext/edk/
DREADME.rst118 [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/
DREADME.rst40 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/
DKconfig.rpmsg11 created in the multi-instance / multi-core RPMsg backend module to
/Zephyr-latest/share/sysbuild/images/
DCMakeLists.txt20 # this binary_dir is created but stays empty. Object files land in
/Zephyr-latest/doc/connectivity/bluetooth/shell/host/
Diso.rst33 CIG created

1234567891011