/Zephyr-latest/dts/bindings/input/ |
D | touchscreen-common.yaml | 14 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.
|
D | futaba,sbus.yaml | 8 SBUS is an single-wire inverted serial protocol so either you need to use
|
/Zephyr-latest/dts/bindings/sensor/ |
D | lm77.yaml | 18 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
|
D | lm75.yaml | 17 int-inverted: 20 When present, the polarity on the INT signal is inverted (active-high).
|
/Zephyr-latest/dts/bindings/serial/ |
D | uart-controller-pin-inversion.yaml | 10 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/ |
D | rd_rw612_bga.overlay | 77 * 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/ |
D | sitronix,st7735r.yaml | 107 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.
|
D | sitronix,st7796s.yaml | 108 rgb-is-inverted: 113 as the inverted value of the RGB pixel-format specified in MADCTL.
|
D | ilitek,ili9xxx-common.yaml | 36 Display inversion mode. Every bit is inverted from the frame memory to
|
/Zephyr-latest/soc/nuvoton/npcx/common/ |
D | scfg.c | 39 .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/ |
D | soc.h | 33 extern int esp_rom_gpio_matrix_in(uint32_t gpio, uint32_t signal_index, bool inverted); 49 bool inverted);
|
/Zephyr-latest/soc/espressif/esp32c3/ |
D | soc.h | 33 extern int esp_rom_gpio_matrix_in(uint32_t gpio, uint32_t signal_index, bool inverted); 49 bool inverted);
|
/Zephyr-latest/drivers/pwm/ |
D | pwm_sam0_tc.c | 87 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()
|
D | pwm_nrfx.c | 40 #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()
|
D | pwm_rpi_pico.c | 86 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/ |
D | uart_pl011_registers.h | 48 #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/ |
D | input_touch.h | 31 * @param inverted_x X axis is inverted 32 * @param inverted_y Y axis is inverted
|
/Zephyr-latest/samples/sensor/qdec/boards/ |
D | nucleo_f401re.overlay | 22 st,input-polarity-inverted;
|
/Zephyr-latest/soc/nxp/imxrt/imxrt5xx/cm33/ |
D | soc.h | 54 /*!<@brief Input function is not inverted */ 56 /*!<@brief Input function is inverted */
|
/Zephyr-latest/soc/nxp/imxrt/imxrt6xx/cm33/ |
D | soc.h | 57 /*!<@brief Input function is not inverted */ 59 /*!<@brief Input function is inverted */
|
/Zephyr-latest/drivers/pinctrl/ |
D | pinctrl_npcx.c | 56 * 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/ |
D | nxp,pca9685.yaml | 29 Output logic state inverted. Value to use when no external driver
|
/Zephyr-latest/samples/subsys/input/draw_touch_events/ |
D | README.rst | 10 if the touch screen works for a board, examine its parameters such as inverted/swapped axes.
|
/Zephyr-latest/include/zephyr/dt-bindings/dma/ |
D | rpi-pico-dma-common.h | 11 * Use lower 6-bit of inverted DREQ value for `slot` cell.
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/test_scripts/ |
D | run_test_shall_not_pipeline_variant_rx_tx_prio_invert.sh | 16 # - The priority of the RX and TX threads is inverted compared
|