Searched refs:ART (Results 1 – 8 of 8) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_system.h | 2372 SET_BIT(ART->CTR, ART_CTR_EN); in LL_ART_Enable() 2382 CLEAR_BIT(ART->CTR, ART_CTR_EN); in LL_ART_Disable() 2392 return ((READ_BIT(ART->CTR, ART_CTR_EN) == ART_CTR_EN) ? 1UL : 0UL); in LL_ART_IsEnabled() 2404 MODIFY_REG(ART->CTR, ART_CTR_PCACHEADDR, (((BaseAddress) >> 12U) & 0x000FFF00UL)); in LL_ART_SetBaseAddress() 2415 return (uint32_t)(READ_BIT(ART->CTR, ART_CTR_PCACHEADDR) << 12U); in LL_ART_GetBaseAddress()
|
D | stm32h7xx_hal.h | 729 #define __HAL_ART_ENABLE() SET_BIT(ART->CTR, ART_CTR_EN) 734 #define __HAL_ART_DISABLE() CLEAR_BIT(ART->CTR, ART_CTR_EN) 739 #define __HAL_ART_CONFIG_BASE_ADDRESS(__BASE_ADDRESS__) MODIFY_REG(ART->CTR, ART_CTR_PCACHEADDR, …
|
/hal_stm32-latest/stm32cube/stm32h7xx/soc/ |
D | stm32h745xx.h | 2612 #define ART ((ART_TypeDef *) ART_BASE) macro
|
D | stm32h745xg.h | 2612 #define ART ((ART_TypeDef *) ART_BASE) macro
|
D | stm32h755xx.h | 2685 #define ART ((ART_TypeDef *) ART_BASE) macro
|
D | stm32h757xx.h | 2767 #define ART ((ART_TypeDef *) ART_BASE) macro
|
D | stm32h747xg.h | 2694 #define ART ((ART_TypeDef *) ART_BASE) macro
|
D | stm32h747xx.h | 2694 #define ART ((ART_TypeDef *) ART_BASE) macro
|