Home
last modified time | relevance | path

Searched full:magnitude (Results 1 – 17 of 17) sorted by relevance

/Zephyr-latest/include/zephyr/drivers/sensor/
Dtmag5273.h21 * Magnitude measurement result between two axis in Gs.
26 * Magnitude measurement MSB as returned by the sensor.
31 * Angle result in deg, magnitude result in Gs and magnitude MSB between two axis.
/Zephyr-latest/drivers/sensor/nxp/fxos8700/
DKconfig111 bool "Magnetic vector-magnitude detection"
113 Enable magnetic vector-magnitude detection
118 bool "Magnetic vector-magnitude interrupt to INT1 pin"
120 Say Y to route magnetic vector-magnitude interrupt to INT1 pin.
Dfxos8700_trigger.c364 /* Set magnetic vector-magnitude function */ in fxos8700_m_vecm_init()
367 LOG_ERR("Could not set magnetic vector-magnitude function"); in fxos8700_m_vecm_init()
371 /* Set magnetic vector-magnitude function threshold values: in fxos8700_m_vecm_init()
376 LOG_ERR("Could not set magnetic vector-magnitude function threshold MSB value"); in fxos8700_m_vecm_init()
382 LOG_ERR("Could not set magnetic vector-magnitude function threshold LSB value"); in fxos8700_m_vecm_init()
443 LOG_ERR("Could not configure magnetic vector-magnitude"); in fxos8700_trigger_init()
/Zephyr-latest/include/zephyr/dt-bindings/sensor/
Dtmag5273.h55 /* Angle/Magnitude calculation */
62 /* Channel Magnitude Gain Correction */
/Zephyr-latest/dts/bindings/sensor/
Dnxp,fxos8700-common.yaml128 description: Magnetic vector-magnitude configuration register
134 Magnetic vector-magnitude threshold most significant byte.
141 Magnetic vector-magnitude threshold least significant byte.
Dti,tmag5273.yaml110 angle-magnitude-axis:
130 Channel for the magnitude gain correction.
136 Only active if angle-magnitude-calculation is active.
/Zephyr-latest/modules/cmsis-dsp/
DKconfig47 * Complex Magnitude
48 * Complex Magnitude Squared
/Zephyr-latest/drivers/sensor/ti/tmag5273/
Dtmag5273.c85 uint8_t magnitude_sample; /** Positive vector magnitude (can be >7 bit). */
310 * set the X/Y/Z angle & magnitude calculation mode
365 * returns the X/Y/Z angle & magnitude calculation mode
810 * @brief calculates the magnitude value in G between two axis
816 * @param[out] magnitude holds the result data after the operation
819 struct sensor_value *magnitude) in tmag5273_magnitude_convert() argument
821 tmag5273_channel_b_field_convert(raw_value << 8, range, magnitude); in tmag5273_magnitude_convert()
/Zephyr-latest/boards/native/nrf_bsim/doc/
Dnrf52_bsim.rst211 simulated time will pass several orders of magnitude faster than real time,
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dblob.rst20 other limiting factors can easily degrade the data rate by several orders of magnitude. Tuning the
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dsize_calc.py390 """Convert all values in the table to unified order of magnitude.
/Zephyr-latest/drivers/sensor/adi/adxl372/
Dadxl372.c515 * @param maxpeak - Retrieve the highest magnitude (x, y, z) sample recorded
/Zephyr-latest/tests/drivers/build_all/sensor/
Di2c.dtsi898 angle-magnitude-axis = <TMAG5273_DT_ANGLE_MAG_XY>;
/Zephyr-latest/drivers/adc/
Dadc_ads114s0x.c788 LOG_ERR("%s: IDAC magnitude %i not supported", dev->name, config->idac_current); in ads114s0x_channel_setup()
/Zephyr-latest/lib/os/
Dcbprintf_complete.c1100 * 0 and -2 as the magnitude of a fractional decimal digit is 3 bits. in encode_float()
/Zephyr-latest/drivers/ieee802154/
Dieee802154_dw1000_regs.h1593 * Reporting the magnitude of the peak signal seen
/Zephyr-latest/doc/releases/
Drelease-notes-2.4.rst542 * Enhanced FXOS8700 driver to support magnetic vector magnitude function.