Home
last modified time | relevance | path

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

12

/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/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.
/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/bluetooth/bap_unicast_client/src/
Dstream_lc3.c141 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()
Dstream_lc3.h30 lc3_encoder_t encoder; member
/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/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-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/samples/modules/lvgl/demos/
DKconfig42 bool "LVGL keypad and encoder demo"
45 Build keypad and encoder demo application.
DREADME.rst23 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/
Dnrf54l15dk_nrf54l15_common.dtsi13 encoder-emulate {
Dnrf54l20pdk_nrf54l20_cpuapp.overlay13 encoder-emulate {
Dnrf54h20dk_nrf54h20_cpuapp.overlay13 encoder-emulate {
Dnrf5340dk_nrf5340_cpuapp.overlay13 encoder-emulate {
Dnrf52840dk_nrf52840.overlay13 encoder-emulate {
/Zephyr-latest/samples/subsys/display/lvgl/
DREADME.rst24 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/
DKconfig11 zcbor CBOR encoder/decoder library
/Zephyr-latest/samples/subsys/display/lvgl/boards/
Dnative_posix.overlay66 compatible = "zephyr,lvgl-encoder-input";
/Zephyr-latest/boards/nuvoton/npcx7m6fb_evb/
Dnpcx7m6fb_evb.dts90 pulses-per-round = <1>; /* number of pulses per round of encoder */
/Zephyr-latest/boards/nuvoton/npcx9m6f_evb/
Dnpcx9m6f_evb.dts102 pulses-per-round = <1>; /* number of pulses per round of encoder */
/Zephyr-latest/samples/bluetooth/bap_broadcast_source/src/
Dmain.c303 K_THREAD_DEFINE(encoder, LC3_ENCODER_STACK_SIZE, init_lc3_thread, NULL, NULL, NULL,
508 k_thread_start(encoder); in main()

12