Searched refs:deadtime_high_ns (Results 1 – 1 of 1) sorted by relevance
32 const uint32_t deadtime_high_ns[NUM_CHANNELS]; member69 if (config->deadtime_high_ns[2*i] > 0 || config->deadtime_low_ns[2*i] > 0) { in pwm_xmc4xxx_ccu8_init()72 deadtime_conf.channel1_st_path = config->deadtime_high_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()78 deadtime_conf.channel2_st_path = config->deadtime_high_ns[2*i + 1] > 0; in pwm_xmc4xxx_ccu8_init()118 high_deadtime_value = config->deadtime_high_ns[channel] * cycles / NSEC_PER_SEC; in pwm_xmc4xxx_ccu8_set_cycles()164 .deadtime_high_ns = DT_INST_PROP(n, channel_deadtime_high), \