Home
last modified time | relevance | path

Searched refs:dc (Results 1 – 25 of 60) sorted by relevance

123

/Zephyr-latest/tests/drivers/audio/dmic_api/boards/
Dmimxrt595_evk_mimxrt595s_cm33.overlay15 dc-cutoff = "155hz";
16 dc-gain = <1>;
22 dc-cutoff = "155hz";
23 dc-gain = <1>;
29 dc-cutoff = "155hz";
30 dc-gain = <1>;
36 dc-cutoff = "155hz";
37 dc-gain = <1>;
Drd_rw612_bga.overlay15 dc-cutoff = "155hz";
16 dc-gain = <1>;
22 dc-cutoff = "155hz";
23 dc-gain = <1>;
29 dc-cutoff = "155hz";
30 dc-gain = <1>;
36 dc-cutoff = "155hz";
37 dc-gain = <1>;
/Zephyr-latest/drivers/pwm/
Dpwm_mchp_xec.c134 static void xec_compute_on_off(uint32_t freq, uint32_t dc, uint32_t clk, in xec_compute_on_off() argument
141 *on = ((on_off * dc) / XEC_PWM_DC_PF) - 1; in xec_compute_on_off()
147 int dc = (on + 1) + (off + 1); in xec_compute_dc() local
150 dc = (((uint64_t)(on + 1) * XEC_PWM_DC_PF) / dc); in xec_compute_dc()
152 return (uint32_t)dc; in xec_compute_dc()
155 static uint16_t xec_compare_div_on_off(uint32_t target_freq, uint32_t dc, in xec_compare_div_on_off() argument
162 xec_compute_on_off(target_freq, dc, max_freq[div_a], in xec_compare_div_on_off()
167 xec_compute_on_off(target_freq, dc, max_freq[div_b], in xec_compare_div_on_off()
188 static uint8_t xec_select_best_div_on_off(uint32_t target_freq, uint32_t dc, in xec_select_best_div_on_off() argument
198 div = xec_compare_div_on_off(target_freq, dc, max_freq, in xec_select_best_div_on_off()
[all …]
Dpwm_mchp_xec_bbled.c145 static void xec_pwmbb_progam_pwm(const struct device *dev, uint32_t ld, uint32_t dc) in xec_pwmbb_progam_pwm() argument
152 val |= ((dc << XEC_PWM_BBLED_LIM_MIN_POS) & XEC_PWM_BBLED_LIM_MIN_MSK); in xec_pwmbb_progam_pwm()
218 uint32_t dc, ld; in pwm_bbled_xec_set_cycles() local
252 dc = ((XEC_PWM_BBLED_DC_MAX + 1) * pulse_cycles / period_cycles); in pwm_bbled_xec_set_cycles()
253 if (dc < XEC_PWM_BBLED_DC_MIN) { in pwm_bbled_xec_set_cycles()
254 dc = XEC_PWM_BBLED_DC_MIN; in pwm_bbled_xec_set_cycles()
255 } else if (dc > XEC_PWM_BBLED_DC_MAX) { in pwm_bbled_xec_set_cycles()
256 dc = XEC_PWM_BBLED_DC_MAX; in pwm_bbled_xec_set_cycles()
259 LOG_DBG("Program: ld = 0x%0x dc = 0x%0x", ld, dc); in pwm_bbled_xec_set_cycles()
261 xec_pwmbb_progam_pwm(dev, ld, dc); in pwm_bbled_xec_set_cycles()
/Zephyr-latest/boards/nxp/rd_rw612_bga/
Drd_rw612_bga.dtsi210 dc-cutoff = "155hz";
211 dc-gain = <1>;
217 dc-cutoff = "155hz";
218 dc-gain = <1>;
224 dc-cutoff = "155hz";
225 dc-gain = <1>;
231 dc-cutoff = "155hz";
232 dc-gain = <1>;
/Zephyr-latest/samples/modules/lvgl/demos/boards/
Dnative_posix.overlay8 compatible = "zephyr,sdl-dc";
Dnative_posix_64.overlay8 compatible = "zephyr,sdl-dc";
/Zephyr-latest/samples/drivers/display/
Ddummy_dc.overlay13 compatible = "zephyr,dummy-dc";
/Zephyr-latest/tests/lib/gui/lvgl/
Dapp.overlay13 compatible = "zephyr,dummy-dc";
/Zephyr-latest/boards/shields/waveshare_epaper/
Dwaveshare_epaper_gdew042t2.overlay16 dc-gpios = <&arduino_header 15 GPIO_ACTIVE_HIGH>; /* D9 */
Dwaveshare_epaper_gdeh0154a07.overlay17 dc-gpios = <&arduino_header 15 GPIO_ACTIVE_HIGH>; /* D9 */
Dwaveshare_epaper_gdew075t7.overlay17 dc-gpios = <&arduino_header 15 GPIO_ACTIVE_HIGH>; /* D9 */
Dwaveshare_epaper_gdey0213b74.overlay17 dc-gpios = <&arduino_header 15 GPIO_ACTIVE_HIGH>; /* D9 */
Dwaveshare_epaper_gdeh029a1.overlay17 dc-gpios = <&arduino_header 15 GPIO_ACTIVE_HIGH>; /* D9 */
Dwaveshare_epaper_gdeh0213b72.overlay17 dc-gpios = <&arduino_header 15 GPIO_ACTIVE_HIGH>; /* D9 */
Dwaveshare_epaper_gdeh0213b1.overlay17 dc-gpios = <&arduino_header 15 GPIO_ACTIVE_HIGH>; /* D9 */
Dwaveshare_epaper_gdew042t2-p.overlay17 dc-gpios = <&arduino_header 15 GPIO_ACTIVE_HIGH>; /* D9 */
/Zephyr-latest/boards/shields/st7735r/
Dst7735r_ada_160x128.overlay17 dc-gpios = <&arduino_header 15 GPIO_ACTIVE_HIGH>; /* D9 */
/Zephyr-latest/boards/shields/st7789v_generic/
Dst7789v_tl019fqv01.overlay16 dc-gpios = <&arduino_header 15 GPIO_ACTIVE_HIGH>; /* D9 */
Dst7789v_waveshare_240x240.overlay18 dc-gpios = <&arduino_header 15 GPIO_ACTIVE_HIGH>; /* D9 */
/Zephyr-latest/boards/shields/buydisplay_3_5_tft_touch_arduino/
Dbuydisplay_3_5_tft_touch_arduino.overlay25 dc-gpios = <&arduino_header 13 GPIO_ACTIVE_HIGH>; /* D7 */
/Zephyr-latest/boards/shields/buydisplay_2_8_tft_touch_arduino/
Dbuydisplay_2_8_tft_touch_arduino.overlay25 dc-gpios = <&arduino_header 13 GPIO_ACTIVE_HIGH>; /* D7 */
/Zephyr-latest/boards/nxp/mimxrt685_evk/
Dmimxrt685_evk_mimxrt685s_cm33.dts427 dc-cutoff = "155hz";
428 dc-gain = <1>;
434 dc-cutoff = "155hz";
435 dc-gain = <1>;
/Zephyr-latest/boards/shields/adafruit_2_8_tft_touch_v2/dts/
Dadafruit_2_8_tft_touch_v2.dtsi26 dc-gpios = <&arduino_header 15 GPIO_ACTIVE_HIGH>; /* D9 */
/Zephyr-latest/boards/shields/seeed_xiao_round_display/
Dseeed_xiao_round_display.overlay35 dc-gpios = <&xiao_d 3 GPIO_ACTIVE_HIGH>;

123