Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_flash_ex.c114 static HAL_StatusTypeDef FLASH_OB_UserConfig(uint32_t UserType, uint32_t UserConfig);
798 static HAL_StatusTypeDef FLASH_OB_UserConfig(uint32_t UserType, uint32_t UserConfig) in FLASH_OB_UserConfig() argument
815 assert_param(IS_OB_USER_BOR_LEVEL(UserConfig & FLASH_OPTR_BOR_LEV)); in FLASH_OB_UserConfig()
818 optr_reg_val |= (UserConfig & FLASH_OPTR_BOR_LEV); in FLASH_OB_UserConfig()
825 assert_param(IS_OB_USER_STOP(UserConfig & FLASH_OPTR_nRST_STOP)); in FLASH_OB_UserConfig()
828 optr_reg_val |= (UserConfig & FLASH_OPTR_nRST_STOP); in FLASH_OB_UserConfig()
835 assert_param(IS_OB_USER_STANDBY(UserConfig & FLASH_OPTR_nRST_STDBY)); in FLASH_OB_UserConfig()
838 optr_reg_val |= (UserConfig & FLASH_OPTR_nRST_STDBY); in FLASH_OB_UserConfig()
845 assert_param(IS_OB_USER_SHUTDOWN(UserConfig & FLASH_OPTR_nRST_SHDW)); in FLASH_OB_UserConfig()
848 optr_reg_val |= (UserConfig & FLASH_OPTR_nRST_SHDW); in FLASH_OB_UserConfig()
[all …]