Home
last modified time | relevance | path

Searched full:trailing (Results 1 – 25 of 61) sorted by relevance

123

/Zephyr-Core-3.6.0/include/zephyr/sys/
Dmath_extras.h144 * @name Count trailing zeros.
146 * Count the number of trailing zero bits in the bitwise representation of `x`.
152 * @brief Count the number of trailing zero bits in a 32-bit integer.
153 * @param x Integer to count trailing zeros in.
154 * @return Number of trailing zero bits in `x`.
159 * @brief Count the number of trailing zero bits in a 64-bit integer.
160 * @param x Integer to count trailing zeros in.
161 * @return Number of trailing zero bits in `x`.
/Zephyr-Core-3.6.0/dts/bindings/fpga/
Dlattice,ice40-fpga.yaml94 trailing-clocks:
97 After sending the bitstream, issue this number of trailing clocks with SPI_CS pulled high.
99 trailing-clocks = <49>;
/Zephyr-Core-3.6.0/doc/develop/toolchains/
Dother_x_compilers.rst37 compiler binaries plus the target triplet and trailing dash.
58 the common prefix is ``/usr/bin/arm-none-eabi-`` (including the trailing dash,
/Zephyr-Core-3.6.0/dts/bindings/spi/
Dnordic,nrf-spim.yaml37 of SCK (leading or trailing, depending on the CPHA setting used) until
/Zephyr-Core-3.6.0/include/zephyr/bluetooth/
Dcrypto.h86 * @param mic_size Size of the trailing MIC (in bytes)
111 * @param mic_size Size of the trailing MIC (in bytes)
/Zephyr-Core-3.6.0/scripts/ci/
Dpylintrc76 trailing-newlines,
77 trailing-whitespace,
182 trailing-comma-tuple,
Dtags.yaml17 # Paths to directories should always have a trailing '/'.
/Zephyr-Core-3.6.0/dts/bindings/pwm/
Dnxp,s32-emios-pwm.yaml105 - OPWMB: generate pulses with programmable leading and trailing
112 leading or trailing edge. The period is determined by period of
/Zephyr-Core-3.6.0/scripts/
Dgen_gcov_files.py35 # Remove the trailing new line char
/Zephyr-Core-3.6.0/cmake/compiler/armclang/
Dtarget.cmake15 # Strip out any trailing +<FOO> from GCC_M_CPU for cases when GCC_M_CPU is
/Zephyr-Core-3.6.0/.github/workflows/
Ddevicetree_checks.yml56 # Trailing '-' was just to get a different cache name
Dwest_cmds.yml57 # Trailing '-' was just to get a different cache name
/Zephyr-Core-3.6.0/include/zephyr/drivers/console/
Dipm_console.h51 * and then are sent to printk() once full (including a trailing NULL)
/Zephyr-Core-3.6.0/
D.gitlint4 ignore=title-trailing-punctuation, T3, title-max-length, T1, body-hard-tab, B3, B1
/Zephyr-Core-3.6.0/scripts/build/
Dgen_strerror_table.py71 # Generate string lengths (includes trailing '\0')
/Zephyr-Core-3.6.0/arch/riscv/
DKconfig.isa130 with negate, count leading / trailing zero bits, count population,
/Zephyr-Core-3.6.0/subsys/random/
Drand32_xoshiro128.c118 /* Write trailing bytes */ in z_impl_sys_rand_get()
/Zephyr-Core-3.6.0/subsys/testsuite/coverage/
Dcoverage.h86 * Information about a single function. This uses the trailing array
/Zephyr-Core-3.6.0/soc/arm/atmel_sam0/common/
Dadc_fixup_sam0.h76 /* a trailing underscore and/or lumpy concatenation is used to prevent expansion */
/Zephyr-Core-3.6.0/subsys/fs/
Dfuse_fs_access.c182 /* File system API expects trailing slash for a mount point in fuse_fs_access_readdir()
183 * directory but FUSE strips the trailing slashes from in fuse_fs_access_readdir()
/Zephyr-Core-3.6.0/scripts/west_commands/zspdx/
Dscanner.py44 # strip away trailing comment marks and whitespace, if any
/Zephyr-Core-3.6.0/subsys/testsuite/ztest/src/
Dztest_posix.c65 return file + strlen(cwd) + 1; /* move past the trailing '/' */ in ztest_relative_filename()
/Zephyr-Core-3.6.0/modules/littlefs/
Dzephyr_lfs_config.h117 /* Count the number of trailing binary zeros in a */
/Zephyr-Core-3.6.0/arch/riscv/core/
Dpmp.c218 * @param clear_trailing_entries True if trailing entries must be turned off
234 * @param clear_trailing_entries True if trailing entries must be turned off
256 * Make sure to clear trailing garbage in the last in write_pmp_entries()
/Zephyr-Core-3.6.0/include/zephyr/internal/
Dsyscall_handler.h221 * size of the string (not including the trailing NULL byte) just as
312 * @param maxlen Maximum size of the string including trailing NULL
329 * @param maxlen Maximum size of the string including trailing NULL

123