Home
last modified time | relevance | path

Searched refs:deadtime_low_ns (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.6.0/drivers/pwm/
Dpwm_xmc4xxx_ccu8.c33 const uint32_t deadtime_low_ns[NUM_CHANNELS]; member
69 if (config->deadtime_high_ns[2*i] > 0 || config->deadtime_low_ns[2*i] > 0) { in pwm_xmc4xxx_ccu8_init()
73 deadtime_conf.channel1_inv_st_path = config->deadtime_low_ns[2*i] > 0; in pwm_xmc4xxx_ccu8_init()
75 if (config->deadtime_high_ns[2*i + 1] > 0 || config->deadtime_low_ns[2*i + 1] > 0) { in pwm_xmc4xxx_ccu8_init()
79 deadtime_conf.channel2_inv_st_path = config->deadtime_low_ns[2*i + 1] > 0; in pwm_xmc4xxx_ccu8_init()
119 low_deadtime_value = config->deadtime_low_ns[channel] * cycles / NSEC_PER_SEC; in pwm_xmc4xxx_ccu8_set_cycles()
165 .deadtime_low_ns = DT_INST_PROP(n, channel_deadtime_low), \