Home
last modified time | relevance | path

Searched full:complement (Results 1 – 25 of 33) sorted by relevance

12

/Zephyr-latest/drivers/sensor/jedec/jc42/
Djc42.h46 * * Bits 0..11 encode the temperature in a 2s complement signed value
108 /* Get the 12-bit 2s complement value */ in jc42_temp_reg_from_signed()
125 /* Convert 12-bit 2s complement to signed negative in jc42_temp_signed_from_reg()
Djc42_trigger.c44 * the 12-bit 2s complement-plus-sign-bit register value. in jc42_attr_set()
/Zephyr-latest/tests/unit/intmath/
Dmain.c11 * 2's complement signed math. As this isn't technically guaranteed
23 /* Two's complement negation check: "-N" must equal "(~N)+1" */
/Zephyr-latest/include/zephyr/sys/
Dspeculation.h40 * the complement of index, so that we automatically reject any large in k_array_index_sanitize()
/Zephyr-latest/subsys/net/ip/
Dipv4.h57 /* 16-bit ones' complement of the entire message */
68 /* 16-bit ones' complement of the entire message */
79 /* 16-bit ones' complement of the entire message */
111 /* 16-bit ones' complement of the entire message */
/Zephyr-latest/boards/shields/p3t1755dp_ard_i2c/doc/
Dindex.rst19 The temperature register always stores a 12 bit two's complement data,
/Zephyr-latest/boards/shields/p3t1755dp_ard_i3c/doc/
Dindex.rst19 The temperature register always stores a 12 bit two's complement data,
/Zephyr-latest/drivers/sensor/silabs/si7006/
Dsi7006.c136 /* Deal with the split twos-complement / BCD format oddness with negatives */ in si7006_channel_get()
161 /* Deal with the split twos-complement / BCD format oddness with negatives */ in si7006_channel_get()
/Zephyr-latest/dts/bindings/mtd/
Datmel,at45.yaml33 (usually 0b) is the complement to the size of a regular sector.
/Zephyr-latest/drivers/adc/
Dadc_max1125x.c400 * the data format is two’s complement. In two’s complement the in max1125x_read_sample()
814 * bit= ‘0’, then the data format is two’s complement. In two’s
815 * complement the negative full-scale value is 0x8000, the midscale is 0x0000
830 * then the data format is two’s complement. In two’s complement the negative
Dadc_ads1x1x.c825 /* The ADS111X provides 16 bits of data in binary two's complement format
868 /* The ADS101X provides 12 bits of data in binary two's complement format
Dadc_mcux_lpadc.c450 /* 13 bit mode, MSB is sign bit. (2's complement) */
/Zephyr-latest/samples/boards/st/power_mgmt/adc/src/
Dmain.c76 * complement value. in main()
/Zephyr-latest/samples/drivers/adc/adc_dt/src/
Dmain.c81 * complement value.
/Zephyr-latest/include/zephyr/drivers/
Di2s.h49 * Serial data is transmitted in two's complement with the MSB first. Both
68 * Serial data is transmitted in two's complement with the MSB first. Both
87 * Serial data is transmitted in two's complement with the MSB first. Both
108 * Serial data is transmitted in two's complement with the MSB first. Both
129 * Serial data is transmitted in two's complement with the MSB first. Both
/Zephyr-latest/soc/st/stm32/common/
Dstm32_hsem.h14 /** HW semaphore Complement ID list defined in hw_conf.h from STM32WB
/Zephyr-latest/drivers/sensor/nxp/p3t1755/
Dp3t1755.c90 /* Convert 12-bit 2s complement to signed negative in p3t1755_convert_to_signed()
/Zephyr-latest/soc/nordic/nrf54l/
Dsoc.c106 /* The SLOPE field is in the two's complement form, hence this special in nordicsemi_nrf54l_init()
/Zephyr-latest/samples/boards/st/power_mgmt/suspend_to_ram/src/
Dmain.c173 * complement value. in adc_test()
/Zephyr-latest/drivers/serial/
Duart_mchp_xec.c168 #define MSR_CTS 0x10 /* complement of cts */
169 #define MSR_DSR 0x20 /* complement of dsr */
170 #define MSR_RI 0x40 /* complement of ring signal */
171 #define MSR_DCD 0x80 /* complement of dcd */
Duart_ns16550.c242 #define MSR_CTS 0x10 /* complement of cts */
243 #define MSR_DSR 0x20 /* complement of dsr */
244 #define MSR_RI 0x40 /* complement of ring signal */
245 #define MSR_DCD 0x80 /* complement of dcd */
/Zephyr-latest/boards/nxp/ls1046ardb/doc/
Dindex.rst9 processor and is optimized to support the DDR4 memory and a full complement
/Zephyr-latest/subsys/modbus/
Dmodbus_serial.c92 /* Two complement the binary sum */ in modbus_ascii_get_lrc()
/Zephyr-latest/soc/nordic/nrf53/
Dsoc.c521 /* The SLOPE field is in the two's complement form, hence this special in nordicsemi_nrf53_init()
/Zephyr-latest/drivers/sensor/infineon/dps310/
Ddps310.c460 /* convert from twos complement */ in raw_to_int24()

12