Home
last modified time | relevance | path

Searched full:leading (Results 1 – 25 of 101) sorted by relevance

12345

/Zephyr-latest/include/zephyr/sys/
Dmath_extras.h120 * @name Count leading zeros.
122 * Count the number of leading zero bits in the bitwise representation of `x`.
128 * @brief Count the number of leading zero bits in a 32-bit integer.
129 * @param x Integer to count leading zeros in.
130 * @return Number of leading zero bits in `x`.
135 * @brief Count the number of leading zero bits in a 64-bit integer.
136 * @param x Integer to count leading zeros in.
137 * @return Number of leading zero bits in `x`.
Dcrc.h85 * @param poly The polynomial to use omitting the leading x^16
114 * @param poly The polynomial to use omitting the leading x^16
132 * @param polynomial The polynomial to use omitting the leading x^8
333 * @param polynomial The polynomial to use omitting the leading x^4
382 * @param poly The polynomial to use omitting the leading coefficient
Dprintk.h36 * Field width (with or without leading zeroes) is supported.
/Zephyr-latest/tests/drivers/spi/spi_controller_peripheral/
DKconfig9 0: CPOL 0 (Active high), CPHA 0 (leading)
11 2: CPOL 1 (Active low), CPHA 0 (leading)
/Zephyr-latest/dts/bindings/fpga/
Dlattice,ice40-fpga-base.yaml38 leading-clocks:
42 Prior to sending the bitstream, issue this number of leading clocks with SPI_CS pulled high.
/Zephyr-latest/boards/udoo/udoo_neo_full/
Dudoo_neo_full_mcimx6x_m4.dts17 #define DT_FLASH_ADDR 84000000 /* DT_ADDR will add leading 0x where needed */
25 #define DT_SRAM_ADDR 84080000 /* DT_ADDR will add leading 0x where needed */
/Zephyr-latest/soc/nxp/rw/
Dfirmwares.ld10 * second binary as part of the first one, leading to initialization
/Zephyr-latest/drivers/watchdog/
DKconfig.it8xxx224 bool "Reduce warning leading time"
/Zephyr-latest/dts/bindings/pwm/
Dnxp,s32-emios-pwm.yaml13 - Channel 2 for mode OPWMCB with deadtime inserted at leading edge
105 - OPWMB: generate pulses with programmable leading and trailing
112 leading or trailing edge. The period is determined by period of
/Zephyr-latest/dts/bindings/spi/
Dnordic,nrf-spim.yaml37 of SCK (leading or trailing, depending on the CPHA setting used) until
/Zephyr-latest/dts/bindings/wifi/
Dnordic,nrf70-qspi.yaml42 Set to indicate that the clock leading edge is falling (CPOL=1).
/Zephyr-latest/dts/bindings/dma/
Dnxp,edma.yaml22 leading to a more readable DTS. Of course, this property
/Zephyr-latest/subsys/bindesc/
Dgen_bindesc_build_time_h.cmake17 # remove leading zeros so that the output will not be interpreted as octal
/Zephyr-latest/include/zephyr/drivers/misc/ft8xx/
Dft8xx_copro.h110 * is the rightmost pixel. By default the number is displayed with no leading
112 * is padded if necessary with leading zeroes so that it has the given width.
/Zephyr-latest/scripts/
Dgen_gcov_files.py33 # Remove the leading delimiter "*"
/Zephyr-latest/samples/subsys/smf/smf_calculator/src/
Dsmf_calculator_thread.c226 /* Don't insert the leading zero */ in ready_run()
300 /* Don't need to insert leading zeroes */ in negated_1_run()
354 /* We ignore leading zeroes */ in zero_1_run()
440 /* Don't insert the leading zero */ in negated_2_run()
510 /* We ignore leading zeroes */ in zero_2_run()
579 /* Don't insert the leading zero */ in op_entered_run()
/Zephyr-latest/tests/kernel/fifo/fifo_api/src/
Dtest_fifo_cancel.c39 * from the call, leading to crash. in tfifo_thread_thread()
/Zephyr-latest/drivers/fpga/
Dfpga_ice40_spi.c39 * during the leading and trailing clock phase. in fpga_ice40_load()
108 LOG_ERR("Failed to send leading %u clocks: %d", config->leading_clocks, ret); in fpga_ice40_load()
/Zephyr-latest/lib/utils/
Dhex.c67 /* if hexlen is uneven, insert leading zero nibble */ in hex2bin()
/Zephyr-latest/dts/bindings/mtd/
Dnordic,qspi-nor.yaml91 Set to indicate clock leading edge is falling (CPOL=1).
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_vendor.h12 /* Measurement based on drifting roles that can overlap leading to collision
/Zephyr-latest/arch/riscv/
DKconfig.isa130 with negate, count leading / trailing zero bits, count population,
/Zephyr-latest/samples/subsys/smf/smf_calculator/
DREADME.rst16 ignoring leading zeroes, and disallowing multiple decimal points.
/Zephyr-latest/scripts/kconfig/
Ddiffconfig22 Added and removed items are shown with a leading plus or minus, respectively.
/Zephyr-latest/lib/libc/minimal/source/stdlib/
Dstrtoll.c52 * Skip white space and pick up leading +/- sign if any. in strtoll()

12345