Home
last modified time | relevance | path

Searched full:always (Results 1 – 25 of 1184) sorted by relevance

12345678910>>...48

/Zephyr-latest/cmake/sca/eclair/ECL/
Dcall_properties.ecl2 -call_properties+={"name(z_phys_map)", {"pointee_read(1=never)","pointee_write(1=always)","taken()"…
6 "pointee_write(1..2=always)","taken()"
9 "pointee_read(1..2=never&&3..4=always)",
13 -call_properties+={"name(check_sum)", {"pointee_read(1=always)","pointee_write(1=never)"}}
16 -call_properties+={"name(mbox_message_put)", {"pointee_read(3=always)","pointee_write(3=always)"}}
19 -call_properties+={"name(size_mul_overflow)", {"pointee_read(3=never)","pointee_write(3=always)","t…
20 -call_properties+={"name(size_add_overflow)", {"pointee_read(3=never)","pointee_write(3=always)","t…
21 -call_properties+={"name(__builtin_mul_overflow)", {"pointee_read(3=never)","pointee_write(3=always
22 -call_properties+={"name(__builtin_add_overflow)", {"pointee_read(3=never)","pointee_write(3=always
30 -call_properties+={"name(find_and_stack)", {"pointee_read(3=never)","pointee_write(3=always)"}}
[all …]
/Zephyr-latest/drivers/watchdog/
DKconfig.opentitan1 # OpenTitan Always-On Timer support
7 bool "OpenTitan Always-On (AON) Timer"
/Zephyr-latest/cmake/bintools/
Dbintools_template.cmake18 # - <tool>_flag : Flags that must always be used with this command
56 # memusage_flag : Flags that must always be applied when calling memusage command
57 # memusage_flag_final : Flags that must always be applied last at the memusage command
65 # elfconvert_flag : Flags that must always be applied when calling elfconvert comma…
66 # elfconvert_flag_final : Flags that must always be applied last at the elfconvert command
86 # disassembly_flag : Flags that must always be applied when calling disassembly com…
87 # disassembly_flag_final : Flags that must always be applied last at the disassembly comm…
97 # readelf_flag : Flags that must always be applied when calling readelf command
98 # readelf_flag_final : Flags that must always be applied last at the readelf command
107 # strip_flag : Flags that must always be applied when calling strip command
[all …]
/Zephyr-latest/soc/neorv32/
DKconfig.soc11 - Zicsr (always enabled)
12 - Zifencei (always enabled)
/Zephyr-latest/arch/arm/include/cortex_m/
Dcmse.h61 * This function shall always return zero:
81 * This function shall always return zero:
101 * This function shall always return zero:
123 * This function shall always return zero:
151 * The macro shall always evaluate to zero if called from an unprivileged mode.
168 * The macro shall always evaluate to zero if called from an unprivileged mode.
186 * The macro shall always evaluate to zero if called from an unprivileged mode.
203 * The macro shall always evaluate to zero if called from an unprivileged mode.
275 * This function shall always return zero if executed from Non-Secure state.
290 * This function shall always return zero:
[all …]
/Zephyr-latest/boards/raytac/mdbt53_db_40/
DKconfig.defconfig13 # secure image (TRUSTED_EXECUTION_SECURE=y), the secure FW image shall always
24 # (TRUSTED_EXECUTION_SECURE=y), the secure FW image SRAM shall always
30 # always restricted to the allocated non-secure SRAM partition.
/Zephyr-latest/boards/nordic/nrf5340_audio_dk/
DKconfig.defconfig13 # secure image (TRUSTED_EXECUTION_SECURE=y), the secure FW image shall always
24 # (TRUSTED_EXECUTION_SECURE=y), the secure FW image SRAM shall always
30 # always restricted to the allocated non-secure SRAM partition.
/Zephyr-latest/boards/raytac/mdbt53v_db_40/
DKconfig.defconfig13 # secure image (TRUSTED_EXECUTION_SECURE=y), the secure FW image shall always
24 # (TRUSTED_EXECUTION_SECURE=y), the secure FW image SRAM shall always
30 # always restricted to the allocated non-secure SRAM partition.
/Zephyr-latest/boards/nordic/nrf5340dk/
DKconfig.defconfig13 # secure image (TRUSTED_EXECUTION_SECURE=y), the secure FW image shall always
24 # (TRUSTED_EXECUTION_SECURE=y), the secure FW image SRAM shall always
30 # always restricted to the allocated non-secure SRAM partition.
/Zephyr-latest/cmake/modules/
Dgit.cmake11 # OUTPUT is set to the output of `git describe --abbrev=12 --always` as run
17 COMMAND ${GIT_EXECUTABLE} describe --abbrev=12 --always
/Zephyr-latest/boards/nordic/thingy53/
DKconfig.defconfig13 # secure image (TRUSTED_EXECUTION_SECURE=y), the secure FW image shall always
24 # (TRUSTED_EXECUTION_SECURE=y), the secure FW image SRAM shall always
30 # always restricted to the allocated non-secure SRAM partition.
/Zephyr-latest/dts/bindings/rtc/
Depson,rx8130ce.yaml29 - 2 # Non-rechargeable battery backup i2c & FOUT are always on
31 - 4 # Rechargeable battery backup i2c & FOUT are always on
/Zephyr-latest/boards/ezurio/bl5340_dvk/
DKconfig.defconfig17 # secure image (TRUSTED_EXECUTION_SECURE=y), the secure FW image shall always
28 # (TRUSTED_EXECUTION_SECURE=y), the secure FW image SRAM shall always
34 # always restricted to the allocated non-secure SRAM partition.
/Zephyr-latest/dts/bindings/mmc/
Drenesas,rcar-emmc.yaml26 Non-removable slots (like eMMC), which are assumed to always be present,
27 will affect the `sdhc_card_present` call. This call will always return
/Zephyr-latest/.github/workflows/
Dstale_issue.yml17 closed in 14 days. Note, that you can always re-open a closed pull request at any time.'
21 14 days. Note, that you can always re-open a closed issue at any time.'
Dcodecov.yaml113 if: always()
118 if: always()
123 if: always()
199 if: always()
211 if: always()
222 if: always()
/Zephyr-latest/tests/crypto/mbedtls_psa/
Dtestcase.yaml5 # - psa_generate_random() which is always available as long as PSA crypto is
33 # enable the timer random generator because it's always available on all
/Zephyr-latest/subsys/logging/
DKconfig.misc39 bool "Always use runtime message creation (v2)"
44 If enabled, runtime method is always used for message creation. Static
109 Enable this option to force log messages to always append location of
/Zephyr-latest/samples/drivers/led/led_strip/boards/
Dnrf52dk_nrf52832.conf2 # so PAN 58 doesn't matter, because the RX length is always 0.
/Zephyr-latest/dts/bindings/pinctrl/
Dite,it8xxx2-pinctrl-func.yaml44 If KSO[15:0] is in GPIO mode, then this bit is always disabled.
51 If KSI[7:0]/KSO[15:0] is in GPIO mode, then this bit is always disabled.
/Zephyr-latest/drivers/entropy/
Dfake_entropy_native_sim.c8 * this entropy device will always generate the same random sequence when
51 /* The host random() provides a number between 0 and 2**31-1. Bit 32 is always 0. in entropy_native_sim_get_entropy()
72 * and always produces data. in entropy_native_sim_get_entropy_isr()
/Zephyr-latest/boards/digilent/zybo/
Dzybo_defconfig3 # The GTC is always clocked at 1/2 of the CPU frequency (CPU_3x2x)
/Zephyr-latest/boards/native/nrf_bsim/common/cmsis/
Dcmsis_instr.h51 * These accesses always succeed, and do NOT set any kind of internal
74 * \return 0 Function succeeded (always)
87 * \return 0 Function succeeded (always)
100 * \return 0 Function succeeded (always)
/Zephyr-latest/doc/develop/west/
Dwhy.rst92 - **Optional**: it is always *possible* to drop back to "raw"
95 always be *convenient* to do so, however. (If all of west's features
100 emulator support will always remain compatible with direct use of
118 can always find out what is happening "under the hood" when using west.
/Zephyr-latest/samples/boards/bbc/microbit/pong/boards/
Dbbc_microbit.overlay3 /* period is always set dynamically by the application */

12345678910>>...48