Searched full:magnitude (Results 1 – 17 of 17) sorted by relevance
/Zephyr-latest/include/zephyr/drivers/sensor/ |
D | tmag5273.h | 21 * 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/ |
D | Kconfig | 111 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.
|
D | fxos8700_trigger.c | 364 /* 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/ |
D | tmag5273.h | 55 /* Angle/Magnitude calculation */ 62 /* Channel Magnitude Gain Correction */
|
/Zephyr-latest/dts/bindings/sensor/ |
D | nxp,fxos8700-common.yaml | 128 description: Magnetic vector-magnitude configuration register 134 Magnetic vector-magnitude threshold most significant byte. 141 Magnetic vector-magnitude threshold least significant byte.
|
D | ti,tmag5273.yaml | 110 angle-magnitude-axis: 130 Channel for the magnitude gain correction. 136 Only active if angle-magnitude-calculation is active.
|
/Zephyr-latest/modules/cmsis-dsp/ |
D | Kconfig | 47 * Complex Magnitude 48 * Complex Magnitude Squared
|
/Zephyr-latest/drivers/sensor/ti/tmag5273/ |
D | tmag5273.c | 85 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/ |
D | nrf52_bsim.rst | 211 simulated time will pass several orders of magnitude faster than real time,
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | blob.rst | 20 other limiting factors can easily degrade the data rate by several orders of magnitude. Tuning the
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | size_calc.py | 390 """Convert all values in the table to unified order of magnitude.
|
/Zephyr-latest/drivers/sensor/adi/adxl372/ |
D | adxl372.c | 515 * @param maxpeak - Retrieve the highest magnitude (x, y, z) sample recorded
|
/Zephyr-latest/tests/drivers/build_all/sensor/ |
D | i2c.dtsi | 898 angle-magnitude-axis = <TMAG5273_DT_ANGLE_MAG_XY>;
|
/Zephyr-latest/drivers/adc/ |
D | adc_ads114s0x.c | 788 LOG_ERR("%s: IDAC magnitude %i not supported", dev->name, config->idac_current); in ads114s0x_channel_setup()
|
/Zephyr-latest/lib/os/ |
D | cbprintf_complete.c | 1100 * 0 and -2 as the magnitude of a fractional decimal digit is 3 bits. in encode_float()
|
/Zephyr-latest/drivers/ieee802154/ |
D | ieee802154_dw1000_regs.h | 1593 * Reporting the magnitude of the peak signal seen
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.4.rst | 542 * Enhanced FXOS8700 driver to support magnetic vector magnitude function.
|