Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal.c954 HAL_StatusTypeDef HAL_SYSCFG_GetCacheRWMarginInput(uint32_t *pCacheRWMarginInput) in HAL_SYSCFG_GetCacheRWMarginInput() argument
957 if (pCacheRWMarginInput == NULL) in HAL_SYSCFG_GetCacheRWMarginInput()
963 *pCacheRWMarginInput = (READ_BIT(SYSCFG->CM55RWMCR, SYSCFG_CM55RWMCR_RM_CACHE) >> 8U); in HAL_SYSCFG_GetCacheRWMarginInput()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal.h858 HAL_StatusTypeDef HAL_SYSCFG_GetCacheRWMarginInput(uint32_t *pCacheRWMarginInput);