Searched full:complementary (Results 1 – 12 of 12) sorted by relevance
10 * @name custom PWM complementary flags for output pins12 * 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.
30 the following complementary PWMs(CH2&CH2N) are shown below.
8 and a low-side PWM signal, where the two signals are complementary
39 * its complementary configuration. By instance, if we configure a GPIO pin as an
119 /** 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()
105 - **Complementary Security/Defense in Depth**: do not rely on a single106 threat mitigation approach. In case of the complementary security
327 - **Complementary Security/Defense in Depth:** do not rely on a single328 threat mitigation approach. In case of the complementary security
37 * The master reads the first ROM bit and its complementary value of all slaves.
240 /* Convert from 2's complementary system */ in tmag5170_convert_magn_reading_to_gauss()
61 * complementary to each other.
540 This specific log link implementation matches the complementary backend implementation
557 * STM32: Enabled complementary output for timer channel. A PWM consumer can now use559 complementary channel pincfg (eg:``tim1_ch2n_pb14``).