Searched refs:encoder (Results 1 – 25 of 40) sorted by relevance
12
/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/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.
|
/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/bluetooth/bap_unicast_client/src/ |
D | stream_lc3.c | 141 lc3_ret = lc3_encode(stream->lc3_tx.encoder, LC3_PCM_FORMAT_S16, audio_buf, 1, in encode_frame() 193 stream->lc3_tx.encoder = in stream_lc3_init() 197 if (stream->lc3_tx.encoder == NULL) { in stream_lc3_init()
|
D | stream_lc3.h | 30 lc3_encoder_t encoder; member
|
/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/samples/subsys/zbus/remote_mock/src/ |
D | mock_proxy.c | 41 static uint8_t encoder(const struct zbus_channel *chan) in encoder() function 72 uart_poll_out(uart_dev, encoder(chan)); in proxy_callback()
|
/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/samples/modules/lvgl/demos/ |
D | Kconfig | 42 bool "LVGL keypad and encoder demo" 45 Build keypad and encoder demo application.
|
D | README.rst | 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/tests/boards/nrf/qdec/boards/ |
D | nrf54l15dk_nrf54l15_common.dtsi | 13 encoder-emulate {
|
D | nrf54l20pdk_nrf54l20_cpuapp.overlay | 13 encoder-emulate {
|
D | nrf54h20dk_nrf54h20_cpuapp.overlay | 13 encoder-emulate {
|
D | nrf5340dk_nrf5340_cpuapp.overlay | 13 encoder-emulate {
|
D | nrf52840dk_nrf52840.overlay | 13 encoder-emulate {
|
/Zephyr-latest/samples/subsys/display/lvgl/ |
D | README.rst | 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/modules/zcbor/ |
D | Kconfig | 11 zcbor CBOR encoder/decoder library
|
/Zephyr-latest/samples/subsys/display/lvgl/boards/ |
D | native_posix.overlay | 66 compatible = "zephyr,lvgl-encoder-input";
|
/Zephyr-latest/boards/nuvoton/npcx7m6fb_evb/ |
D | npcx7m6fb_evb.dts | 90 pulses-per-round = <1>; /* number of pulses per round of encoder */
|
/Zephyr-latest/boards/nuvoton/npcx9m6f_evb/ |
D | npcx9m6f_evb.dts | 102 pulses-per-round = <1>; /* number of pulses per round of encoder */
|
/Zephyr-latest/samples/bluetooth/bap_broadcast_source/src/ |
D | main.c | 303 K_THREAD_DEFINE(encoder, LC3_ENCODER_STACK_SIZE, init_lc3_thread, NULL, NULL, NULL, 508 k_thread_start(encoder); in main()
|
12