Home
last modified time | relevance | path

Searched full:z (Results 1 – 25 of 505) sorted by relevance

12345678910>>...21

/Zephyr-latest/samples/subsys/zbus/msg_subscriber/
Dsample.yaml34 - "^.*?I: From listener foo_lis -> Acc x=1, y=10, z=100"
35 - "^.*?I: From msg subscriber bar_msg_sub1 -> Acc x=1, y=10, z=100"
36 - "^.*?I: From msg subscriber bar_msg_sub2 -> Acc x=1, y=10, z=100"
37 - "^.*?I: From msg subscriber bar_msg_sub3 -> Acc x=1, y=10, z=100"
38 - "^.*?I: From msg subscriber bar_msg_sub4 -> Acc x=1, y=10, z=100"
39 - "^.*?I: From msg subscriber bar_msg_sub5 -> Acc x=1, y=10, z=100"
40 - "^.*?I: From msg subscriber bar_msg_sub6 -> Acc x=1, y=10, z=100"
41 - "^.*?I: From msg subscriber bar_msg_sub7 -> Acc x=1, y=10, z=100"
42 - "^.*?I: From msg subscriber bar_msg_sub8 -> Acc x=1, y=10, z=100"
43 - "^.*?I: From msg subscriber bar_msg_sub9 -> Acc x=1, y=10, z=100"
[all …]
DREADME.rst35 I: From listener foo_lis -> Acc x=1, y=10, z=100
36 I: From msg subscriber bar_msg_sub1 -> Acc x=1, y=10, z=100
37 I: From msg subscriber bar_msg_sub2 -> Acc x=1, y=10, z=100
38 I: From msg subscriber bar_msg_sub3 -> Acc x=1, y=10, z=100
39 I: From msg subscriber bar_msg_sub4 -> Acc x=1, y=10, z=100
40 I: From msg subscriber bar_msg_sub5 -> Acc x=1, y=10, z=100
41 I: From msg subscriber bar_msg_sub6 -> Acc x=1, y=10, z=100
42 I: From msg subscriber bar_msg_sub7 -> Acc x=1, y=10, z=100
43 I: From msg subscriber bar_msg_sub8 -> Acc x=1, y=10, z=100
44 I: From msg subscriber bar_msg_sub9 -> Acc x=1, y=10, z=100
[all …]
/Zephyr-latest/scripts/coccinelle/
Dunsigned_suffix.cocci44 z;
50 coccinelle.z = C + "U"
55 identifier r_rewrite.z;
61 + z
65 + z
69 + z
73 + z
77 + z
81 + z
85 + z
[all …]
/Zephyr-latest/samples/sensor/magn_trig/
DREADME.rst9 Sample application that reads magnetometer (X, Y, Z) data from
36 fxos8700@1d (x, y, z): ( -0.107000, 0.118000, -1.026000)
37 fxos8700@1d (x, y, z): ( -0.132000, 0.083000, -0.981000)
38 fxos8700@1d (x, y, z): ( -0.143000, 0.102000, -0.931000)
39 fxos8700@1d (x, y, z): ( -0.153000, 0.126000, -0.843000)
40 fxos8700@1d (x, y, z): ( -0.145000, 0.152000, -0.802000)
41 fxos8700@1d (x, y, z): ( -0.143000, 0.125000, -0.740000)
42 fxos8700@1d (x, y, z): ( -0.133000, 0.130000, -0.736000)
43 fxos8700@1d (x, y, z): ( -0.133000, 0.124000, -0.776000)
44 fxos8700@1d (x, y, z): ( -0.120000, 0.123000, -0.776000)
[all …]
/Zephyr-latest/samples/subsys/zbus/runtime_obs_registration/
Dsample.yaml21 - "I: --> Consuming data: Acc x=0, y=0, z=0"
22 - "I: --> Consuming data: Acc x=2, y=2, z=2"
23 - "I: --> Consuming data: Acc x=4, y=4, z=4"
24 - "I: --> Consuming data: Acc x=6, y=6, z=6"
25 - "I: --> Consuming data: Acc x=7, y=7, z=7"
26 - "I: --> Consuming data: Acc x=8, y=8, z=8"
27 - "I: --> Consuming data: Acc x=9, y=9, z=9"
28 - "I: --> Consuming data: Acc x=10, y=10, z=10"
DREADME.rst34 I: --> Consuming data: Acc x=0, y=0, z=0
37 I: --> Consuming data: Acc x=2, y=2, z=2
40 I: --> Consuming data: Acc x=0, y=0, z=0
43 I: --> Consuming data: Acc x=4, y=4, z=4
46 I: --> Consuming data: Acc x=0, y=0, z=0
50 I: --> Consuming data: Acc x=6, y=6, z=6
52 I: --> Consuming data: Acc x=7, y=7, z=7
54 I: --> Consuming data: Acc x=8, y=8, z=8
56 I: --> Consuming data: Acc x=9, y=9, z=9
58 I: --> Consuming data: Acc x=10, y=10, z=10
/Zephyr-latest/samples/sensor/i3g4250d/
DREADME.rst41 12 ms: x 2454.031430 , y 2336.015410 , z -1800.030108
42 22 ms: x -248.003106 , y -268.979704 , z 6.018390
43 32 ms: x -214.989906 , y -237.023468 , z 6.013926
44 41 ms: x -193.978308 , y -205.032232 , z 2.000356
45 51 ms: x -158.986716 , y -171.014568 , z 3.969998
46 60 ms: x -138.979582 , y -153.003326 , z 3.978748
47 70 ms: x -120.981554 , y -129.982800 , z -13.971422
48 80 ms: x -106.984060 , y -112.967272 , z -80.006572
/Zephyr-latest/lib/libc/common/source/time/
Dgmtime_r.c35 static void time_civil_from_days(bigint_type z, in time_civil_from_days() argument
38 tp->tm_wday = (z >= -4) ? ((z + 4) % 7) : ((z + 5) % 7 + 6); in time_civil_from_days()
39 z += 719468; in time_civil_from_days()
41 bigint_type era = ((z >= 0) ? z : (z - 146096)) / 146097; in time_civil_from_days()
42 unsigned int doe = (z - era * (bigint_type)146097); in time_civil_from_days()
84 time_t z = *timep; in gmtime_r() local
85 bigint_type days = (z >= 0 ? z : z - 86399) / 86400; in gmtime_r()
86 unsigned int rem = z - days * 86400; in gmtime_r()
/Zephyr-latest/samples/sensor/fxas21002/
DREADME.rst31 X= -2.063 Y= 0.813 Z= 0.188
32 X= -1.750 Y= 1.063 Z= 0.063
33 X= -2.000 Y= 0.625 Z= 0.063
34 X= -2.188 Y= 0.625 Z= 0.188
35 X= -2.125 Y= 1.313 Z= -0.063
36 X= -2.188 Y= 1.188 Z= 0.313
/Zephyr-latest/doc/develop/api/
Doverview.rst13 * Major version zero (0.y.z) is for initial development. Anything MAY
16 * If minor version is up to one (0.1.z), API is considered
18 * If minor version is larger than one (0.y.z | y > 1), API is considered
25 * APIs with major versions equal or larger than one (x.y.z | x >= 1 ) are
29 * Patch version Z (x.y.Z | x > 0) MUST be incremented if only backwards
33 * Minor version Y (x.Y.z | x > 0) MUST be incremented if new, backwards
40 * Major version X (x.Y.z | x > 0) MUST be incremented if a compatibility
/Zephyr-latest/doc/services/zbus/images/
Dzbus_overview.svg3Z" style="stroke:none;fill:#D9D9D9;stroke-miterlimit:10;"/><path d=" M 65.572 105.455 L 65.572 105…
Dzbus_anatomy.svg3Z" style="stroke:none;fill:#6931D0;stroke-miterlimit:10;"/><clipPath id="_clipPath_bRdFSA10ZIilANG…
Dzbus_publishing_process_example.svg3 …013 85.7707 284.661 86.144C284.32 86.5067 284.149 86.992 284.149 87.6V92H282.149Z" fill="#747474"/>
4 <path d="M503.697 305.975L460.741 332.387V279.563L503.697 305.975Z" fill="#EBEBEB"/>
5 <path d="M469.333 288.653H10.3773V323.295H469.333V288.653Z" fill="#EBEBEB"/>
6 <path d="M27.6973 74.2293L54.0613 117.108H1.33331L27.6973 74.2293Z" fill="#EBEBEB"/>
7 <path d="M10.3773 104.609V323.295H45.0187V104.609H10.3773Z" fill="#EBEBEB"/>
8 … 181.716V178.878L32.52 175.956L25.224 172.969V170.281L39.496 176.553V179.305Z" fill="#171717" fill…
9 …0.285 306.26 259.858 305.805C259.446 305.336 258.863 305.101 258.109 305.101Z" fill="#171717" fill…
13 <path d="M302.889 98.3827H295.112V118.695H302.889V98.3827Z" fill="#3900A0"/>
14 <path d="M290.777 98.3827H283V118.695H290.777V98.3827Z" fill="white"/>
15 <path d="M276.777 98.3827H269V118.695H276.777V98.3827Z" fill="#A9CC1E"/>
[all …]
Dzbus_publishing_process_example_HLP.svg2 <path d="M504 0.156006H0V330.543H504V0.156006Z" fill="white"/>
3 <path d="M504 63.156H117.556V88.232H504V63.156Z" fill="url(#paint0_linear_103_113)"/>
4 <path d="M503.697 304.131L460.741 330.543V277.719L503.697 304.131Z" fill="#EBEBEB"/>
5 <path d="M469.333 286.809H10.3773V321.451H469.333V286.809Z" fill="#EBEBEB"/>
6 <path d="M27.6973 72.3853L54.0613 115.264H1.33331L27.6973 72.3853Z" fill="#EBEBEB"/>
7 <path d="M10.3773 102.765V321.451H45.0187V102.765H10.3773Z" fill="#EBEBEB"/>
8 … 179.872V177.034L32.52 174.112L25.224 171.125V168.437L39.496 174.709V177.461Z" fill="#171717" fill…
9 ….285 304.416 259.858 303.961C259.446 303.492 258.863 303.257 258.109 303.257Z" fill="#171717" fill…
10 <path d="M504 244.156H117.556V269.232H504V244.156Z" fill="#EEEEEE"/>
13 …4 249.495C104.123 249.296 104.365 249.089 104.55 248.876H106.811V266.156H103.867Z" fill="#F7B859"/>
[all …]
/Zephyr-latest/samples/subsys/zbus/hello_world/
Dsample.yaml23 - "I: From subscriber -> Acc x=1, y=1, z=1"
24 - "I: From listener -> Acc x=1, y=1, z=1"
25 - "I: From subscriber -> Acc x=2, y=2, z=2"
26 - "I: From listener -> Acc x=2, y=2, z=2"
DREADME.rst42 D: From listener -> Acc x=1, y=1, z=1
44 D: From subscriber -> Acc x=1, y=1, z=1
46 D: From listener -> Acc x=2, y=2, z=2
48 D: From subscriber -> Acc x=2, y=2, z=2
/Zephyr-latest/samples/sensor/lsm6dso/src/
Dmain.c19 struct sensor_value x, y, z; in fetch_and_display() local
28 sensor_channel_get(dev, SENSOR_CHAN_ACCEL_Z, &z); in fetch_and_display()
30 printf("accel x:%f ms/2 y:%f ms/2 z:%f ms/2\n", in fetch_and_display()
31 (double)out_ev(&x), (double)out_ev(&y), (double)out_ev(&z)); in fetch_and_display()
37 sensor_channel_get(dev, SENSOR_CHAN_GYRO_Z, &z); in fetch_and_display()
39 printf("gyro x:%f rad/s y:%f rad/s z:%f rad/s\n", in fetch_and_display()
40 (double)out_ev(&x), (double)out_ev(&y), (double)out_ev(&z)); in fetch_and_display()
/Zephyr-latest/samples/shields/x_nucleo_iks4a1/standard/
DREADME.rst48 LIS2MDL: Magn (gauss): x: -0.364, y: -0.523, z: -0.399
50 LSM6DSO16IS: Accel (m.s-2): x: -0.167, y: -0.249, z: 9.954
51 LSM6DSO16IS: GYro (dps): x: 0.047, y: -0.052, z: -0.042
53 LSM6DSV16X: Accel (m.s-2): x: 0.005, y: 0.053, z: 9.930
54 LSM6DSV16X: GYro (dps): x: -0.000, y: 0.000, z: 0.005
57 LIS2DUXS12: Accel (m.s-2): x: 0.689, y: -0.306, z: 9.571
/Zephyr-latest/samples/sensor/lsm303dlhc/
DREADME.rst45 ( x y z ) = ( 0.531818 -0.435454 -0.089090 )
47 ( x y z ) = ( -0.078127 -0.347666 1.105502 )
49 ( x y z ) = ( -0.003636 0.297272 -0.255454 )
51 ( x y z ) = ( 0.074221 -0.304696 0.972685 )
/Zephyr-latest/samples/sensor/thermometer/
Dsample.yaml24 - "Temperature device is 0x[0-9|a-z]+, name is [a-z|0-9]+@[a-z|0-9]+"
/Zephyr-latest/samples/subsys/zbus/msg_subscriber/src/
Dmain.c40 int z; member
51 ZBUS_MSG_INIT(.x = 0, .y = 0, .z = 0) /* Initial value */
58 LOG_INF("From listener foo_lis -> Acc x=%d, y=%d, z=%d", acc->x, acc->y, acc->z); in listener_callback_example()
97 LOG_INF("From msg subscriber %s -> Acc x=%d, y=%d, z=%d", zbus_obs_name(subscriber), in msg_subscriber_task()
98 acc.x, acc.y, acc.z); in msg_subscriber_task()
151 LOG_INF("From subscriber %s -> Acc x=%d, y=%d, z=%d", zbus_obs_name(subscriber), in subscriber_task()
152 acc.x, acc.y, acc.z); in subscriber_task()
170 static struct acc_msg acc = {.x = 1, .y = 10, .z = 100};
205 acc.z += 100; in main()
/Zephyr-latest/drivers/sensor/st/lsm6ds0/
DKconfig33 bool "Accelerometer Z axis"
36 Enable/disable accelerometer Z axis totally by stripping everything
54 bool "Gyroscope Z axis"
57 Enable/disable gyroscope Z axis totally by stripping everything
/Zephyr-latest/samples/subsys/zbus/runtime_obs_registration/src/
Dmain.c16 ZBUS_MSG_INIT(.x = 0, .y = 0, .z = 0));
31 if (0 == (msg->z % 2)) { in filter_callback()
32 proc_msg.z = msg->z; in filter_callback()
/Zephyr-latest/samples/sensor/lsm6dso/
DREADME.rst48 accel x:-0.650847 ms/2 y:-5.300102 ms/2 z:-8.163114 ms/2
49 gyro x:-0.167835 dps y:-0.063377 dps z:0.002367 dps
52 accel x:0.341575 ms/2 y:5.209773 ms/2 z:-7.938787 ms/2
53 gyro x:-0.034284 dps y:-0.004428 dps z:-0.003512 dps
/Zephyr-latest/doc/_static/images/
Dlogo-readme-light.svg136 …4.189,-33.82651 h -23.04621 v -9.828 h 35.88353 v 8.6471 l -24.41756,34.24553 h 25.06514 v 9.828 z"
140z m 16.799,-6.78054 q 0,-9.10395 -7.96142,-9.10421 a 9.102,9.102 0 0 0 -4.3045,0.89519 6.69237,6.6…
144z m -10.13272,0.15238 q 0,-5.82822 -2.01892,-9.08517 a 6.62576,6.62576 0 0 0 -6.01868,-3.25694 12.…
148 ….77074 0 0 1 6.93292,-1.5999 q 6.70335,0 9.428,3.77119 2.72315,3.77121 2.72365,10.666 v 26.66505 z"
152 ….62829,3.58074 17.35552,17.35552 0 0 1 -6.64722,1.10469 32.71115,32.71115 0 0 1 -8.5709,-1.14278 z"
156 …1 5.40919,-4.53306 12.06278,12.06278 0 0 1 6.4758,-1.79036 8.69776,8.69776 0 0 1 4.34259,0.79995 z"
160 …2025 l 1.30385,2.20721 h -1.4166 z m 0.39081,-2.65889 h -1.29486 v 1.59886 h 1.29483 a 0.8022,0.80…
164 ….30082 0 0 1 -6.29434,6.294 z m 0,-11.7913 a 5.49754,5.49754 0 1 0 5.49812,5.49735 5.50374,5.50374…

12345678910>>...21