Lines Matching full:periph
123 struct npcx_periph periph; member
179 .cfg.periph.type = NPCX_PINCTRL_TYPE_PERIPH_PINMUX, \
180 .cfg.periph.group = DT_PHA(DT_PROP(node_id, prop), alts, group), \
181 .cfg.periph.bit = DT_PHA(DT_PROP(node_id, prop), alts, bit), \
182 .cfg.periph.inverted = DT_PHA(DT_PROP(node_id, prop), alts, inv), \
204 * @param prop Property name for pull-up/down configuration. (i.e. 'periph-pupd')
210 .cfg.periph.type = NPCX_PINCTRL_TYPE_PERIPH_PUPD, \
211 .cfg.periph.group = DT_PROP_BY_IDX(node_id, prop, 0), \
212 .cfg.periph.bit = DT_PROP_BY_IDX(node_id, prop, 1), \
225 .cfg.periph.type = NPCX_PINCTRL_TYPE_PERIPH_DRIVE, \
226 .cfg.periph.group = DT_PROP(node_periph, pwm_channel), \