| /Zephyr-4.1.0/cmake/sca/eclair/ECL/ |
| D | call_properties.ecl | 2 -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/ |
| D | README | 1 CC3220 Info taken from: 4 CC3235 Info taken from:
|
| /Zephyr-4.1.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-4.1.0/tests/kernel/mem_protect/userspace/boards/ |
| D | mimxrt595_evk_mimxrt595s_cm33.overlay | 10 * otherwise would be taken up for the SRAM1 USB region.
|
| D | mimxrt685_evk_mimxrt685s_cm33.overlay | 10 * otherwise would be taken up for the SRAM1 USB region.
|
| /Zephyr-4.1.0/samples/subsys/usb/mass/boards/ |
| D | rpi_pico.overlay | 17 * size is 1MB minus the 0x100 bytes taken by the bootloader.
|
| /Zephyr-4.1.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-4.1.0/tests/benchmarks/sched_userspace/ |
| D | README.rst | 18 average time taken for a yield context switch.
|
| /Zephyr-4.1.0/arch/arm64/core/ |
| D | macro_priv.inc | 20 /* FIMXME: aff3 not taken into consideration */
|
| /Zephyr-4.1.0/samples/basic/fade_led/ |
| D | README.rst | 15 period is taken from Devicetree. It should be fast enough to be above the
|
| /Zephyr-4.1.0/samples/sensor/tmp108/ |
| D | Kconfig | 18 woken up and taken a temperature reading, calling sample_fetch
|
| /Zephyr-4.1.0/samples/subsys/fs/fs_sample/boards/ |
| D | nrf52840dk_nrf52840_ram_disk_region.overlay | 28 /* The second one is 64kiB region taken out of SRAM,
|
| /Zephyr-4.1.0/boards/sparkfun/pro_micro_rp2040/ |
| D | sparkfun_pro_micro_rp2040.dts | 51 * size is 16MB minus the 0x100 bytes taken by the bootloader.
|
| /Zephyr-4.1.0/boards/adafruit/kb2040/ |
| D | adafruit_kb2040.dts | 49 * size is 8MB minus the 0x100 bytes taken by the bootloader.
|
| /Zephyr-4.1.0/subsys/rtio/ |
| D | Kconfig | 39 without a pre-allocated memory buffer. Instead the buffer will be taken
|
| /Zephyr-4.1.0/boards/waveshare/rp2040_zero/ |
| D | rp2040_zero.dts | 47 * size is 2MB minus the 0x100 bytes taken by the bootloader.
|
| /Zephyr-4.1.0/drivers/display/ |
| D | Kconfig.mcux_dcnano_lcdif | 46 should be taken to ensure that the memory allocated for the LCDIF
|
| /Zephyr-4.1.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-4.1.0/boards/raspberrypi/rpi_pico/ |
| D | rpi_pico-common.dtsi | 82 * size is 2MB minus the 0x100 bytes taken by the bootloader.
|
| /Zephyr-4.1.0/boards/raspberrypi/rpi_pico2/ |
| D | rpi_pico2.dtsi | 82 * The partition size is 4MB minus the 0x100 bytes taken by the
|
| /Zephyr-4.1.0/tests/bluetooth/controller/ctrl_sw_privacy_unit/src/ |
| D | main.c | 38 zassert_equal(prpa_cache[i].taken, 0U, ""); in helper_privacy_clear()
|
| /Zephyr-4.1.0/boards/pimoroni/pico_plus2/ |
| D | pico_plus2.dtsi | 113 * The partition size is 16MB minus the 0x100 bytes taken by the
|
| /Zephyr-4.1.0/cmake/ |
| D | target_toolchain_flags.cmake | 5 # * The MD5 sum of the compiler itself. A MD5 checksum is taken of the content
|
| /Zephyr-4.1.0/boards/wiznet/w5500_evb_pico2/ |
| D | w5500_evb_pico2.dtsi | 103 * size is 16MB minus the 0x100 bytes taken by the bootloader.
|