Lines Matching +full:clock +full:- +full:prescaler
1 .. zephyr:code-sample:: stm32_mco
2 :name: Master Clock Output (MCO)
3 :relevant-api: pinctrl_interface
5 Output an internal clock for external use by the application.
18 Make sure that the output clock is enabled in dts overlay file.
19 Depending on the stm32 serie, several clock source and prescaler are possible for each MCOx.
20 The clock source is set by the DTS among the possible values for each stm32 serie.
21 The prescaler is set by the DTS, through the property ``prescaler = <MCOx_PRE(MCO_PRE_DIV_n)>;``
23 See :zephyr_file:`dts/bindings/clock/st,stm32-clock-mco.yaml`
31 .. zephyr-app-commands::
32 :zephyr-app: samples/boards/st/mco
36 After flashing, the LSE clock will be output on the MCO pin enabled in Device Tree.
37 The clock can be observed using a probing device, such as a logic analyzer.