Home
last modified time | relevance | path

Searched refs:UserType (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
805 assert_param(IS_OB_USER_TYPE(UserType)); in FLASH_OB_UserConfig()
812 if((UserType & OB_USER_BOR_LEV) != 0U) in FLASH_OB_UserConfig()
822 if((UserType & OB_USER_nRST_STOP) != 0U) in FLASH_OB_UserConfig()
832 if((UserType & OB_USER_nRST_STDBY) != 0U) in FLASH_OB_UserConfig()
842 if((UserType & OB_USER_nRST_SHDW) != 0U) in FLASH_OB_UserConfig()
852 if((UserType & OB_USER_IWDG_SW) != 0U) in FLASH_OB_UserConfig()
862 if((UserType & OB_USER_IWDG_STOP) != 0U) in FLASH_OB_UserConfig()
872 if((UserType & OB_USER_IWDG_STDBY) != 0U) in FLASH_OB_UserConfig()
[all …]