Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_flash_ex.c397 if((pOBInit->OptionType & OPTIONBYTE_BOR) == OPTIONBYTE_BOR) in HAL_FLASHEx_OBProgram()
428 pOBInit->OptionType = OPTIONBYTE_WRP | OPTIONBYTE_RDP | OPTIONBYTE_USER | OPTIONBYTE_BOR; in HAL_FLASHEx_OBGetConfig()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_flash_ex.h121 …__VALUE__) (((__VALUE__) <= (OPTIONBYTE_WRP|OPTIONBYTE_RDP|OPTIONBYTE_USER|OPTIONBYTE_BOR)))
338 #define OPTIONBYTE_BOR (0x08U) /*!<BOR option byte configuration*/ macro
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_flash_ex.h76 … OPTIONBYTE_USER | OPTIONBYTE_BOR | OPTIONBYTE_BOOT_BIT1)))
270 #define OPTIONBYTE_BOR ((uint32_t)0x08U) /*!<BOR option byte configuration*/ macro
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_flash_ex.c481 if((pOBInit->OptionType & OPTIONBYTE_BOR) == OPTIONBYTE_BOR) in HAL_FLASHEx_OBProgram()
506 pOBInit->OptionType = OPTIONBYTE_WRP | OPTIONBYTE_RDP | OPTIONBYTE_USER | OPTIONBYTE_BOR; in HAL_FLASHEx_OBGetConfig()