/Zephyr-Core-3.6.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.6.0/soc/arm/ti_simplelink/cc32xx/ |
D | README | 1 CC3220 Info taken from: 4 CC3235 Info taken from:
|
/Zephyr-Core-3.6.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.6.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.6.0/tests/benchmarks/sched_userspace/ |
D | README.rst | 18 average time taken for a yield context switch.
|
/Zephyr-Core-3.6.0/boards/arm64/mimx93_evk/ |
D | mimx93_evk_a55_sof_defconfig | 24 # set manually to 64 (value taken from A55 TRM).
|
/Zephyr-Core-3.6.0/arch/arm64/core/ |
D | macro_priv.inc | 20 /* FIMXME: aff3 not taken into consideration */
|
/Zephyr-Core-3.6.0/samples/basic/fade_led/ |
D | README.rst | 15 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/ |
D | sparkfun_pro_micro_rp2040.dts | 49 * size is 16MB minus the 0x100 bytes taken by the bootloader.
|
/Zephyr-Core-3.6.0/samples/sensor/tmp108/ |
D | Kconfig | 18 woken up and taken a temperature reading, calling sample_fetch
|
/Zephyr-Core-3.6.0/subsys/rtio/ |
D | Kconfig | 31 without a pre-allocated memory buffer. Instead the buffer will be taken
|
/Zephyr-Core-3.6.0/boards/arm/adafruit_kb2040/ |
D | adafruit_kb2040.dts | 49 * size is 8MB minus the 0x100 bytes taken by the bootloader.
|
/Zephyr-Core-3.6.0/drivers/display/ |
D | Kconfig.mcux_dcnano_lcdif | 46 should be taken to ensure that the memory allocated for the LCDIF
|
/Zephyr-Core-3.6.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.6.0/cmake/ |
D | target_toolchain_flags.cmake | 5 # * The MD5 sum of the compiler itself. A MD5 checksum is taken of the content
|
/Zephyr-Core-3.6.0/boards/arm/rpi_pico/ |
D | rpi_pico-common.dtsi | 81 * size is 2MB minus the 0x100 bytes taken by the bootloader.
|
/Zephyr-Core-3.6.0/boards/arm/adafruit_qt_py_rp2040/ |
D | adafruit_qt_py_rp2040.dts | 49 * size is 8MB minus the 0x100 bytes taken by the bootloader.
|
/Zephyr-Core-3.6.0/tests/bluetooth/ctrl_sw_privacy_unit/src/ |
D | main.c | 38 zassert_equal(prpa_cache[i].taken, 0U, ""); in helper_privacy_clear()
|
/Zephyr-Core-3.6.0/boards/arm/w5500_evb_pico/ |
D | w5500_evb_pico.dts | 105 * size is 16MB minus the 0x100 bytes taken by the bootloader.
|
/Zephyr-Core-3.6.0/doc/_static/css/ |
D | dark.css | 53 /* Colors taken from the Godot script editor with the Adaptive theme */
|
/Zephyr-Core-3.6.0/drivers/timer/ |
D | Kconfig.x86 | 49 limit becomes the CPU time taken to execute the timing
|
/Zephyr-Core-3.6.0/samples/boards/stm32/power_mgmt/serial_wakeup/ |
D | README.rst | 77 In order to reach lower power consumption numbers following parameters should be taken
|
/Zephyr-Core-3.6.0/lib/os/ |
D | Kconfig | 17 When true, a spinlock will be taken around the output from a
|