Home
last modified time | relevance | path

Searched refs:taken (Results 1 – 25 of 72) sorted by relevance

123

/Zephyr-Core-3.6.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.6.0/soc/arm/ti_simplelink/cc32xx/
DREADME1 CC3220 Info taken from:
4 CC3235 Info taken from:
/Zephyr-Core-3.6.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.6.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.6.0/tests/benchmarks/sched_userspace/
DREADME.rst18 average time taken for a yield context switch.
/Zephyr-Core-3.6.0/boards/arm64/mimx93_evk/
Dmimx93_evk_a55_sof_defconfig24 # set manually to 64 (value taken from A55 TRM).
/Zephyr-Core-3.6.0/arch/arm64/core/
Dmacro_priv.inc20 /* FIMXME: aff3 not taken into consideration */
/Zephyr-Core-3.6.0/samples/basic/fade_led/
DREADME.rst15 period is taken from Devicetree. It should be fast enough to be above the
/Zephyr-Core-3.6.0/boards/arm/sparkfun_pro_micro_rp2040/
Dsparkfun_pro_micro_rp2040.dts49 * size is 16MB minus the 0x100 bytes taken by the bootloader.
/Zephyr-Core-3.6.0/samples/sensor/tmp108/
DKconfig18 woken up and taken a temperature reading, calling sample_fetch
/Zephyr-Core-3.6.0/subsys/rtio/
DKconfig31 without a pre-allocated memory buffer. Instead the buffer will be taken
/Zephyr-Core-3.6.0/boards/arm/adafruit_kb2040/
Dadafruit_kb2040.dts49 * size is 8MB minus the 0x100 bytes taken by the bootloader.
/Zephyr-Core-3.6.0/drivers/display/
DKconfig.mcux_dcnano_lcdif46 should be taken to ensure that the memory allocated for the LCDIF
/Zephyr-Core-3.6.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.6.0/cmake/
Dtarget_toolchain_flags.cmake5 # * The MD5 sum of the compiler itself. A MD5 checksum is taken of the content
/Zephyr-Core-3.6.0/boards/arm/rpi_pico/
Drpi_pico-common.dtsi81 * size is 2MB minus the 0x100 bytes taken by the bootloader.
/Zephyr-Core-3.6.0/boards/arm/adafruit_qt_py_rp2040/
Dadafruit_qt_py_rp2040.dts49 * size is 8MB minus the 0x100 bytes taken by the bootloader.
/Zephyr-Core-3.6.0/tests/bluetooth/ctrl_sw_privacy_unit/src/
Dmain.c38 zassert_equal(prpa_cache[i].taken, 0U, ""); in helper_privacy_clear()
/Zephyr-Core-3.6.0/boards/arm/w5500_evb_pico/
Dw5500_evb_pico.dts105 * size is 16MB minus the 0x100 bytes taken by the bootloader.
/Zephyr-Core-3.6.0/doc/_static/css/
Ddark.css53 /* Colors taken from the Godot script editor with the Adaptive theme */
/Zephyr-Core-3.6.0/drivers/timer/
DKconfig.x8649 limit becomes the CPU time taken to execute the timing
/Zephyr-Core-3.6.0/samples/boards/stm32/power_mgmt/serial_wakeup/
DREADME.rst77 In order to reach lower power consumption numbers following parameters should be taken
/Zephyr-Core-3.6.0/lib/os/
DKconfig17 When true, a spinlock will be taken around the output from a

123