Home
last modified time | relevance | path

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

1234

/Zephyr-4.1.0/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-4.1.0/soc/ti/simplelink/cc32xx/
DREADME1 CC3220 Info taken from:
4 CC3235 Info taken from:
/Zephyr-4.1.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-4.1.0/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-4.1.0/samples/subsys/usb/mass/boards/
Drpi_pico.overlay17 * size is 1MB minus the 0x100 bytes taken by the bootloader.
/Zephyr-4.1.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-4.1.0/tests/benchmarks/sched_userspace/
DREADME.rst18 average time taken for a yield context switch.
/Zephyr-4.1.0/arch/arm64/core/
Dmacro_priv.inc20 /* FIMXME: aff3 not taken into consideration */
/Zephyr-4.1.0/samples/basic/fade_led/
DREADME.rst15 period is taken from Devicetree. It should be fast enough to be above the
/Zephyr-4.1.0/samples/sensor/tmp108/
DKconfig18 woken up and taken a temperature reading, calling sample_fetch
/Zephyr-4.1.0/samples/subsys/fs/fs_sample/boards/
Dnrf52840dk_nrf52840_ram_disk_region.overlay28 /* The second one is 64kiB region taken out of SRAM,
/Zephyr-4.1.0/boards/sparkfun/pro_micro_rp2040/
Dsparkfun_pro_micro_rp2040.dts51 * size is 16MB minus the 0x100 bytes taken by the bootloader.
/Zephyr-4.1.0/boards/adafruit/kb2040/
Dadafruit_kb2040.dts49 * size is 8MB minus the 0x100 bytes taken by the bootloader.
/Zephyr-4.1.0/subsys/rtio/
DKconfig39 without a pre-allocated memory buffer. Instead the buffer will be taken
/Zephyr-4.1.0/boards/waveshare/rp2040_zero/
Drp2040_zero.dts47 * size is 2MB minus the 0x100 bytes taken by the bootloader.
/Zephyr-4.1.0/drivers/display/
DKconfig.mcux_dcnano_lcdif46 should be taken to ensure that the memory allocated for the LCDIF
/Zephyr-4.1.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-4.1.0/boards/raspberrypi/rpi_pico/
Drpi_pico-common.dtsi82 * size is 2MB minus the 0x100 bytes taken by the bootloader.
/Zephyr-4.1.0/boards/raspberrypi/rpi_pico2/
Drpi_pico2.dtsi82 * The partition size is 4MB minus the 0x100 bytes taken by the
/Zephyr-4.1.0/tests/bluetooth/controller/ctrl_sw_privacy_unit/src/
Dmain.c38 zassert_equal(prpa_cache[i].taken, 0U, ""); in helper_privacy_clear()
/Zephyr-4.1.0/boards/pimoroni/pico_plus2/
Dpico_plus2.dtsi113 * The partition size is 16MB minus the 0x100 bytes taken by the
/Zephyr-4.1.0/cmake/
Dtarget_toolchain_flags.cmake5 # * The MD5 sum of the compiler itself. A MD5 checksum is taken of the content
/Zephyr-4.1.0/boards/wiznet/w5500_evb_pico2/
Dw5500_evb_pico2.dtsi103 * size is 16MB minus the 0x100 bytes taken by the bootloader.

1234