Home
last modified time | relevance | path

Searched refs:rad (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/samples/sensor/icm42605/
DREADME.rst42 gyro 0.014522 0.002264 -0.036905 rad/s
45 gyro 0.017852 0.001199 -0.034640 rad/s
48 gyro 0.012923 0.002131 -0.037171 rad/s
51 gyro 0.012390 -0.001732 -0.045964 rad/s
54 gyro -0.034373 -0.034373 -0.034373 rad/s
57 gyro 0.015321 -0.000399 -0.039169 rad/s
/Zephyr-latest/samples/sensor/mpu6050/
DREADME.rst44 gyro 0.014522 0.002264 -0.036905 rad/s
47 gyro 0.017852 0.001199 -0.034640 rad/s
50 gyro 0.012923 0.002131 -0.037171 rad/s
53 gyro 0.012390 -0.001732 -0.045964 rad/s
56 gyro -0.034373 -0.034373 -0.034373 rad/s
59 gyro 0.015321 -0.000399 -0.039169 rad/s
/Zephyr-latest/samples/sensor/6dof_motion_drdy/
DREADME.rst49 … temp 23.00 Cel accel 0.150839 -0.140065 9.994899 m/s/s gyro -0.001597 0.005859 0.001597 rad/s
50 … temp 23.00 Cel accel 0.140065 -0.146050 9.988914 m/s/s gyro -0.002663 0.005859 0.003195 rad/s
51 … temp 23.50 Cel accel 0.146050 -0.130487 9.988914 m/s/s gyro -0.001597 0.006391 0.003195 rad/s
52 … temp 23.00 Cel accel 0.149642 -0.136473 9.990111 m/s/s gyro -0.002663 0.004261 0.002663 rad/s
53 … temp 23.00 Cel accel 0.146050 -0.136473 9.979337 m/s/s gyro -0.002130 0.005326 0.001597 rad/s
54 … temp 23.00 Cel accel 0.136473 -0.147247 9.986519 m/s/s gyro -0.001065 0.005859 0.002663 rad/s
/Zephyr-latest/samples/boards/nordic/coresight_stm/
DREADME.rst64 [00:00:00.585,558] <inf> rad/app: test with one argument 100
65 [00:00:00.585,569] <inf> rad/app: test with one argument 100
73 rad: Timing for log message with 0 arguments: 5.10us
74 rad: Timing for log message with 1 argument: 6.10us
75 rad: Timing for log message with 2 arguments: 6.0us
76 rad: Timing for log message with 3 arguments: 6.40us
77 rad: Timing for log_message with string: 7.10us
78 rad: Timing for tracepoint: 0.5us
79 rad: Timing for tracepoint_d32: 0.5us
/Zephyr-latest/include/zephyr/drivers/
Dsensor.h1242 static inline int32_t sensor_rad_to_degrees(const struct sensor_value *rad) in sensor_rad_to_degrees() argument
1244 int64_t micro_rad_s = rad->val1 * 1000000LL + rad->val2; in sensor_rad_to_degrees()
1259 static inline void sensor_degrees_to_rad(int32_t d, struct sensor_value *rad) in sensor_degrees_to_rad() argument
1261 rad->val1 = ((int64_t)d * SENSOR_PI / 180LL) / 1000000LL; in sensor_degrees_to_rad()
1262 rad->val2 = ((int64_t)d * SENSOR_PI / 180LL) % 1000000LL; in sensor_degrees_to_rad()
1276 static inline int32_t sensor_rad_to_10udegrees(const struct sensor_value *rad) in sensor_rad_to_10udegrees() argument
1278 int64_t micro_rad_s = rad->val1 * 1000000LL + rad->val2; in sensor_rad_to_10udegrees()
1289 static inline void sensor_10udegrees_to_rad(int32_t d, struct sensor_value *rad) in sensor_10udegrees_to_rad() argument
1291 rad->val1 = ((int64_t)d * SENSOR_PI / 180LL / 100000LL) / 1000000LL; in sensor_10udegrees_to_rad()
1292 rad->val2 = ((int64_t)d * SENSOR_PI / 180LL / 100000LL) % 1000000LL; in sensor_10udegrees_to_rad()
/Zephyr-latest/doc/services/logging/
Dcs_stm.rst164 Radio core, ``rad``, 0x23
208 [00:00:00.202,577] <inf> rad/icmsg: mbox_callback
209 [00:00:00.214,750] <inf> rad/spsc_pbuf: claim 0x2f0df800 rd_idx:20
210 [00:00:00.235,823] <inf> rad/spsc_pbuf: free 0x2f0df800 len:20 rd_idx: 44
211 [00:00:00.244,507] <inf> rad/spsc_pbuf: read done 0x2f0df800 len:20
212 [00:00:00.272,444] <inf> rad/host: ep recv 0x330021f0, len:20
213 [00:00:00.283,939] <inf> rad/host: rx:00 exp:00
214 [00:00:00.292,200] <inf> rad/icmsg: read 0
215 [00:00:05.077,026] <inf> rad/spsc_pbuf: alloc in 0x2f0df000
216 [00:00:05.077,068] <inf> rad/spsc_pbuf: alloc 0x2f0df000 wr_idx:44
[all …]
/Zephyr-latest/doc/releases/
Drelease-notes-3.0.rst1274 * :github:`39483` - LSM6DS0 Gyroscope rad/s Calculation Error