Home
last modified time | relevance | path

Searched refs:__HAL_RCC_ART_CLK_ENABLE (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal.c141 __HAL_RCC_ART_CLK_ENABLE(); /* Enable the Cortex-M4 ART Clock */ in HAL_Init()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_rcc.h995 #define __HAL_RCC_ART_CLK_ENABLE() do { \ macro