Searched full:complementary (Results 1 – 11 of 11) 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
119 /** Some stm32 mcus have complementary channels : 3 or 4 */126 /** stm32g4x and stm32u5x have 4 complementary channels */325 uint32_t current_ll_channel; /* complementary output if used */ in pwm_stm32_set_cycles()359 * the channel param could be the complementary one in pwm_stm32_set_cycles()364 LOG_ERR("Channel %d has NO complementary output", channel); in pwm_stm32_set_cycles()440 /* in LL_TIM_OC_Init, the channel is always the non-complementary */ in pwm_stm32_set_cycles()447 /* in LL_TIM_OC_EnablePreload, the channel is always the non-complementary */ in pwm_stm32_set_cycles()452 /* 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
331 - **Complementary Security/Defense in Depth:** do not rely on a single332 threat mitigation approach. In case of the complementary security
174 access that address by configuring ``bt0`` with the complementary address
35 * 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()
522 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``).