Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/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-Core-3.5.0/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-Core-3.5.0/drivers/pwm/
Dpwm_stm32.c119 /** 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()
/Zephyr-Core-3.5.0/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.rst331 - **Complementary Security/Defense in Depth:** do not rely on a single
332 threat mitigation approach. In case of the complementary security
/Zephyr-Core-3.5.0/samples/bluetooth/ipsp/
DREADME.rst174 access that address by configuring ``bt0`` with the complementary address
/Zephyr-Core-3.5.0/drivers/w1/
Dw1_net.c35 * The master reads the first ROM bit and its complementary value of all slaves.
/Zephyr-Core-3.5.0/drivers/sensor/tmag5170/
Dtmag5170.c240 /* Convert from 2's complementary system */ in tmag5170_convert_magn_reading_to_gauss()
/Zephyr-Core-3.5.0/doc/services/logging/
Dindex.rst522 This specific log link implementation matches the complementary backend implementation
/Zephyr-Core-3.5.0/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``).