Searched refs:its (Results 1 – 25 of 818) sorted by relevance
12345678910>>...33
/Zephyr-latest/subsys/secure_storage/ |
D | CMakeLists.txt | 18 if ((header MATCHES "^its") AND NOT (header STREQUAL "its/common.h")) 19 make_available(its/common.h) 27 make_available(its.h) 37 make_available(its/transform.h) 41 make_available(its/store.h) 47 make_available(its/transform/aead_get.h)
|
/Zephyr-latest/samples/psa/its/ |
D | README.rst | 27 This sample is located in :zephyr_file:`samples/psa/its`. 39 :zephyr-app: samples/psa/its 43 :west-args: -T sample.psa.its.tfm 52 :zephyr-app: samples/psa/its 56 :west-args: -T sample.psa.its.secure_storage.entropy_driver 61 :zephyr-app: samples/psa/its 65 :west-args: -T sample.psa.its.secure_storage.entropy_not_secure
|
/Zephyr-latest/soc/intel/intel_socfpga/agilex5/ |
D | mmu_regions.c | 38 DT_REG_ADDR(DT_NODELABEL(its)), 39 DT_REG_SIZE(DT_NODELABEL(its)),
|
/Zephyr-latest/lib/posix/options/ |
D | timer.c | 204 int timer_gettime(timer_t timerid, struct itimerspec *its) in timer_gettime() argument 220 its->it_value.tv_sec = (int32_t) secs; in timer_gettime() 221 its->it_value.tv_nsec = (int32_t) nsecs; in timer_gettime() 224 its->it_value.tv_sec = 0; in timer_gettime() 225 its->it_value.tv_nsec = 0; in timer_gettime() 229 its->it_interval = timer->interval; in timer_gettime()
|
/Zephyr-latest/subsys/secure_storage/src/ |
D | CMakeLists.txt | 6 add_subdirectory(its)
|
/Zephyr-latest/tests/drivers/coredump/coredump_api/boards/ |
D | qemu_riscv32_qemu_virt_riscv32_smp.overlay | 2 * Copyright Meta Platforms, Inc. and its affiliates.
|
/Zephyr-latest/drivers/coredump/ |
D | CMakeLists.txt | 1 # Copyright Meta Platforms, Inc. and its affiliates.
|
/Zephyr-latest/drivers/sensor/bosch/bmp581/ |
D | CMakeLists.txt | 2 # Copyright (c) 2022 Badgerd Technologies B.V and its affiliates
|
/Zephyr-latest/boards/arm/fvp_base_revc_2xaemv8a/ |
D | fvp_base_revc_2xaemv8a_fvp_base_revc_2xaemv8a_smp_ns.dts | 2 * Copyright (c) 2022 Arm Limited (or its affiliates). All rights reserved.
|
/Zephyr-latest/boards/arm/fvp_baser_aemv8r/ |
D | fvp_baser_aemv8r_fvp_aemv8r_aarch64_smp.dts | 2 * Copyright (c) 2021 Arm Limited (or its affiliates). All rights reserved.
|
D | fvp_baser_aemv8r_fvp_aemv8r_aarch32_smp.dts | 2 * Copyright (c) 2023 Arm Limited (or its affiliates). All rights reserved.
|
D | Kconfig.defconfig | 1 # Copyright (c) 2021 Arm Limited (or its affiliates). All rights reserved.
|
/Zephyr-latest/doc/kernel/services/synchronization/ |
D | semaphores.rst | 17 semaphore is referenced by its memory address. 28 to a non-negative value that is less than or equal to its limit. 31 increments its count, unless the count is already equal to the limit. 34 decrements its count, unless the semaphore is unavailable (i.e. at zero). 61 semaphore by setting its count to 0 and its limit to 1.
|
/Zephyr-latest/samples/drivers/adc/adc_dt/boards/ |
D | ev11l78a.overlay | 2 * Copyright (c) 2023, Meta Platforms, Inc. and its affiliates.
|
/Zephyr-latest/tests/drivers/adc/adc_api/boards/ |
D | ev11l78a.overlay | 2 * Copyright (c) 2023, Meta Platforms, Inc. and its affiliates.
|
/Zephyr-latest/drivers/misc/ethos_u/ |
D | CMakeLists.txt | 1 # Copyright 2022 Arm Limited and/or its affiliates <open-source-office@arm.com>
|
/Zephyr-latest/soc/altr/zephyr_nios2f/cpu/ |
D | ghrd_10m50da.qpf | 5 # and other software and tools, and its AMPP partner logic 14 # devices manufactured by Altera and sold by Altera or its
|
/Zephyr-latest/dts/arm/atmel/ |
D | samx2xx14.dtsi | 2 * Copyright (c) 2023, Meta Platforms, Inc. and its affiliates.
|
D | samx2xx15.dtsi | 2 * Copyright (c) 2023, Meta Platforms, Inc. and its affiliates.
|
D | samx2xx16.dtsi | 2 * Copyright (c) 2023, Meta Platforms, Inc. and its affiliates.
|
D | samx2xx17.dtsi | 2 * Copyright (c) 2023, Meta Platforms, Inc. and its affiliates.
|
D | samx2xx18.dtsi | 2 * Copyright (c) 2023, Meta Platforms, Inc. and its affiliates.
|
/Zephyr-latest/soc/arm/mps3/ |
D | Kconfig.defconfig.mps3_corstone310 | 1 # Copyright 2024 Arm Limited and/or its affiliates <open-source-office@arm.com>
|
/Zephyr-latest/dts/arm/renesas/smartbond/ |
D | da14695.dtsi | 1 /* Copyright (c) 2023 Renesas Electronics Corporation and/or its affiliates */
|
/Zephyr-latest/drivers/sensor/bosch/bmp388/ |
D | CMakeLists.txt | 2 # Copyright (c) 2020 Facebook, Inc. and its affiliates
|
12345678910>>...33