Home
last modified time | relevance | path

Searched refs:inverted (Results 1 – 25 of 40) sorted by relevance

12

/Zephyr-latest/drivers/pwm/
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()
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_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_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()
Dpwm_sam0_tcc.c68 bool inverted = ((regs->DRVCTRL.vec.INVEN & invert_mask) != 0); in pwm_sam0_set_cycles() local
91 if (invert != inverted) { in pwm_sam0_set_cycles()
Dpwm_mcux_pwt.c45 bool inverted : 1; member
109 data->inverted = in mcux_pwt_configure_capture()
247 if (data->inverted) { in mcux_pwt_isr()
Dpwm_mc_esp32.c81 bool inverted; member
110 if (channel->inverted) { in mcpwm_esp32_duty_set()
269 channel->inverted = (flags & PWM_POLARITY_INVERTED); in mcpwm_esp32_set_cycles()
317 channel->inverted = (flags & PWM_POLARITY_INVERTED); in mcpwm_esp32_configure_capture()
507 capture->period = channel->inverted ? in mcpwm_esp32_isr()
515 capture->pulse = channel->inverted ? in mcpwm_esp32_isr()
Dpwm_nxp_s32_emios.c41 bool inverted; member
237 static ALWAYS_INLINE eMios_Icu_ValueType pwm_nxp_s32_pulse_calc(bool inverted, in pwm_nxp_s32_pulse_calc() argument
243 if (input_state ^ inverted) { in pwm_nxp_s32_pulse_calc()
288 data->capture[channel].inverted = (flags & PWM_POLARITY_MASK); in pwm_nxp_s32_capture_configure()
495 pulse = pwm_nxp_s32_pulse_calc(data->capture[channel].inverted, in pwm_nxp_s32_capture_callback()
/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/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/soc/nuvoton/npcx/common/
Dsoc_pins.h27 uint8_t inverted:1; member
Dscfg.c39 .inverted = DT_PHA(DT_PROP_BY_IDX(node_id, prop, idx), alts, inv), \
71 if (!!alt_func != !!alt->inverted) { in npcx_pinctrl_alt_sel()
Dpinctrl_soc.h78 bool inverted: 1; member
182 .cfg.periph.inverted = DT_PHA(DT_PROP(node_id, prop), alts, inv), \
/Zephyr-latest/samples/sensor/qdec/boards/
Dnucleo_f401re.overlay22 st,input-polarity-inverted;
/Zephyr-latest/soc/espressif/esp32/
Dsoc.h48 bool inverted);
/Zephyr-latest/soc/espressif/esp32c6/
Dsoc.h44 bool inverted);
/Zephyr-latest/soc/espressif/esp32s2/
Dsoc.h36 extern int esp_rom_gpio_matrix_in(uint32_t gpio, uint32_t signal_index, bool inverted);
/Zephyr-latest/soc/espressif/esp32s3/
Dsoc.h53 bool inverted);
/Zephyr-latest/subsys/fb/
Dcfb.c65 bool inverted; member
456 fb->inverted = !fb->inverted; in cfb_framebuffer_invert()
480 if (!(fb->pixel_format & PIXEL_FORMAT_MONO10) != !(fb->inverted)) { in cfb_framebuffer_finalize()
583 fb->inverted = false; in cfb_framebuffer_init()
/Zephyr-latest/drivers/display/
Ddisplay_st7796s.c33 bool inverted; /* Display color inversion */ member
334 if (config->inverted) { in st7796s_init()
387 .inverted = DT_INST_PROP(n, color_invert), \
/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/boards/particle/boron/
Dparticle_boron.dts20 /* on Boron VCTL2 is inverted VCTL1 signal via SN74LVC1G04
/Zephyr-latest/boards/st/stm32f429i_disc1/
Dstm32f429i_disc1.dts178 inverted-x;
179 inverted-y;
/Zephyr-latest/samples/sensor/qdec/
DREADME.rst45 st,input-polarity-inverted;
/Zephyr-latest/boards/shields/frdm_cr20a/doc/
Dindex.rst29 - PCB inverted F-type antenna and SMA RF port

12