Home
last modified time | relevance | path

Searched full:inverted (Results 1 – 25 of 86) sorted by relevance

1234

/Zephyr-latest/dts/bindings/input/
Dtouchscreen-common.yaml14 corresponds to a valid value for non-inverted axis, required for a display with an inverted x
22 corresponds to a valid value for non-inverted axis, required for a display with an inverted y
25 inverted-x:
27 description: X axis is inverted.
29 inverted-y:
31 description: Y axis is inverted.
Dfutaba,sbus.yaml8 SBUS is an single-wire inverted serial protocol so either you need to use
/Zephyr-latest/dts/bindings/sensor/
Dlm77.yaml18 int-inverted:
21 When present, the polarity on the INT signal is inverted (active-high).
23 tcrita-inverted:
26 When present, the polarity on the T_CRIT_A signal is inverted
Dlm75.yaml17 int-inverted:
20 When present, the polarity on the INT signal is inverted (active-high).
/Zephyr-latest/dts/bindings/serial/
Duart-controller-pin-inversion.yaml10 Invert the binary logic of tx pin. When enabled, physical logic levels are inverted and
15 Invert the binary logic of rx pin. When enabled, physical logic levels are inverted and
/Zephyr-latest/boards/shields/lcd_par_s035/boards/
Drd_rw612_bga.overlay77 * Note that this display is *not* buggy- we use rgb-is-inverted
78 * as a workaround here to get the display to report an inverted
81 * display should report an inverted color format to account
86 rgb-is-inverted;
/Zephyr-latest/dts/bindings/display/
Dsitronix,st7735r.yaml107 Make a drawing with the inverted color of the frame memory.
109 rgb-is-inverted:
114 as the inverted value of the RGB pixel-format specified in MADCTL.
Dsitronix,st7796s.yaml108 rgb-is-inverted:
113 as the inverted value of the RGB pixel-format specified in MADCTL.
Dilitek,ili9xxx-common.yaml36 Display inversion mode. Every bit is inverted from the frame memory to
/Zephyr-latest/soc/nuvoton/npcx/common/
Dscfg.c39 .inverted = DT_PHA(DT_PROP_BY_IDX(node_id, prop, idx), alts, inv), \
66 * inverted == 0: in npcx_pinctrl_alt_sel()
68 * inverted == 1: in npcx_pinctrl_alt_sel()
71 if (!!alt_func != !!alt->inverted) { in npcx_pinctrl_alt_sel()
/Zephyr-latest/soc/espressif/esp32c2/
Dsoc.h33 extern int esp_rom_gpio_matrix_in(uint32_t gpio, uint32_t signal_index, bool inverted);
49 bool inverted);
/Zephyr-latest/soc/espressif/esp32c3/
Dsoc.h33 extern int esp_rom_gpio_matrix_in(uint32_t gpio, uint32_t signal_index, bool inverted);
49 bool inverted);
/Zephyr-latest/drivers/pwm/
Dpwm_sam0_tc.c87 bool inverted; in pwm_sam0_set_cycles() local
101 inverted = ((regs->COUNT8.DRVCTRL.vec.INVEN & invert_mask) != 0); in pwm_sam0_set_cycles()
106 if (invert != inverted) { in pwm_sam0_set_cycles()
115 inverted = ((regs->COUNT16.DRVCTRL.vec.INVEN & invert_mask) != 0); in pwm_sam0_set_cycles()
120 if (invert != inverted) { in pwm_sam0_set_cycles()
Dpwm_nrfx.c40 #define PWM_NRFX_CH_VALUE(compare_value, inverted) \ argument
41 (compare_value | (inverted ? 0 : PWM_NRFX_CH_POLARITY_MASK))
149 bool inverted = (flags & PWM_POLARITY_INVERTED); in pwm_nrfx_set_cycles() local
186 seq_values_ptr_get(dev)[channel] = PWM_NRFX_CH_VALUE(compare_value, inverted); in pwm_nrfx_set_cycles()
209 if (inverted) { in pwm_nrfx_set_cycles()
288 /* Mark channels as inverted according to what initial in pwm_resume()
290 * idle state means that the channel is inverted). in pwm_resume()
298 bool inverted = initially_inverted & BIT(i); in pwm_resume() local
300 seq_values_ptr_get(dev)[i] = PWM_NRFX_CH_VALUE(0, inverted); in pwm_resume()
Dpwm_rpi_pico.c86 int pico_channel, bool inverted) in pwm_rpi_set_channel_polarity() argument
94 pwm_polarity_a = inverted; in pwm_rpi_set_channel_polarity()
96 pwm_polarity_b = inverted; in pwm_rpi_set_channel_polarity()
/Zephyr-latest/drivers/serial/
Duart_pl011_registers.h48 #define PL011_FR_CTS BIT(0) /* clear to send - inverted */
49 #define PL011_FR_DSR BIT(1) /* data set ready - inverted */
50 #define PL011_FR_DCD BIT(2) /* data carrier detect - inverted */
56 #define PL011_FR_RI BIT(8) /* ring indicator - inverted */
/Zephyr-latest/include/zephyr/input/
Dinput_touch.h31 * @param inverted_x X axis is inverted
32 * @param inverted_y Y axis is inverted
/Zephyr-latest/samples/sensor/qdec/boards/
Dnucleo_f401re.overlay22 st,input-polarity-inverted;
/Zephyr-latest/soc/nxp/imxrt/imxrt5xx/cm33/
Dsoc.h54 /*!<@brief Input function is not inverted */
56 /*!<@brief Input function is inverted */
/Zephyr-latest/soc/nxp/imxrt/imxrt6xx/cm33/
Dsoc.h57 /*!<@brief Input function is not inverted */
59 /*!<@brief Input function is inverted */
/Zephyr-latest/drivers/pinctrl/
Dpinctrl_npcx.c56 * inverted == 0: in npcx_periph_pinmux_configure()
58 * inverted == 1: in npcx_periph_pinmux_configure()
61 if (is_alternate != alt->inverted) { in npcx_periph_pinmux_configure()
/Zephyr-latest/dts/bindings/pwm/
Dnxp,pca9685.yaml29 Output logic state inverted. Value to use when no external driver
/Zephyr-latest/samples/subsys/input/draw_touch_events/
DREADME.rst10 if the touch screen works for a board, examine its parameters such as inverted/swapped axes.
/Zephyr-latest/include/zephyr/dt-bindings/dma/
Drpi-pico-dma-common.h11 * Use lower 6-bit of inverted DREQ value for `slot` cell.
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/test_scripts/
Drun_test_shall_not_pipeline_variant_rx_tx_prio_invert.sh16 # - The priority of the RX and TX threads is inverted compared

1234