Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_flash_ex.c385 status = FLASH_OB_UserConfig(pOBInit->USERConfig & OB_IWDG_SW, in HAL_FLASHEx_OBProgram()
386 pOBInit->USERConfig & OB_STOP_NORST, in HAL_FLASHEx_OBProgram()
387 pOBInit->USERConfig & OB_STDBY_NORST); in HAL_FLASHEx_OBProgram()
441 pOBInit->USERConfig = FLASH_OB_GetUser(); in HAL_FLASHEx_OBGetConfig()
/loramac-node-2.7.6/src/boards/mcu/stm32/EEPROM_Emul/Porting/STM32L4/
Dflash_interface.c252 if ((sOBCfg.USERConfig & OB_DBANK_64_BITS) != 0) in CheckBankConfig()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_flash_ex.c469 status = FLASH_OB_UserConfig(pOBInit->USERConfig & OB_IWDG_SW, in HAL_FLASHEx_OBProgram()
470 pOBInit->USERConfig & OB_STOP_NORST, in HAL_FLASHEx_OBProgram()
471 pOBInit->USERConfig & OB_STDBY_NORST); in HAL_FLASHEx_OBProgram()
542 pOBInit->USERConfig = FLASH_OB_GetUser(); in HAL_FLASHEx_OBGetConfig()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_flash_ex.c368 if(FLASH_OB_UserConfig(pOBInit->USERType, pOBInit->USERConfig) != HAL_OK) in HAL_FLASHEx_OBProgram()
424 pOBInit->USERConfig = FLASH_OB_GetUser(); in HAL_FLASHEx_OBGetConfig()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_flash_ex.h278 …uint8_t USERConfig; /*!< USERConfig: Program the FLASH User Option Byte: IWDG_SW / RST_STO… member
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_flash_ex.h207 …uint8_t USERConfig; /*!< USERConfig: Program the FLASH User Option Byte: IWDG_SW / RST_STO… member
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_flash.h96 uint32_t USERConfig; /*!< Value of the user option byte (used for OPTIONBYTE_USER). member