Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal.c979 assert_param(IS_SYSCFG_CACHE_BIASING_LEVEL(Level)); in HAL_SYSCFG_SetCacheBiasingLevel()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal.h699 #define IS_SYSCFG_CACHE_BIASING_LEVEL(__LEVEL__) ((((__LEVEL__) & (SYSCFG_CM55RWMCR_BC1_CACHE | SYS… macro