/Zephyr-Core-3.5.0/soc/arm/ti_simplelink/cc32xx/ |
D | README | 1 CC3220 Info taken from: 4 CC3235 Info taken from:
|
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/ |
D | lll_filter.h | 39 uint8_t taken:1; member 48 uint8_t taken:1; member 59 uint8_t taken:1; member 86 uint8_t taken:1; member
|
D | ull_filter.c | 120 #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/ |
D | semaphores.rst | 21 * 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/ |
D | fatal.c | 42 * 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/ |
D | mimxrt595_evk_cm33.overlay | 10 * otherwise would be taken up for the SRAM1 USB region.
|
D | mimxrt685_evk_cm33.overlay | 10 * otherwise would be taken up for the SRAM1 USB region.
|
/Zephyr-Core-3.5.0/samples/net/eth_native_posix/ |
D | net_setup_host | 18 # 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/ |
D | overlay-mesh-v1d1.conf | 7 # First one is implicitly taken by Device Key.
|
/Zephyr-Core-3.5.0/dts/bindings/base/ |
D | zephyr,memory-region.yaml | 17 is taken from the <reg> property, while the name is the value of
|
/Zephyr-Core-3.5.0/arch/arm64/core/ |
D | fatal.c | 111 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()
|
D | macro_priv.inc | 20 /* FIMXME: aff3 not taken into consideration */
|
/Zephyr-Core-3.5.0/dts/bindings/usb/ |
D | nxp,mcux-usbd.yaml | 22 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/ |
D | main.c | 251 /* 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/ |
D | main.c | 124 * 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/ |
D | README.rst | 18 average time taken for a yield context switch.
|
/Zephyr-Core-3.5.0/tests/posix/common/src/ |
D | mutex.c | 36 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/ |
D | sgp40.h | 24 * CRC parameters were taken from the
|
/Zephyr-Core-3.5.0/boards/arm64/mimx93_evk/ |
D | mimx93_evk_a55_sof_defconfig | 24 # set manually to 64 (value taken from A55 TRM).
|
/Zephyr-Core-3.5.0/samples/sensor/tmp108/ |
D | Kconfig | 18 woken up and taken a temperature reading, calling sample_fetch
|
/Zephyr-Core-3.5.0/subsys/mgmt/mcumgr/smp/ |
D | Kconfig | 36 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/ |
D | st,lsm6dso16is-common.yaml | 46 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/ |
D | prj.conf | 68 # First one is implicitly taken by Device Key.
|
/Zephyr-Core-3.5.0/subsys/rtio/ |
D | Kconfig | 31 without a pre-allocated memory buffer. Instead the buffer will be taken
|
/Zephyr-Core-3.5.0/lib/os/ |
D | assert.c | 15 * This routine implements the action to be taken when an assertion fails.
|