Home
last modified time | relevance | path

Searched refs:active_low (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/drivers/reset/
Dreset_intel_socfpga.c19 bool active_low; member
37 *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), \
Dreset_rpi_pico.c18 uint8_t active_low; member
82 *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), \
/Zephyr-latest/drivers/led_strip/
Dws2812_i2s.c44 bool active_low; member
71 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), \
/Zephyr-latest/drivers/counter/
Dcounter_mcux_lptmr.c196 .polarity = DT_INST_PROP(n, active_low), \