Searched refs:ReadBurstType (Results 1 – 6 of 6) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_dcache.c | 193 assert_param(IS_DCACHE_READ_BURST_TYPE(hdcache->Init.ReadBurstType)); in HAL_DCACHE_Init() 220 MODIFY_REG(hdcache->Instance->CR, DCACHE_CR_HBURST, hdcache->Init.ReadBurstType); in HAL_DCACHE_Init() 455 HAL_StatusTypeDef HAL_DCACHE_SetReadBurstType(DCACHE_HandleTypeDef *hdcache, uint32_t ReadBurstType) in HAL_DCACHE_SetReadBurstType() argument 467 assert_param(IS_DCACHE_READ_BURST_TYPE(ReadBurstType)); in HAL_DCACHE_SetReadBurstType() 473 MODIFY_REG(hdcache->Instance->CR, DCACHE_CR_HBURST, ReadBurstType); in HAL_DCACHE_SetReadBurstType()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_dcache.c | 193 assert_param(IS_DCACHE_READ_BURST_TYPE(hdcache->Init.ReadBurstType)); in HAL_DCACHE_Init() 220 MODIFY_REG(hdcache->Instance->CR, DCACHE_CR_HBURST, hdcache->Init.ReadBurstType); in HAL_DCACHE_Init() 455 HAL_StatusTypeDef HAL_DCACHE_SetReadBurstType(DCACHE_HandleTypeDef *hdcache, uint32_t ReadBurstType) in HAL_DCACHE_SetReadBurstType() argument 467 assert_param(IS_DCACHE_READ_BURST_TYPE(ReadBurstType)); in HAL_DCACHE_SetReadBurstType() 473 MODIFY_REG(hdcache->Instance->CR, DCACHE_CR_HBURST, ReadBurstType); in HAL_DCACHE_SetReadBurstType()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_dcache.h | 50 uint32_t ReadBurstType; /*!< Burst type to be applied for Data Cache member 276 HAL_StatusTypeDef HAL_DCACHE_SetReadBurstType(DCACHE_HandleTypeDef *hdcache, uint32_t ReadBurstType…
|
D | stm32h5xx_ll_dcache.h | 294 __STATIC_INLINE void LL_DCACHE_SetReadBurstType(DCACHE_TypeDef *DCACHEx, uint32_t ReadBurstType) in LL_DCACHE_SetReadBurstType() argument 296 MODIFY_REG(DCACHEx->CR, DCACHE_CR_HBURST, ReadBurstType); in LL_DCACHE_SetReadBurstType()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_dcache.h | 50 uint32_t ReadBurstType; /*!< Burst type to be applied for Data Cache member 276 HAL_StatusTypeDef HAL_DCACHE_SetReadBurstType(DCACHE_HandleTypeDef *hdcache, uint32_t ReadBurstType…
|
D | stm32u5xx_ll_dcache.h | 294 __STATIC_INLINE void LL_DCACHE_SetReadBurstType(DCACHE_TypeDef *DCACHEx, uint32_t ReadBurstType) in LL_DCACHE_SetReadBurstType() argument 296 MODIFY_REG(DCACHEx->CR, DCACHE_CR_HBURST, ReadBurstType); in LL_DCACHE_SetReadBurstType()
|