Home
last modified time | relevance | path

Searched refs:encoder (Results 1 – 22 of 22) sorted by relevance

/Zephyr-Core-3.5.0/samples/sensor/qdec/boards/
Dmimxrt1050_evk.overlay19 encoder-emulate {
30 /* disable to avoid encoder phase input conflict */
35 /* disable to avoid encoder emulater conflict */
40 /* disable to avoid encoder emulater conflict */
Dnrf52840dk_nrf52840.overlay13 encoder-emulate {
Dnrf5340dk_nrf5340_cpuapp.overlay13 encoder-emulate {
/Zephyr-Core-3.5.0/samples/sensor/qdec/
DREADME.rst13 * an external mechanical encoder
65 encoder.
70 in the above example. This depends on the mechanical encoder being used and
/Zephyr-Core-3.5.0/modules/lvgl/input/
Dlvgl_encoder_input.c60 LVGL_INPUT_DEFINE(inst, encoder, CONFIG_LV_Z_ENCODER_INPUT_MSGQ_COUNT, \
63 .common_config.event_msgq = &LVGL_INPUT_EVENT_MSGQ(inst, encoder), \
/Zephyr-Core-3.5.0/modules/lvgl/
DKconfig.input68 bool "Input lvgl encoder"
74 int "Input encoder queue message count"
78 Size of the encoder message queue buffering input events.
/Zephyr-Core-3.5.0/samples/subsys/zbus/remote_mock/src/
Dmock_proxy.c41 static uint8_t encoder(const struct zbus_channel *chan) in encoder() function
72 uart_poll_out(uart_dev, encoder(chan)); in proxy_callback()
/Zephyr-Core-3.5.0/subsys/net/lib/lwm2m/
DREADME_lwm2m7 domain specific code. To generate the SenML encoder and decoder the following CDDL file
16 To generate the encoder and decoder:
DKconfig460 The CBOR library requires you to set an upper limit for the records when encoder
/Zephyr-Core-3.5.0/modules/zcbor/
DKconfig10 zcbor CBOR encoder/decoder library
/Zephyr-Core-3.5.0/samples/subsys/display/lvgl/boards/
Dnative_posix.overlay50 compatible = "zephyr,lvgl-encoder-input";
/Zephyr-Core-3.5.0/boards/arm/npcx7m6fb_evb/
Dnpcx7m6fb_evb.dts92 pulses-per-round = <1>; /* number of pulses per round of encoder */
/Zephyr-Core-3.5.0/boards/arm/npcx9m6f_evb/
Dnpcx9m6f_evb.dts104 pulses-per-round = <1>; /* number of pulses per round of encoder */
/Zephyr-Core-3.5.0/boards/arm/nucleo_g474re/doc/
Dindex.rst49 …16-bit timers with up to four IC/OC/PWM or pulse counter and quadrature (incremental) encoder input
/Zephyr-Core-3.5.0/boards/arm/nucleo_g431rb/doc/
Dindex.rst49 …16-bit timers with up to four IC/OC/PWM or pulse counter and quadrature (incremental) encoder input
/Zephyr-Core-3.5.0/boards/arm/96b_avenger96/doc/
Dindex.rst122 (incremental) encoder input
/Zephyr-Core-3.5.0/boards/arm/stm32h573i_dk/doc/
Dindex.rst103 …- 2x 32-bit timers with up to 4 IC/OC/PWM or pulse counter and quadrature (incremental) encoder in…
/Zephyr-Core-3.5.0/boards/arm/stm32mp157c_dk2/doc/
Dstm32mp157_dk2.rst132 (incremental) encoder input
/Zephyr-Core-3.5.0/boards/arm/nucleo_h563zi/doc/
Dindex.rst93 …- 2x 32-bit timers with up to 4 IC/OC/PWM or pulse counter and quadrature (incremental) encoder in…
/Zephyr-Core-3.5.0/doc/releases/
Drelease-notes-3.5.rst2013 * :dtcompatible:`zephyr,lvgl-encoder-input`
2235 * Fixed an issue with the boot_serial zcbor setup encoder function wrongly including the buffer
2302 * Added ``zephyr,lvgl-{pointer,button,encoder}-input`` pseudo device bindings.
Drelease-notes-3.1.rst1722 * :github:`43333` - RFC: Bring zcbor as CBOR decoder/encoder in replacement for TinyCBOR
Drelease-notes-3.2.rst822 * Refactored SenML-JSON and JSON encoder/decoder to use Zephyr's JSON library