Searched +full:divider +full:- +full:frac +full:- +full:0 (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/dts/bindings/pwm/ |
D | raspberrypi,pico-pwm.yaml | 2 # SPDX-License-Identifier: Apache-2.0 6 compatible: "raspberrypi,pico-pwm" 8 include: [pwm-controller.yaml, pinctrl-device.yaml, reset-device.yaml, base.yaml] 17 divider-int-0: 20 The integral part of the divider for pwm slice 0. 22 as the integer part of the divider. 23 If the value is set to 0 or this property is not defined when setting 26 divider-frac-0: 29 The fractional part of the divider for pwm slice 0. 30 This number should be in the range 0 - 15. [all …]
|
/Zephyr-latest/drivers/clock_control/ |
D | clock_control_litex.c | 4 * SPDX-License-Identifier: Apache-2.0 46 for (i = 0; i <= CLKOUT_MAX; i++) { in litex_clk_regs_addr_init() 66 …* https://github.com/Digilent/Zybo-hdmi-out/blob/b991fff6e964420ae3c00c3dbee52f2ad748b3ba/sdk/disp… 75 0b0001011111, 76 0b0001010111, 77 0b0001111011, 78 0b0001011011, 79 0b0001101011, 80 0b0001110011, 81 0b0001110011, [all …]
|
D | clock_control_litex.h | 4 * SPDX-License-Identifier: Apache-2.0 24 #define DRP_RESET 0 34 #define DRP_BASE DT_REG_ADDR_BY_IDX(MMCM, 0) 59 BUILD_ASSERT(CLKOUT_DUTY_DEN(N) > 0 && \ 60 CLKOUT_DUTY_NUM(N) > 0 && \ 64 lcko = &ldev->clkouts[N]; \ 65 lcko->id = CLKOUT_ID(N); \ 67 lcko->clkout_div = clkout_div; \ 68 lcko->def.freq = CLKOUT_FREQ(N); \ 69 lcko->def.phase = CLKOUT_PHASE(N); \ [all …]
|