Searched +full:four +full:- +full:channel +full:- +full:capture +full:- +full:support (Results 1 – 4 of 4) sorted by relevance
3 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 than18 the default 2 channel support because the counter is reset by19 interrupt instead of slave-mode controller. This option can also20 be used as alternative for timers that does not support slave mode.22 "#pwm-cells":[all …]
4 * SPDX-License-Identifier: Apache-2.07 #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 …]
6 * SPDX-License-Identifier: Apache-2.024 #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 mode48 /** Return the complimentary channel number49 * that is used to capture the end of the pulse.63 uint8_t channel; member69 /* When PWM capture is done by resetting the counter with UIF then the70 * first capture is always nonsense, second is nonsense when polarity changed71 * This is not the case when using four-channel-support.[all …]
12 * Added support for linkable loadable extensions (llext)17 * Added support for 45+ new boards23 * Integrated support with the CodeChecker static analyzer38 * CVE-2023-3725 `Zephyr project bug tracker GHSA-2g3m-p6c7-8rr339 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-2g3m-p6c7-8rr3>`_41 * CVE-2023-4257 `Zephyr project bug tracker GHSA-853q-q69w-gf5j42 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-853q-q69w-gf5j>`_44 * CVE-2023-4258 `Zephyr project bug tracker GHSA-m34c-cp63-rwh745 <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 …]