We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00d18a6 commit c2bb4bdCopy full SHA for c2bb4bd
drivers/pwm/pwm_renesas_ra.c
@@ -604,6 +604,8 @@ static int pwm_renesas_ra_init(const struct device *dev)
604
.capture_filter_gtiocb = GPT_CAPTURE_FILTER_NONE, \
605
.p_pwm_cfg = NULL, \
606
.gtior_setting.gtior = (0x0U), \
607
+ .gtioca_polarity = GPT_GTIOC_POLARITY_NORMAL, \
608
+ .gtiocb_polarity = GPT_GTIOC_POLARITY_NORMAL, \
609
}; \
610
static struct pwm_renesas_ra_data pwm_renesas_ra_data_##index = { \
611
.fsp_cfg = \
0 commit comments