Home
last modified time | relevance | path

Searched refs:Level (Results 1 – 13 of 13) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_flash_ex.c90 static HAL_StatusTypeDef FLASH_OB_RDP_LevelConfig(uint8_t Level);
92 static HAL_StatusTypeDef FLASH_OB_BOR_LevelConfig(uint8_t Level);
535 static HAL_StatusTypeDef FLASH_OB_RDP_LevelConfig(uint8_t Level) in FLASH_OB_RDP_LevelConfig() argument
540 assert_param(IS_OB_RDP_LEVEL(Level)); in FLASH_OB_RDP_LevelConfig()
547 *(__IO uint8_t*)OPTCR_BYTE1_ADDRESS = Level; in FLASH_OB_RDP_LevelConfig()
604 static HAL_StatusTypeDef FLASH_OB_BOR_LevelConfig(uint8_t Level) in FLASH_OB_BOR_LevelConfig() argument
607 assert_param(IS_OB_BOR_LEVEL(Level)); in FLASH_OB_BOR_LevelConfig()
611 *(__IO uint8_t *)OPTCR_BYTE0_ADDRESS |= Level; in FLASH_OB_BOR_LevelConfig()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_flash_ex.c96 static HAL_StatusTypeDef FLASH_OB_RDP_LevelConfig(uint8_t Level);
97 static HAL_StatusTypeDef FLASH_OB_BOR_LevelConfig(uint8_t Level);
873 static HAL_StatusTypeDef FLASH_OB_RDP_LevelConfig(uint8_t Level) in FLASH_OB_RDP_LevelConfig() argument
878 assert_param(IS_OB_RDP_LEVEL(Level)); in FLASH_OB_RDP_LevelConfig()
885 *(__IO uint8_t*)OPTCR_BYTE1_ADDRESS = Level; in FLASH_OB_RDP_LevelConfig()
901 static HAL_StatusTypeDef FLASH_OB_BOR_LevelConfig(uint8_t Level) in FLASH_OB_BOR_LevelConfig() argument
904 assert_param(IS_OB_BOR_LEVEL(Level)); in FLASH_OB_BOR_LevelConfig()
907 MODIFY_REG(FLASH->OPTCR, FLASH_OPTCR_BOR_LEV, Level); in FLASH_OB_BOR_LevelConfig()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_flash_ex.c103 static HAL_StatusTypeDef FLASH_OB_RDP_LevelConfig(uint8_t Level);
105 static HAL_StatusTypeDef FLASH_OB_BOR_LevelConfig(uint8_t Level);
1157 static HAL_StatusTypeDef FLASH_OB_RDP_LevelConfig(uint8_t Level) in FLASH_OB_RDP_LevelConfig() argument
1162 assert_param(IS_OB_RDP_LEVEL(Level)); in FLASH_OB_RDP_LevelConfig()
1169 *(__IO uint8_t *)OPTCR_BYTE1_ADDRESS = Level; in FLASH_OB_RDP_LevelConfig()
1226 static HAL_StatusTypeDef FLASH_OB_BOR_LevelConfig(uint8_t Level) in FLASH_OB_BOR_LevelConfig() argument
1229 assert_param(IS_OB_BOR_LEVEL(Level)); in FLASH_OB_BOR_LevelConfig()
1233 *(__IO uint8_t *)OPTCR_BYTE0_ADDRESS |= Level; in FLASH_OB_BOR_LevelConfig()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal.c889 void HAL_SYSCFG_SetTCMBiasingLevel(uint32_t Level) in HAL_SYSCFG_SetTCMBiasingLevel() argument
892 assert_param(IS_SYSCFG_TCM_BIASING_LEVEL(Level)); in HAL_SYSCFG_SetTCMBiasingLevel()
894 MODIFY_REG(SYSCFG->CM55RWMCR, SYSCFG_CM55RWMCR_BC2_TCM | SYSCFG_CM55RWMCR_BC1_TCM, Level); in HAL_SYSCFG_SetTCMBiasingLevel()
976 void HAL_SYSCFG_SetCacheBiasingLevel(uint32_t Level) in HAL_SYSCFG_SetCacheBiasingLevel() argument
979 assert_param(IS_SYSCFG_CACHE_BIASING_LEVEL(Level)); in HAL_SYSCFG_SetCacheBiasingLevel()
981 MODIFY_REG(SYSCFG->CM55RWMCR, SYSCFG_CM55RWMCR_BC2_CACHE | SYSCFG_CM55RWMCR_BC1_CACHE, Level); in HAL_SYSCFG_SetCacheBiasingLevel()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal.c1094 HAL_StatusTypeDef HAL_SBS_ConfigDebugLevel(uint32_t Level) in HAL_SBS_ConfigDebugLevel() argument
1097 assert_param(IS_SBS_HDPL(Level)); in HAL_SBS_ConfigDebugLevel()
1099 if (Level != SBS_HDPL_VALUE_0) in HAL_SBS_ConfigDebugLevel()
1101 MODIFY_REG(SBS->DBGCR, SBS_DBGCR_DBG_AUTH_HDPL, (Level << SBS_DBGCR_DBG_AUTH_HDPL_Pos)); in HAL_SBS_ConfigDebugLevel()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal.c677 HAL_StatusTypeDef HAL_SBS_ConfigDebugLevel(uint32_t Level) in HAL_SBS_ConfigDebugLevel() argument
680 assert_param(IS_SBS_HDPL(Level)); in HAL_SBS_ConfigDebugLevel()
682 if (Level != SBS_HDPL_VALUE_0) in HAL_SBS_ConfigDebugLevel()
684 MODIFY_REG(SBS->DBGCR, SBS_DBGCR_DBG_AUTH_HDPL, (Level << SBS_DBGCR_DBG_AUTH_HDPL_Pos)); in HAL_SBS_ConfigDebugLevel()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_flash_ex.c122 static void FLASH_OB_BOR_LevelConfig(uint32_t Level);
1737 static void FLASH_OB_BOR_LevelConfig(uint32_t Level) in FLASH_OB_BOR_LevelConfig() argument
1739 assert_param(IS_OB_BOR_LEVEL(Level)); in FLASH_OB_BOR_LevelConfig()
1742 MODIFY_REG(FLASH->OPTSR_PRG, FLASH_OPTSR_BOR_LEV, Level); in FLASH_OB_BOR_LevelConfig()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_system.h778 __STATIC_INLINE void LL_SBS_SetAuthDbgHDPL(uint32_t Level) in LL_SBS_SetAuthDbgHDPL() argument
780 MODIFY_REG(SBS->DBGCR, SBS_DBGCR_DBG_AUTH_HDPL, (Level << SBS_DBGCR_DBG_AUTH_HDPL_Pos)); in LL_SBS_SetAuthDbgHDPL()
Dstm32h5xx_hal.h841 HAL_StatusTypeDef HAL_SBS_ConfigDebugLevel(uint32_t Level);
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal.h851 void HAL_SYSCFG_SetTCMBiasingLevel(uint32_t Level);
860 void HAL_SYSCFG_SetCacheBiasingLevel(uint32_t Level);
/hal_stm32-latest/lib/stm32wba/Utilities/trace/adv_trace/
Dstm32_adv_trace.h231 void UTIL_ADV_TRACE_SetVerboseLevel(uint8_t Level);
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_system.h392 __STATIC_INLINE void LL_SBS_SetAuthDbgHDPL(uint32_t Level) in LL_SBS_SetAuthDbgHDPL() argument
394 MODIFY_REG(SBS->DBGCR, SBS_DBGCR_DBG_AUTH_HDPL, (Level << SBS_DBGCR_DBG_AUTH_HDPL_Pos)); in LL_SBS_SetAuthDbgHDPL()
Dstm32h7rsxx_hal.h670 HAL_StatusTypeDef HAL_SBS_ConfigDebugLevel(uint32_t Level);