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), \
44 bool active_low; member71 const uint32_t reset_word = cfg->active_low ? ~0 : 0; in ws2812_strip_update_rgb()242 .active_low = DT_INST_PROP(idx, out_active_low), \
196 .polarity = DT_INST_PROP(n, active_low), \