Searched full:leading (Results 1 – 25 of 101) sorted by relevance
12345
/Zephyr-latest/include/zephyr/sys/ |
D | math_extras.h | 120 * @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`.
|
D | crc.h | 85 * @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
|
D | printk.h | 36 * Field width (with or without leading zeroes) is supported.
|
/Zephyr-latest/tests/drivers/spi/spi_controller_peripheral/ |
D | Kconfig | 9 0: CPOL 0 (Active high), CPHA 0 (leading) 11 2: CPOL 1 (Active low), CPHA 0 (leading)
|
/Zephyr-latest/dts/bindings/fpga/ |
D | lattice,ice40-fpga-base.yaml | 38 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/ |
D | udoo_neo_full_mcimx6x_m4.dts | 17 #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/ |
D | firmwares.ld | 10 * second binary as part of the first one, leading to initialization
|
/Zephyr-latest/drivers/watchdog/ |
D | Kconfig.it8xxx2 | 24 bool "Reduce warning leading time"
|
/Zephyr-latest/dts/bindings/pwm/ |
D | nxp,s32-emios-pwm.yaml | 13 - 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/ |
D | nordic,nrf-spim.yaml | 37 of SCK (leading or trailing, depending on the CPHA setting used) until
|
/Zephyr-latest/dts/bindings/wifi/ |
D | nordic,nrf70-qspi.yaml | 42 Set to indicate that the clock leading edge is falling (CPOL=1).
|
/Zephyr-latest/dts/bindings/dma/ |
D | nxp,edma.yaml | 22 leading to a more readable DTS. Of course, this property
|
/Zephyr-latest/subsys/bindesc/ |
D | gen_bindesc_build_time_h.cmake | 17 # remove leading zeros so that the output will not be interpreted as octal
|
/Zephyr-latest/include/zephyr/drivers/misc/ft8xx/ |
D | ft8xx_copro.h | 110 * 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/ |
D | gen_gcov_files.py | 33 # Remove the leading delimiter "*"
|
/Zephyr-latest/samples/subsys/smf/smf_calculator/src/ |
D | smf_calculator_thread.c | 226 /* 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/ |
D | test_fifo_cancel.c | 39 * from the call, leading to crash. in tfifo_thread_thread()
|
/Zephyr-latest/drivers/fpga/ |
D | fpga_ice40_spi.c | 39 * 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/ |
D | hex.c | 67 /* if hexlen is uneven, insert leading zero nibble */ in hex2bin()
|
/Zephyr-latest/dts/bindings/mtd/ |
D | nordic,qspi-nor.yaml | 91 Set to indicate clock leading edge is falling (CPOL=1).
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_vendor.h | 12 /* Measurement based on drifting roles that can overlap leading to collision
|
/Zephyr-latest/arch/riscv/ |
D | Kconfig.isa | 130 with negate, count leading / trailing zero bits, count population,
|
/Zephyr-latest/samples/subsys/smf/smf_calculator/ |
D | README.rst | 16 ignoring leading zeroes, and disallowing multiple decimal points.
|
/Zephyr-latest/scripts/kconfig/ |
D | diffconfig | 22 Added and removed items are shown with a leading plus or minus, respectively.
|
/Zephyr-latest/lib/libc/minimal/source/stdlib/ |
D | strtoll.c | 52 * Skip white space and pick up leading +/- sign if any. in strtoll()
|
12345