Home
last modified time | relevance | path

Searched full:encoder (Results 1 – 25 of 66) sorted by relevance

123

/Zephyr-latest/dts/bindings/input/
Dzephyr,lvgl-encoder-input.yaml5 LVGL encoder indev pseudo-device
7 Listens for button/encoder input events and routes the
8 lv_indev_data_t to the underlying encoder lv_indev_t managed by LVGL.
12 encoder {
13 compatible = "zephyr,lvgl-encoder-input";
18 compatible: "zephyr,lvgl-encoder-input"
32 Input event key code for encoder button (INPUT_KEY_* or INPUT_BTN_*).
Dgpio-qdec.yaml8 encoder connected to two GPIOs. The driver is normally idling until it sees a
9 transition on any of the encoder signal lines, then switches to polling mode
10 and samples the two signal lines periodically to track the encoder position,
36 GPIO for the A and B encoder signals.
46 Time between enabling the led-gpios output pins and reading the encoder
68 How often to sample the A and B signal lines when tracking the encoder
78 only activate led-gpios before sampling the encoder state.
/Zephyr-latest/dts/bindings/sensor/
Dst,stm32-qdec.yaml19 st,encoder-mode:
22 Set encoder mode.
24 0x1: Encoder mode 1 (Default)
25 0x2: Encoder mode 2
26 0x3: Encoder mode 3
28 0x10002: Encoder mode: Clock plus direction, x2 mode
29 0x10003: Encoder mode: Clock plus direction, x1 mode
30 0x10004: Encoder mode: Directional Clock, x2 mode
31 0x10005: Encoder mode: Directional Clock, x1 mode
32 0x10006: Quadrature encoder mode: x1 mode, counting on tim_ti1fp1
[all …]
/Zephyr-latest/modules/lvgl/
DKconfig.input34 bool "Input lvgl encoder"
40 int "Input encoder queue message count"
44 Size of the encoder message queue buffering input events.
Dlvgl_shell.c35 return "encoder"; in lvgl_monkey_indev_as_string()
49 } else if (strcmp(str, "encoder") == 0) { in lvgl_monkey_indev_from_string()
188 "Usage: lvgl monkey create [pointer|keypad|button|encoder]",
/Zephyr-latest/samples/sensor/qdec/boards/
Dmimxrt1050_evk_mimxrt1052_hyperflash.overlay19 encoder-emulate {
30 /* disable to avoid encoder phase input conflict */
35 /* disable to avoid encoder emulater conflict */
Dnrf54h20dk_nrf54h20_cpuapp.overlay13 encoder-emulate {
Dnrf54l15dk_nrf54l15_cpuapp.overlay13 encoder-emulate {
Dnrf52840dk_nrf52840.overlay13 encoder-emulate {
Dnrf5340dk_nrf5340_cpuapp.overlay13 encoder-emulate {
/Zephyr-latest/samples/bluetooth/bap_unicast_client/src/
Dstream_lc3.h30 lc3_encoder_t encoder; member
39 * @brief Initialize LC3 encoder for a stream
41 * This will initialize the encoder for the provided TX stream
Dstream_lc3.c141 lc3_ret = lc3_encode(stream->lc3_tx.encoder, LC3_PCM_FORMAT_S16, audio_buf, 1, in encode_frame()
144 LOG_ERR("LC3 encoder failed - wrong parameters?: %d", lc3_ret); in encode_frame()
192 LOG_INF("Setting up LC3 encoder"); in stream_lc3_init()
193 stream->lc3_tx.encoder = in stream_lc3_init()
197 if (stream->lc3_tx.encoder == NULL) { in stream_lc3_init()
198 LOG_ERR("Failed to setup LC3 encoder"); in stream_lc3_init()
/Zephyr-latest/samples/sensor/qdec/
DREADME.rst15 * an external mechanical encoder
67 encoder.
72 in the above example. This depends on the mechanical encoder being used and
/Zephyr-latest/samples/subsys/display/lvgl/
DREADME.rst23 * Encoder
24 The encoder pseudo device (:dtcompatible:`zephyr,lvgl-encoder-input`)
26 board contains an encoder, an arc widget is displayed, which can be
/Zephyr-latest/samples/modules/lvgl/demos/
DKconfig42 bool "LVGL keypad and encoder demo"
45 Build keypad and encoder demo application.
DREADME.rst22 * Keypad and Encoder
23 Shows how to control widget with a keypad and hardware encoder.
39 …`zephyr,lvgl-keypad-input`), rotary encoders (:dtcompatible:`zephyr,lvgl-encoder-input`) and hardw…
/Zephyr-latest/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:
/Zephyr-latest/drivers/sensor/nxp/qdec_mcux/
DKconfig11 Enable support for NXP MCUX Quadrature Encoder driver.
/Zephyr-latest/modules/lvgl/input/
Dlvgl_encoder_input.c64 LVGL_INPUT_DEFINE(inst, encoder, CONFIG_LV_Z_ENCODER_INPUT_MSGQ_COUNT, \
67 .common_config.event_msgq = &LVGL_INPUT_EVENT_MSGQ(inst, encoder), \
/Zephyr-latest/include/zephyr/mgmt/mcumgr/grp/img_mgmt/
Dimg_mgmt_callbacks.h68 * The zcbor encoder which is currently being used to output information, additional fields
90 * The zcbor encoder which is currently being used to output information, additional fields
/Zephyr-latest/dts/bindings/tach/
Dene,kb1200-tach.yaml17 description: number of pulses (holes) per round of tachometer's input (encoder)
Dnuvoton,npcx-tach.yaml29 description: number of pulses (holes) per round of tachometer's input (encoder)
/Zephyr-latest/modules/zcbor/
DKconfig11 zcbor CBOR encoder/decoder library
/Zephyr-latest/include/zephyr/mgmt/mcumgr/grp/enum_mgmt/
Denum_mgmt_callbacks.h31 * The zcbor encoder which is currently being used to output group information, additional
/Zephyr-latest/tests/boards/nrf/qdec/boards/
Dnrf54l15dk_nrf54l15_common.dtsi13 encoder-emulate {

123