Development tools for Zephyr on STM32Workbench for Zephyr: VS Code extension to set up, build, flash and debug Zephyr applications on STM32.Devicetree manager: browse, edit and visualize Zephyr devicetree, STM32CubeMX-like for Zephyr.
In the stm32f4xx_hal_rcc.h, there are macros to enable clocks of most peripherals, (e.g. HAL_RCC_USART2_CLK_ENABLE()) but I can't find any clock enable for DAC. Does the DAC need no clock enable?