Home
last modified time | relevance | path

Searched +full:four +full:- +full:channel +full:- +full:capture +full:- +full:support (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.5.0/dts/bindings/pwm/
Dst,stm32-pwm.yaml3 compatible: "st,stm32-pwm"
5 include: [pwm-controller.yaml, base.yaml, pinctrl-device.yaml]
8 pinctrl-0:
11 pinctrl-names:
14 four-channel-capture-support:
17 Add support to capture on four channels. This is less accurate than
18 the default 2 channel support because the counter is reset by
19 interrupt instead of slave-mode controller. This option can also
20 be used as alternative for timers that does not support slave mode.
22 "#pwm-cells":
[all …]
/Zephyr-Core-3.5.0/tests/drivers/pwm/pwm_loopback/boards/
Dnucleo_h743zi.overlay4 * SPDX-License-Identifier: Apache-2.0
7 #include <zephyr/dt-bindings/pwm/pwm.h>
11 compatible = "test-pwm-loopback";
12 /* first index must be a 32-Bit timer */
18 /* 32-Bit timers */
23 pinctrl-0 = <&tim2_ch4_pa3>; /* CN9 PIN1 A0 */
24 pinctrl-names = "default";
32 pinctrl-0 = <&tim5_ch1_pa0>; /* CN11 PIN28 */
33 pinctrl-names = "default";
36 * the four-channel-capture-support in this test.
[all …]
/Zephyr-Core-3.5.0/drivers/pwm/
Dpwm_stm32.c6 * SPDX-License-Identifier: Apache-2.0
24 #include <zephyr/dt-bindings/pwm/stm32_pwm.h>
31 /* L0 series MCUs only have 16-bit timers and don't have below macro defined */
39 * @brief Capture state when in 4-channel support mode
48 /** Return the complimentary channel number
49 * that is used to capture the end of the pulse.
63 uint8_t channel; member
69 /* When PWM capture is done by resetting the counter with UIF then the
70 * first capture is always nonsense, second is nonsense when polarity changed
71 * This is not the case when using four-channel-support.
[all …]
/Zephyr-Core-3.5.0/doc/releases/
Drelease-notes-3.5.rst12 * Added support for linkable loadable extensions (llext)
17 * Added support for 45+ new boards
23 * Integrated support with the CodeChecker static analyzer
38 * CVE-2023-3725 `Zephyr project bug tracker GHSA-2g3m-p6c7-8rr3
39 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-2g3m-p6c7-8rr3>`_
41 * CVE-2023-4257 `Zephyr project bug tracker GHSA-853q-q69w-gf5j
42 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-853q-q69w-gf5j>`_
44 * CVE-2023-4258 `Zephyr project bug tracker GHSA-m34c-cp63-rwh7
45 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-m34c-cp63-rwh7>`_
47 * CVE-2023-4259 `Zephyr project bug tracker GHSA-gghm-c696-f4j4
[all …]