Home
last modified time | relevance | path

Searched full:complementary (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/include/zephyr/dt-bindings/pwm/
Dstm32_pwm.h10 * @name custom PWM complementary flags for output pins
12 * that the PWM signal has to be routed to the complementary output channel.
18 /** PWM complementary output pin is enabled */
21 * @deprecated Use the PWM complementary `STM32_PWM_COMPLEMENTARY` flag instead.
/Zephyr-latest/dts/bindings/pwm/
Dst,stm32-pwm.yaml30 the following complementary PWMs(CH2&CH2N) are shown below.
Dinfineon,xmc4xxx-ccu8-pwm.yaml8 and a low-side PWM signal, where the two signals are complementary
/Zephyr-latest/include/zephyr/dt-bindings/gpio/
Despressif-esp32-gpio.h39 * its complementary configuration. By instance, if we configure a GPIO pin as an
/Zephyr-latest/drivers/pwm/
Dpwm_stm32.c119 /** Some stm32 mcus have complementary channels : 3 or 4 */
126 /** stm32g4x and stm32u5x have 4 complementary channels */
319 uint32_t current_ll_channel; /* complementary output if used */ in pwm_stm32_set_cycles()
354 * the channel param could be the complementary one in pwm_stm32_set_cycles()
359 LOG_ERR("Channel %d has NO complementary output", channel); in pwm_stm32_set_cycles()
435 /* in LL_TIM_OC_Init, the channel is always the non-complementary */ in pwm_stm32_set_cycles()
442 /* in LL_TIM_OC_EnablePreload, the channel is always the non-complementary */ in pwm_stm32_set_cycles()
447 /* in LL_TIM_OC_SetPolarity, the channel could be the complementary one */ in pwm_stm32_set_cycles()
/Zephyr-latest/doc/security/
Dsecure-coding.rst105 - **Complementary Security/Defense in Depth**: do not rely on a single
106 threat mitigation approach. In case of the complementary security
Dsecurity-overview.rst327 - **Complementary Security/Defense in Depth:** do not rely on a single
328 threat mitigation approach. In case of the complementary security
/Zephyr-latest/drivers/w1/
Dw1_net.c37 * The master reads the first ROM bit and its complementary value of all slaves.
/Zephyr-latest/drivers/sensor/ti/tmag5170/
Dtmag5170.c240 /* Convert from 2's complementary system */ in tmag5170_convert_magn_reading_to_gauss()
/Zephyr-latest/drivers/crypto/
Dcrypto_smartbond.c61 * complementary to each other.
/Zephyr-latest/doc/services/logging/
Dindex.rst540 This specific log link implementation matches the complementary backend implementation
/Zephyr-latest/doc/releases/
Drelease-notes-3.1.rst557 * STM32: Enabled complementary output for timer channel. A PWM consumer can now use
559 complementary channel pincfg (eg:``tim1_ch2n_pb14``).