Searched refs:its (Results 1 – 25 of 572) sorted by relevance
12345678910>>...23
/Zephyr-Core-3.5.0/lib/posix/ |
D | timer.c | 93 int timer_gettime(timer_t timerid, struct itimerspec *its) in timer_gettime() argument 109 its->it_value.tv_sec = (int32_t) secs; in timer_gettime() 110 its->it_value.tv_nsec = (int32_t) nsecs; in timer_gettime() 113 its->it_value.tv_sec = 0; in timer_gettime() 114 its->it_value.tv_nsec = 0; in timer_gettime() 118 its->it_interval = timer->interval; in timer_gettime()
|
/Zephyr-Core-3.5.0/soc/arm64/intel_socfpga/agilex5/ |
D | mmu_regions.c | 34 DT_REG_ADDR(DT_NODELABEL(its)), 35 DT_REG_SIZE(DT_NODELABEL(its)),
|
/Zephyr-Core-3.5.0/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-Core-3.5.0/drivers/coredump/ |
D | CMakeLists.txt | 1 # Copyright Meta Platforms, Inc. and its affiliates.
|
/Zephyr-Core-3.5.0/soc/arm64/arm/ |
D | CMakeLists.txt | 1 # Copyright (c) 2021 Arm Limited (or its affiliates). All rights reserved.
|
/Zephyr-Core-3.5.0/boards/arm64/fvp_base_revc_2xaemv8a/ |
D | fvp_base_revc_2xaemv8a_smp_ns.dts | 2 * Copyright (c) 2022 Arm Limited (or its affiliates). All rights reserved.
|
/Zephyr-Core-3.5.0/boards/arm64/fvp_baser_aemv8r/ |
D | fvp_baser_aemv8r_smp.dts | 2 * Copyright (c) 2021 Arm Limited (or its affiliates). All rights reserved.
|
D | Kconfig.board | 1 # Copyright (c) 2021 Arm Limited (or its affiliates). All rights reserved.
|
D | Kconfig.defconfig | 1 # Copyright (c) 2021 Arm Limited (or its affiliates). All rights reserved.
|
/Zephyr-Core-3.5.0/soc/nios2/nios2f-zephyr/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-Core-3.5.0/samples/drivers/adc/boards/ |
D | ev11l78a.overlay | 2 * Copyright (c) 2023, Meta Platforms, Inc. and its affiliates.
|
/Zephyr-Core-3.5.0/tests/drivers/adc/adc_api/boards/ |
D | ev11l78a.overlay | 2 * Copyright (c) 2023, Meta Platforms, Inc. and its affiliates.
|
/Zephyr-Core-3.5.0/drivers/misc/ethos_u/ |
D | CMakeLists.txt | 1 # Copyright 2022 Arm Limited and/or its affiliates <open-source-office@arm.com>
|
/Zephyr-Core-3.5.0/soc/arm64/arm/fvp_aemv8r/ |
D | CMakeLists.txt | 1 # Copyright (c) 2021 Arm Limited (or its affiliates). All rights reserved.
|
/Zephyr-Core-3.5.0/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-Core-3.5.0/drivers/sensor/bmp388/ |
D | CMakeLists.txt | 2 # Copyright (c) 2020 Facebook, Inc. and its affiliates
|
/Zephyr-Core-3.5.0/boards/arm/ev11l78a/ |
D | Kconfig.defconfig | 3 # Copyright (c) 2023 Meta Platforms, Inc. and its affiliates.
|
D | Kconfig.board | 3 # Copyright (c) 2023 Meta Platforms, Inc. and its affiliates.
|
/Zephyr-Core-3.5.0/tests/arch/arm64/arm64_smc_call/ |
D | Kconfig | 1 # Copyright (c) 2022 Arm Limited (or its affiliates). All rights reserved.
|
/Zephyr-Core-3.5.0/samples/modules/tflite-micro/tflm_ethosu/ |
D | Kconfig | 1 # Copyright 2022 Arm Limited and/or its affiliates <open-source-office@arm.com>
|
/Zephyr-Core-3.5.0/dts/arm64/ |
D | armv8-r.dtsi | 2 * Copyright (c) 2021 Arm Limited (or its affiliates). All rights reserved.
|
12345678910>>...23