Lines Matching refs:DT_INST_PROP
173 BUILD_ASSERT(!(DT_INST_PROP(n, timer_mode_sel) == 1 && \
174 DT_INST_PROP(n, prescale_glitch_filter) == 16), \
177 BUILD_ASSERT(DT_INST_PROP(n, resolution) <= 32 && \
178 DT_INST_PROP(n, resolution) > 0, \
184 GENMASK(DT_INST_PROP(n, resolution) - 1, 0), \
185 .freq = DT_INST_PROP(n, clock_frequency) / \
186 DT_INST_PROP(n, prescaler), \
191 .clk_source = DT_INST_PROP(n, clk_source), \
193 1 - DT_INST_PROP(n, timer_mode_sel), \
194 .mode = DT_INST_PROP(n, timer_mode_sel), \
196 .polarity = DT_INST_PROP(n, active_low), \
197 .prescaler_glitch = DT_INST_PROP(n, prescale_glitch_filter) + \
198 DT_INST_PROP(n, timer_mode_sel) - 1, \