Home
last modified time | relevance | path

Searched +full:counter +full:- +full:clockwise (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/drivers/display/
DKconfig.mcux_elcdif1 # Copyright 2019,2023-2024 NXP
3 # SPDX-License-Identifier: Apache-2.0
43 4-bytes pixel format, e.g. ARGB8888. Applications should change this value
81 Rotate display counter-clockwise by 90 degrees.
87 Rotate display counter-clockwise by 180 degrees
92 Rotate display counter-clockwise by 270 degrees
/Zephyr-latest/dts/bindings/gpio/
Dadafruit-feather-header.yaml2 # SPDX-License-Identifier: Apache-2.0
9 Proceeding counter-clockwise:
10 * A 16-pin header. 12 pins on this header are exposed
12 * A 12-pin header. 9 pins on this header are exposed
19 - RESET
20 - 3V3
21 - 3V3
22 - GND
23 0 A0 - VBAT
24 1 A1 - EN
[all …]
Dseeed-xiao-header.yaml4 # SPDX-License-Identifier: Apache-2.0
12 Proceeding counter-clockwise:
13 * A 7-pin Digital/Analog Input header. This has input signals
15 * An 7-pin header Power and Digital/Analog Input header. This
22 0 D0 5V -
23 1 D1 GND -
24 2 D2 3V3 -
31 compatible: "seeed,xiao-gpio"
33 include: [gpio-nexus.yaml, base.yaml]
Dsparkfun-pro-micro-header.yaml2 # SPDX-License-Identifier: Apache-2.0
10 Proceeding counter-clockwise:
11 * A 12-pin Power and Digital Input header. This has input signals
13 * An 12-pin Power and Digital/Analog Input header. This
15 non-monotonically decreasing numbering.
19 1 D1/TXO RAW -
20 0 D0/RXI GND -
21 - GND RST -
22 - GND VCC -
35 compatible: "sparkfun,pro-micro-gpio"
[all …]
Darduino-header-r3.yaml3 # SPDX-License-Identifier: Apache-2.0
11 Proceeding counter-clockwise:
12 * An 8-pin Power Supply header. No pins on this header are exposed
14 * A 6-pin Analog Input header. This has analog input signals
16 * An 8-pin header (opposite Analog Input). This has digital input
18 * A 10-pin header (opposite Power Supply). This has six additional
29 AREF -
30 GND -
31 - N/C D13 19
32 - IOREF D12 18
[all …]
/Zephyr-latest/dts/bindings/sensor/
Dnxp,s32-qdec.yaml2 # SPDX-License-Identifier: Apache-2.0
6 with the cooperation of S32 IP blocks- eMIOS, TRGMUX and LCU.
9 LCU1 LC0 O2 and O3 connect to eMIOS0 CH6(Clockwise rotation) and
10 CH7(Counter Clockwise rotation) via TRGMUX_INT_OUT37 and TRGMUX_INT_OUT38
11 micro-ticks-per-rev is set as per vehicle gearbox reduction.
15 compatible = "nxp,qdec-s32";
16 pinctrl-0 = <&qdec_s32>;
17 pinctrl-names = "default";
18 micro-ticks-per-rev = <685440000>;
21 trgmux-io-config =
[all …]
/Zephyr-latest/drivers/sensor/nxp/qdec_nxp_s32/
Dqdec_nxp_s32.c4 * SPDX-License-Identifier: Apache-2.0
68 struct qdec_s32_data *data = dev->data; in qdec_emios_overflow_count_cw_callback()
70 data->emios_cw_overflow_count++; in qdec_emios_overflow_count_cw_callback()
75 struct qdec_s32_data *data = dev->data; in qdec_emios_overflow_count_ccw_callback()
77 data->emios_ccw_overflow_count++; in qdec_emios_overflow_count_ccw_callback()
82 const struct qdec_s32_config *config = dev->config; in qdec_s32_fetch()
83 struct qdec_s32_data *data = dev->data; in qdec_s32_fetch()
86 return -ENOTSUP; in qdec_s32_fetch()
89 data->counter_CW = (uint32_t)(Emios_Icu_Ip_GetEdgeNumbers( in qdec_s32_fetch()
90 config->emios_inst, config->emios_channels[EMIOS_CW_CH_IDX])); /* CW counter */ in qdec_s32_fetch()
[all …]
/Zephyr-latest/boards/espressif/esp_wrover_kit/doc/
Dindex.rst6 ESP-WROVER-KIT is an ESP32-based development board produced by `Espressif <https://www.espressif.co…
8 ESP-WROVER-KIT features the following integrated components:
10 - ESP32-WROVER-E module
11 - LCD screen
12 - MicroSD card slot
14 Its another distinguishing feature is the embedded FTDI FT2232HL chip - an advanced multi-interface
16 without a separate JTAG debugger. ESP-WROVER-KIT makes development convenient, easy, and
17 cost-effective.
26 For more information, check `ESP32-WROVER-E Datasheet`_ and `ESP32 Datasheet`_.
31 The block diagram below shows the main components of ESP-WROVER-KIT and their interconnections.
[all …]