Searched refs:shiphold_flags (Results 1 – 1 of 1) sorted by relevance
73 gpio_flags_t shiphold_flags; member221 if ((config->shiphold_flags & GPIO_ACTIVE_HIGH) != 0U) { in config_shphold()230 if ((config->shiphold_flags & GPIO_PULL_UP) != 0U) { in config_shphold()232 } else if ((config->shiphold_flags & GPIO_PULL_DOWN) != 0U) { in config_shphold()416 .shiphold_flags = \417 DT_INST_PROP_OR(inst, shiphold_flags, (GPIO_ACTIVE_LOW | GPIO_PULL_UP)), \