Home
last modified time | relevance | path

Searched full:wheel (Results 1 – 20 of 20) sorted by relevance

/Zephyr-Core-2.7.6/samples/userspace/shared_mem/src/
Denc.c36 * Each wheel must be indexed into and out of the wheel arrays
39 * Note: the output of wheel arrays are added to WHEEL_SIZE
102 * calc reverse path for wheel
106 int calc_rev_wheel(BYTE *wheel, BYTE *backpath) in calc_rev_wheel() argument
112 if (wheel[i] >= WHEEL_SIZE) { in calc_rev_wheel()
115 backpath[wheel[i]] = i; in calc_rev_wheel()
145 * of prior wheel. This could be modified to change
Denc.h23 int calc_rev_wheel(BYTE *wheel, BYTE *backpath);
Dmain.c43 /* declare and set wheel and reflector */
187 /* reset wheel: probably better as a flag option */ in enc()
/Zephyr-Core-2.7.6/.github/workflows/
Dbackport_issue_check.yml19 sudo pip3 install -U setuptools wheel pip
Ddoc-build.yml60 sudo pip3 install -U setuptools wheel pip
144 pip3 install -U setuptools wheel pip
Dcoding_guidelines.yml25 pip3 install wheel
Dfootprint-tracking.yml39 sudo pip3 install -U setuptools wheel pip gitpython
Ddevicetree_checks.yml68 pip3 install wheel
Dwest_cmds.yml69 pip3 install wheel
Dcompliance.yml45 pip3 install wheel
/Zephyr-Core-2.7.6/samples/bluetooth/peripheral_csc/src/
Dmain.c80 static uint32_t cwr; /* Cumulative Wheel Revolutions */
274 /* Send Wheel Revolution data is present */ in measurement_nfy()
300 static uint16_t lwet; /* Last Wheel Event Time */
333 * The Last Crank Event Time value and Last Wheel Event Time roll over in csc_simulation()
/Zephyr-Core-2.7.6/dts/bindings/sensor/
Dnordic,nrf-qdec.yaml61 description: Number of steps on the rotating wheel
/Zephyr-Core-2.7.6/samples/userspace/shared_mem/
DREADME.rst43 Two definitions can be inserted to change the wheel settings and print
/Zephyr-Core-2.7.6/doc/guides/bluetooth/autopts/
Dautopts-linux.rst49 python3-dev python3-pip python3-setuptools python3-tk python3-wheel xz-utils file \
328 pip3 install --user wheel
344 pip3 install --user wheel
Dautopts-win10.rst196 pip3 install --user wheel
347 pip3 install --user wheel
/Zephyr-Core-2.7.6/doc/getting_started/
Dinstallation_linux.rst81 …python3-dev python3-pip python3-setuptools python3-tk python3-wheel xz-utils file libpython3.8-dev…
123 python-pip python-setuptools python-wheel tk xz file make
Dindex.rst95 python3-dev python3-pip python3-setuptools python3-tk python3-wheel xz-utils file \
/Zephyr-Core-2.7.6/include/usb/class/
Dhid.h148 /** HID Generic Desktop Wheel Usage ID */
/Zephyr-Core-2.7.6/doc/guides/
Dmodules.rst7 order to avoid reinventing the wheel and to reuse as much well-established,
/Zephyr-Core-2.7.6/samples/modules/tflite-micro/hello_world/train/
Dtrain_hello_world_model.ipynb115 …"Requirement already satisfied: wheel~=0.35 in /usr/local/lib/python3.6/dist-packages (from tensor…