Home
last modified time | relevance | path

Searched full:taken (Results 1 – 25 of 306) sorted by relevance

12345678910>>...13

/Zephyr-latest/cmake/sca/eclair/ECL/
Dcall_properties.ecl2 -call_properties+={"name(z_phys_map)", {"pointee_read(1=never)","pointee_write(1=always)","taken()"…
3 -call_properties+={"name(pcie_get_mbar)", {"pointee_read(3=never)","pointee_write(3=maybe)","taken(…
6 "pointee_write(1..2=always)","taken()"
14 …+={"name(z_impl_device_get_binding)", {"pointee_read(1=maybe)","pointee_write(1=maybe)","taken()"}}
15 …rties+={"name(z_setup_new_thread)", {"pointee_read(10=maybe)","pointee_write(10=never)","taken()"}}
19 …perties+={"name(size_mul_overflow)", {"pointee_read(3=never)","pointee_write(3=always)","taken()"}}
20 …perties+={"name(size_add_overflow)", {"pointee_read(3=never)","pointee_write(3=always)","taken()"}}
21 …es+={"name(__builtin_mul_overflow)", {"pointee_read(3=never)","pointee_write(3=always)","taken()"}}
22 …es+={"name(__builtin_add_overflow)", {"pointee_read(3=never)","pointee_write(3=always)","taken()"}}
25 -call_properties+={"name(__builtin_va_end)", {"taken()"}} # Not documented in gcc.pdf
[all …]
/Zephyr-latest/soc/ti/simplelink/cc32xx/
DREADME1 CC3220 Info taken from:
4 CC3235 Info taken from:
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dlll_filter.h39 uint8_t taken:1; member
48 uint8_t taken:1; member
59 uint8_t taken:1; member
86 uint8_t taken:1; member
Dull_filter.c120 #define LIST_MATCH(list, i, type, addr) (list[i].taken && \
174 (pal[i].taken && \
281 LL_ASSERT(rl[rl_idx].taken); in ll_rl_id_addr_get()
371 rl[i].taken = 1U; in ll_rl_add()
400 if (rl[k].taken && rl[k].pirk && in ll_rl_remove()
425 rl[i].taken = 0U; in ll_rl_remove()
444 if (rl_idx < ARRAY_SIZE(rl) && rl[rl_idx].taken) { in ll_rl_crpa_set()
610 LL_ASSERT(rl[rl_idx].taken); in ull_filter_ull_pal_listed()
746 if ((rl[i].taken) && (all || !rl[i].rpas_ready)) { in ull_filter_rpa_update()
838 } else if (free_idx && !rl[i].taken && in ull_filter_rl_find()
[all …]
/Zephyr-latest/subsys/bluetooth/host/classic/
Davrcp_internal.h69 /** Taken together, the subunit_type and subunit_ID fields define the command recipient’s address
75 /** Taken together, the subunit_type and subunit_ID fields define the command recipient’s address
85 /** Taken together, the subunit_type and subunit_ID fields define the command recipient’s address
92 /** Taken together, the subunit_type and subunit_ID fields define the command recipient’s address
/Zephyr-latest/dts/bindings/sensor/
Dst,lsm6dsv16x-common.yaml74 The values are taken in accordance to lsm6dsv16x_data_rate_t enumerative in hal/st
137 The values are taken in accordance to lsm6dsv16x_data_rate_t enumerative in hal/st
201 The values are taken in accordance to lsm6dsv16x_fifo_xl_batch_t enumerative in hal/st
226 The values are taken in accordance to lsm6dsv16x_fifo_gy_batch_t enumerative in hal/st
251 The values are taken in accordance to lsm6dsv16x_fifo_temp_batch_t enumerative in hal/st
267 The values are taken in accordance to lsm6dsv16x_sflp_data_rate_t enumerative in hal/st
285 The values are taken in accordance to lsm6dsv16x_fifo_sflp_raw_t enumerative in hal/st
/Zephyr-latest/doc/kernel/services/synchronization/
Dsemaphores.rst21 * A **count** that indicates the number of times the semaphore can be taken.
33 A semaphore may be **taken** by a thread. Taking the semaphore
37 When the semaphore is given, it is taken by the highest priority thread
99 A semaphore is taken by calling :c:func:`k_sem_take`.
/Zephyr-latest/arch/sparc/core/
Dfatal.c42 * registers before the trap was taken.
44 * wim, y, pc and npc are the values before the trap was taken.
47 * after the trap was taken so it will have the new CWP and ET=0.
64 * is lowest priority level (all can be taken), and 0xf is the
65 * highest level where only non-maskable interrupts are taken.
88 * "global" registers are taken from the exception stack frame
/Zephyr-latest/tests/kernel/mem_protect/userspace/boards/
Dmimxrt595_evk_mimxrt595s_cm33.overlay10 * otherwise would be taken up for the SRAM1 USB region.
Dmimxrt685_evk_mimxrt685s_cm33.overlay10 * otherwise would be taken up for the SRAM1 USB region.
/Zephyr-latest/dts/bindings/usb-c/
Dzephyr,usb-c-vbus-tcpci.yaml8 taken from the parent of this node.
/Zephyr-latest/include/zephyr/dt-bindings/lvgl/
Dlvgl.h10 * Values taken from enum _lv_key_t in lv_group.h
/Zephyr-latest/tests/posix/common/src/
Dmutex.c32 TC_PRINT("mutex lock is taken\n"); in normal_mutex_entry()
39 zassert_false(pthread_mutex_lock(&mutex), "mutex is not taken"); in recursive_mutex_entry()
40 zassert_false(pthread_mutex_lock(&mutex), "mutex is not taken 2nd time"); in recursive_mutex_entry()
41 TC_PRINT("recursive mutex lock is taken\n"); in recursive_mutex_entry()
/Zephyr-latest/tests/benchmarks/sched_userspace/
DREADME.rst18 average time taken for a yield context switch.
/Zephyr-latest/tests/subsys/logging/log_link_order/src/
Dmain.c124 * taken by remote. in ZTEST()
157 * taken by remote. in ZTEST()
171 * thus when processing, earliest from the buffers is taken in ZTEST()
/Zephyr-latest/arch/arm64/core/
Dfatal.c114 err = "Instruction Abort taken without a change in Exception " in dump_esr()
128 err = "Data Abort taken without a change in Exception level"; in dump_esr()
134 err = "Trapped floating-point exception taken from AArch32 " in dump_esr()
138 err = "Trapped floating-point exception taken from AArch64 " in dump_esr()
149 err = "Breakpoint exception taken without a change in " in dump_esr()
157 err = "Software Step exception taken without a change in " in dump_esr()
167 err = "Watchpoint exception taken without a change in " in dump_esr()
Dmacro_priv.inc20 /* FIMXME: aff3 not taken into consideration */
/Zephyr-latest/drivers/sensor/sensirion/sgp40/
Dsgp40.h24 * CRC parameters were taken from the
/Zephyr-latest/tests/bluetooth/tester/
Doverlay-mesh.conf30 # First one is implicitly taken by Device Key.
/Zephyr-latest/tests/lib/mem_blocks/src/
Dmain.c251 /* blocks 0 and 1 should be taken */ in ZTEST()
273 "sys_mem_blocks_get failed (%d), memory block taken twice", ret); in ZTEST()
275 /* blocks 0 and 1 should be taken */ in ZTEST()
299 /* blocks 0 and 1 should be taken */ in ZTEST()
323 /* blocks 0,1,3 should be taken */ in ZTEST()
347 /* blocks 0,1,2, 3 should be taken */ in ZTEST()
433 /* all blocks should be taken */ in ZTEST()
445 /* all blocks extept 0,1,2 should be taken */ in ZTEST()
468 /* all blocks extept 0,1,2,4,5,6,7 should be taken */ in ZTEST()
503 /* all blocks extept 4,5,6,7 should be taken */ in ZTEST()
[all …]
/Zephyr-latest/samples/subsys/usb/mass/boards/
Drpi_pico.overlay17 * size is 1MB minus the 0x100 bytes taken by the bootloader.
/Zephyr-latest/samples/sensor/tmp108/
DKconfig18 woken up and taken a temperature reading, calling sample_fetch
/Zephyr-latest/tests/bluetooth/mesh_shell/
Dprj.conf66 # First one is implicitly taken by Device Key.
/Zephyr-latest/subsys/mgmt/mcumgr/smp/
DKconfig36 base map, which is already taken into account, should
92 base map, which is already taken into account, should
/Zephyr-latest/dts/bindings/base/
Dzephyr,memory-common.yaml12 is taken from the <reg> property, while the name is the value of

12345678910>>...13