Home
last modified time | relevance | path

Searched full:significant (Results 1 – 25 of 162) sorted by relevance

1234567

/Zephyr-latest/scripts/native_simulator/common/src/
Dnsi_internal.h17 * @brief find least significant bit set in a 32-bit word
19 * This routine finds the first bit set starting from the least significant bit
21 * numbered starting at 1 from the least significant bit. A return value of
24 * @return least significant bit set, 0 if @a op is 0
33 * @brief find least significant bit set in a 64-bit word
35 * This routine finds the first bit set starting from the least significant bit
37 * numbered starting at 1 from the least significant bit. A return value of
40 * @return least significant bit set, 0 if @a op is 0
/Zephyr-latest/include/zephyr/arch/common/
Dffs.h21 * @brief find most significant bit set in a 32-bit word
23 * This routine finds the first bit set starting from the most significant bit
25 * numbered starting at 1 from the least significant bit. A return value of
28 * @return most significant bit set, 0 if @a op is 0
43 * @brief find least significant bit set in a 32-bit word
45 * This routine finds the first bit set starting from the least significant bit
47 * numbered starting at 1 from the least significant bit. A return value of
50 * @return least significant bit set, 0 if @a op is 0
/Zephyr-latest/tests/bluetooth/host/data/bt_data_parse/src/
Dmain.c55 /* Significant part */ in ZTEST()
74 * Test early termination of the significant part
77 * - The significant part contains a sequence of N AD structures
78 * - The non-significant part extends the data with all-zero octets
87 /* Significant part */ in ZTEST()
91 /* Non-significant part */ in ZTEST()
119 /* Significant part */ in ZTEST()
177 /* Significant part */ in ZTEST()
/Zephyr-latest/tests/bsim/bluetooth/host/att/read_fill_buf/
Dcommon_defs.h7 /* Ad-hoc randomized UUID. The value is not significant. */
12 /* Ad-hoc randomized UUID. The value is not significant. */
/Zephyr-latest/subsys/bluetooth/controller/util/
Dutil.c60 * - It shall have a minimum of two transitions in the most significant six
64 * - It shall have at least three ones in the least significant 8 bits.
65 * - It shall have no more than eleven transitions in the least significant 16
131 * significant six bits. in util_aa_le32()
186 * significant 16 bits. in util_aa_le32()
286 uint8_t dwh[2]; /* Holds the two most significant bytes of DW */ in util_bis_aa_le32()
294 /* Most significant 6 bits of DW are bit extension of least significant in util_bis_aa_le32()
307 /* Most significant 16-bits of SAA XOR DW, least significant 16-bit are in util_bis_aa_le32()
/Zephyr-latest/subsys/lorawan/services/
DKconfig98 This setting has significant influence on RAM usage.
117 This setting has significant influence on RAM usage. If the exact
138 This setting has significant influence on RAM usage. If the exact
156 This setting has significant influence on RAM usage.
/Zephyr-latest/include/zephyr/drivers/sensor/
Dtdk_apex.h39 * ** Significant Motion Detector (SMD): Detects significant motion based on
/Zephyr-latest/include/zephyr/
Dkernel_version.h24 * Part 1: The three most significant bytes represent the kernel's
31 * Part 2: The least significant byte is reserved for future use.
/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/src/
Dutil.c61 * - It shall have a minimum of two transitions in the most significant six
65 * - It shall have at least three ones in the least significant 8 bits.
66 * - It shall have no more than eleven transitions in the least significant 16
132 * significant six bits. in util_aa_le32()
181 * significant 16 bits. in util_aa_le32()
/Zephyr-latest/cmake/compiler/host-gcc/
Dcompiler_flags.cmake2 # Significant overlap with freestanding gcc compiler so reuse it
/Zephyr-latest/dts/bindings/mm/
Dintel,adsp-tlb.yaml17 description: Number of significant bits in the page index.
Dintel,adsp-mtl-tlb.yaml17 description: Number of significant bits in the page index.
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/
Dticker.h11 /* Macro defines the h/w supported most significant bit */
26 /* Macro defines the h/w supported most significant bit */
/Zephyr-latest/soc/microchip/mec/mec172x/reg/
Dmec172x_vbat.h77 * Monotonic Counter least significant word (32-bit), read-only.
82 /* Monotonic Counter most significant word (32-bit). Read-Write */
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/
Dec_host_cmd_backend_shi.h63 * NOTE: Some SPI configurations place the Most Significant Bit on SDO when
64 * CS goes low. This macro has the Most Significant Bit set to zero,
/Zephyr-latest/cmake/sca/eclair/
Dsca_options.cmake10 require a significant amount of time" OFF)
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/
Decb.c67 * The most significant octet of key corresponds to key[0], the most in ecb_encrypt()
68 * significant octet of plaintextData corresponds to in[0] and the most in ecb_encrypt()
69 * significant octet of encryptedData corresponds to out[0] using the in ecb_encrypt()
Dticker.h19 /* Macro defines the h/w supported most significant bit */
/Zephyr-latest/include/zephyr/audio/
Ddmic.h137 * Each channel is described as a 4-bit number, the least significant
140 * The most significant 3 bits indicate the PDM controller number:
223 * @param channel_map_lo Lower order/significant bits of the channel map
224 * @param channel_map_hi Higher order/significant bits of the channel map
/Zephyr-latest/doc/services/llext/
Dconfig.rst101 significant as the number of exported symbols increases.
113 binary is no longer necessary, which provides a significant decrease in
/Zephyr-latest/include/zephyr/drivers/usb_c/
Dtcpci_priv.h99 * significant to most significant.
/Zephyr-latest/dts/bindings/sensor/
Dnxp,fxos8700-common.yaml134 Magnetic vector-magnitude threshold most significant byte.
141 Magnetic vector-magnitude threshold least significant byte.
/Zephyr-latest/include/zephyr/arch/arm/
Dthread.h98 * : Least significant byte of EXC_RETURN |
111 * Bits 8-15: Least significant octet of the EXC_RETURN value when a
/Zephyr-latest/dts/bindings/mipi-dbi/
Dnxp,lcdic.yaml25 the most significant byte first when using multibyte pixel formats.
/Zephyr-latest/drivers/sensor/microchip/tcn75a/
Dtcn75a.h65 /* This conversion is imprecise, but because the 4 least significant bits

1234567