Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal.c744 HAL_StatusTypeDef HAL_SYSCFG_GetTCMSize(uint32_t *pDtcmSize, uint32_t *pItcmSize) in HAL_SYSCFG_GetTCMSize() argument
749 if ((pDtcmSize == NULL) || (pItcmSize == NULL)) in HAL_SYSCFG_GetTCMSize()
755 *pDtcmSize = (values & 0xF0U); in HAL_SYSCFG_GetTCMSize()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal.h835 HAL_StatusTypeDef HAL_SYSCFG_GetTCMSize(uint32_t *pDtcmSize, uint32_t *pItcmSize);