Home
last modified time | relevance | path

Searched full:active_low (Results 1 – 9 of 9) 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/dts/bindings/reset/
Dintel,socfpga-reset.yaml15 description: Add this property in dts node if the reset line is active_low, otherwise do not
/Zephyr-latest/dts/bindings/pwm/
Dnxp,s32-emios-pwm.yaml32 polarity = "ACTIVE_LOW";
41 polarity = "ACTIVE_LOW";
132 - "ACTIVE_LOW"
/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/boards/nxp/mr_canhubk3/
Dmr_canhubk3.dts572 polarity = "ACTIVE_LOW";
611 polarity = "ACTIVE_LOW";
619 polarity = "ACTIVE_LOW";
/Zephyr-latest/boards/shields/waveshare_ups/doc/
Dindex.rst57 | GP6 | I2C1_SDA ACTIVE_LOW | INA219 |
59 | GP7 | I2C1_SCL ACTIVE_LOW | INA219 |
/Zephyr-latest/drivers/counter/
Dcounter_mcux_lptmr.c196 .polarity = DT_INST_PROP(n, active_low), \
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio.c42 #define ACTIVE_LOW(flags) ((flags) & GPIO_ACTIVE_LOW) macro
51 (ACTIVE_LOW(flags) ? \
172 if (ACTIVE_LOW(NRF_GPIO_PA_FLAGS)) { in radio_setup()
187 if (ACTIVE_LOW(NRF_GPIO_PDN_FLAGS)) { in radio_setup()
1947 if (ACTIVE_LOW(NRF_GPIO_LNA_FLAGS)) { in radio_gpio_lna_on()
1956 if (ACTIVE_LOW(NRF_GPIO_LNA_FLAGS)) { in radio_gpio_lna_off()