Home
last modified time | relevance | path

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

12345678910

/Zephyr-Core-3.5.0/soc/arm/ti_simplelink/cc32xx/
DREADME1 CC3220 Info taken from:
4 CC3235 Info taken from:
/Zephyr-Core-3.5.0/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-Core-3.5.0/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-Core-3.5.0/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-Core-3.5.0/tests/kernel/mem_protect/userspace/boards/
Dmimxrt595_evk_cm33.overlay10 * otherwise would be taken up for the SRAM1 USB region.
Dmimxrt685_evk_cm33.overlay10 * otherwise would be taken up for the SRAM1 USB region.
/Zephyr-Core-3.5.0/samples/net/eth_native_posix/
Dnet_setup_host18 # is taken up by Zephyr. The script should setup the host system so that
28 # Only first -i option is taken into account. This way
/Zephyr-Core-3.5.0/tests/bluetooth/tester/
Doverlay-mesh-v1d1.conf7 # First one is implicitly taken by Device Key.
/Zephyr-Core-3.5.0/dts/bindings/base/
Dzephyr,memory-region.yaml17 is taken from the <reg> property, while the name is the value of
/Zephyr-Core-3.5.0/arch/arm64/core/
Dfatal.c111 err = "Instruction Abort taken without a change in Exception " in dump_esr()
125 err = "Data Abort taken without a change in Exception level"; in dump_esr()
131 err = "Trapped floating-point exception taken from AArch32 " in dump_esr()
135 err = "Trapped floating-point exception taken from AArch64 " in dump_esr()
146 err = "Breakpoint exception taken without a change in " in dump_esr()
154 err = "Software Step exception taken without a change in " in dump_esr()
164 err = "Watchpoint exception taken without a change in " in dump_esr()
Dmacro_priv.inc20 /* FIMXME: aff3 not taken into consideration */
/Zephyr-Core-3.5.0/dts/bindings/usb/
Dnxp,mcux-usbd.yaml22 This is taken from the usb_controller_index_t enum that is included inside the NXP SDK
/Zephyr-Core-3.5.0/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-Core-3.5.0/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-Core-3.5.0/tests/benchmarks/sched_userspace/
DREADME.rst18 average time taken for a yield context switch.
/Zephyr-Core-3.5.0/tests/posix/common/src/
Dmutex.c36 TC_PRINT("mutex lock is taken\n"); in normal_mutex_entry()
43 zassert_false(pthread_mutex_lock(&mutex2), "mutex is not taken"); in recursive_mutex_entry()
44 zassert_false(pthread_mutex_lock(&mutex2), "mutex is not taken 2nd time"); in recursive_mutex_entry()
45 TC_PRINT("recursive mutex lock is taken\n"); in recursive_mutex_entry()
/Zephyr-Core-3.5.0/drivers/sensor/sgp40/
Dsgp40.h24 * CRC parameters were taken from the
/Zephyr-Core-3.5.0/boards/arm64/mimx93_evk/
Dmimx93_evk_a55_sof_defconfig24 # set manually to 64 (value taken from A55 TRM).
/Zephyr-Core-3.5.0/samples/sensor/tmp108/
DKconfig18 woken up and taken a temperature reading, calling sample_fetch
/Zephyr-Core-3.5.0/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-Core-3.5.0/dts/bindings/sensor/
Dst,lsm6dso16is-common.yaml46 The values are taken in accordance to lsm6dso16is_xl_data_rate_t enumerative in hal/st
90 The values are taken in accordance to lsm6dso16is_gy_data_rate_t enumerative in hal/st
/Zephyr-Core-3.5.0/tests/bluetooth/mesh_shell/
Dprj.conf68 # First one is implicitly taken by Device Key.
/Zephyr-Core-3.5.0/subsys/rtio/
DKconfig31 without a pre-allocated memory buffer. Instead the buffer will be taken
/Zephyr-Core-3.5.0/lib/os/
Dassert.c15 * This routine implements the action to be taken when an assertion fails.

12345678910