Searched refs:active_low (Results 1 – 4 of 4) sorted by relevance
19 bool active_low; member37 *status = !(value & BIT(regbit)) ^ config->active_low; in reset_intel_soc_status()51 if (assert ^ !config->active_low) { in reset_intel_soc_update()103 .active_low = DT_INST_PROP(_inst, active_low), \
18 uint8_t active_low; member82 *status = !(value & BIT(regbit)) ^ !config->active_low; in reset_rpi_status()103 if (assert ^ config->active_low) { in reset_rpi_update()152 .active_low = DT_INST_PROP_OR(idx, active_low, 0), \
45 bool active_low; member80 if (cfg->active_low) { in ws2812_strip_update_rgb()257 .active_low = DT_INST_PROP(idx, out_active_low), \
224 .polarity = DT_INST_PROP(0, active_low),