Searched full:encoder (Results 1 – 25 of 66) sorted by relevance
123
/Zephyr-latest/dts/bindings/input/ |
D | zephyr,lvgl-encoder-input.yaml | 5 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_*).
|
D | gpio-qdec.yaml | 8 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/ |
D | st,stm32-qdec.yaml | 19 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/ |
D | Kconfig.input | 34 bool "Input lvgl encoder" 40 int "Input encoder queue message count" 44 Size of the encoder message queue buffering input events.
|
D | lvgl_shell.c | 35 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/ |
D | mimxrt1050_evk_mimxrt1052_hyperflash.overlay | 19 encoder-emulate { 30 /* disable to avoid encoder phase input conflict */ 35 /* disable to avoid encoder emulater conflict */
|
D | nrf54h20dk_nrf54h20_cpuapp.overlay | 13 encoder-emulate {
|
D | nrf54l15dk_nrf54l15_cpuapp.overlay | 13 encoder-emulate {
|
D | nrf52840dk_nrf52840.overlay | 13 encoder-emulate {
|
D | nrf5340dk_nrf5340_cpuapp.overlay | 13 encoder-emulate {
|
/Zephyr-latest/samples/bluetooth/bap_unicast_client/src/ |
D | stream_lc3.h | 30 lc3_encoder_t encoder; member 39 * @brief Initialize LC3 encoder for a stream 41 * This will initialize the encoder for the provided TX stream
|
D | stream_lc3.c | 141 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/ |
D | README.rst | 15 * 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/ |
D | README.rst | 23 * 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/ |
D | Kconfig | 42 bool "LVGL keypad and encoder demo" 45 Build keypad and encoder demo application.
|
D | README.rst | 22 * 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/ |
D | README_lwm2m | 7 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/ |
D | Kconfig | 11 Enable support for NXP MCUX Quadrature Encoder driver.
|
/Zephyr-latest/modules/lvgl/input/ |
D | lvgl_encoder_input.c | 64 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/ |
D | img_mgmt_callbacks.h | 68 * 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/ |
D | ene,kb1200-tach.yaml | 17 description: number of pulses (holes) per round of tachometer's input (encoder)
|
D | nuvoton,npcx-tach.yaml | 29 description: number of pulses (holes) per round of tachometer's input (encoder)
|
/Zephyr-latest/modules/zcbor/ |
D | Kconfig | 11 zcbor CBOR encoder/decoder library
|
/Zephyr-latest/include/zephyr/mgmt/mcumgr/grp/enum_mgmt/ |
D | enum_mgmt_callbacks.h | 31 * The zcbor encoder which is currently being used to output group information, additional
|
/Zephyr-latest/tests/boards/nrf/qdec/boards/ |
D | nrf54l15dk_nrf54l15_common.dtsi | 13 encoder-emulate {
|
123