Searched full:active_low (Results 1 – 9 of 9) sorted by relevance
/Zephyr-latest/drivers/reset/ |
D | reset_intel_socfpga.c | 19 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), \
|
D | reset_rpi_pico.c | 18 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/ |
D | intel,socfpga-reset.yaml | 15 description: Add this property in dts node if the reset line is active_low, otherwise do not
|
/Zephyr-latest/dts/bindings/pwm/ |
D | nxp,s32-emios-pwm.yaml | 32 polarity = "ACTIVE_LOW"; 41 polarity = "ACTIVE_LOW"; 132 - "ACTIVE_LOW"
|
/Zephyr-latest/drivers/led_strip/ |
D | ws2812_i2s.c | 44 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/ |
D | mr_canhubk3.dts | 572 polarity = "ACTIVE_LOW"; 611 polarity = "ACTIVE_LOW"; 619 polarity = "ACTIVE_LOW";
|
/Zephyr-latest/boards/shields/waveshare_ups/doc/ |
D | index.rst | 57 | GP6 | I2C1_SDA ACTIVE_LOW | INA219 | 59 | GP7 | I2C1_SCL ACTIVE_LOW | INA219 |
|
/Zephyr-latest/drivers/counter/ |
D | counter_mcux_lptmr.c | 196 .polarity = DT_INST_PROP(n, active_low), \
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/ |
D | radio.c | 42 #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()
|