Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal.c143 __HAL_ART_ENABLE(); /* Enable the Cortex-M4 ART */ in HAL_Init()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal.h729 #define __HAL_ART_ENABLE() SET_BIT(ART->CTR, ART_CTR_EN) macro