Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal.c725 assert_param(IS_SYSCFG_DTCM_SIZE(DtcmSize)); in HAL_SYSCFG_SetTCMSize()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal.h685 #define IS_SYSCFG_DTCM_SIZE(__SIZE__) ((((__SIZE__) & SYSCFG_CM55TCMCR_CFGDTCMSZ) == SYSCFG_DTCM_12… macro