Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_flash_ex.h252 #define OPTIONBYTE_BOR 0x10U /*!< BOR option byte configuration */ macro
273 … OPTIONBYTE_PCROP | OPTIONBYTE_BOR | OPTIONBYTE_SECURE_AREA |\
277 … OPTIONBYTE_PCROP | OPTIONBYTE_BOR | OPTIONBYTE_SECURE_AREA |\
281 … OPTIONBYTE_PCROP | OPTIONBYTE_BOR | OPTIONBYTE_SECURE_AREA |\
285 … OPTIONBYTE_PCROP | OPTIONBYTE_BOR | OPTIONBYTE_SECURE_AREA |\
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_flash_ex.c295 if((pOBInit->OptionType & OPTIONBYTE_BOR) == OPTIONBYTE_BOR) in HAL_FLASHEx_OBProgram()
315 pOBInit->OptionType = OPTIONBYTE_WRP | OPTIONBYTE_RDP | OPTIONBYTE_USER | OPTIONBYTE_BOR; in HAL_FLASHEx_OBGetConfig()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_flash_ex.h150 #define OPTIONBYTE_BOR ((uint32_t)0x08U) /*!< BOR option byte configuration */ macro
559OPTIONBYTE_BOR | OPTIONBYTE_BOOTADDR_0 | OPTIONBYTE_BOOTADDR_1 |\
563OPTIONBYTE_BOR | OPTIONBYTE_BOOTADDR_0 | OPTIONBYTE_BOOTADDR_1)))
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_flash_ex.c340 if((pOBInit->OptionType & OPTIONBYTE_BOR) == OPTIONBYTE_BOR) in HAL_FLASHEx_OBProgram()
387 OPTIONBYTE_BOR | OPTIONBYTE_BOOTADDR_0 | OPTIONBYTE_BOOTADDR_1; in HAL_FLASHEx_OBGetConfig()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_flash_ex.h132 #define OPTIONBYTE_BOR 0x00000008U /*!< BOR option byte configuration */ macro
336 …e IS_OPTIONBYTE(VALUE)(((VALUE) <= (OPTIONBYTE_WRP|OPTIONBYTE_RDP|OPTIONBYTE_USER|OPTIONBYTE_BOR)))
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_flash_ex.c376 if((pOBInit->OptionType & OPTIONBYTE_BOR) == OPTIONBYTE_BOR) in HAL_FLASHEx_OBProgram()
407 pOBInit->OptionType = OPTIONBYTE_WRP | OPTIONBYTE_RDP | OPTIONBYTE_USER | OPTIONBYTE_BOR; in HAL_FLASHEx_OBGetConfig()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_flash_ex.c322 if ((pOBInit->OptionType & OPTIONBYTE_BOR) == OPTIONBYTE_BOR) in HAL_FLASHEx_OBProgram()
342 pOBInit->OptionType = OPTIONBYTE_WRP | OPTIONBYTE_RDP | OPTIONBYTE_USER | OPTIONBYTE_BOR; in HAL_FLASHEx_OBGetConfig()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_flash_ex.h57 … OPTIONBYTE_USER | OPTIONBYTE_BOR | OPTIONBYTE_BOOT_BIT1)))
253 #define OPTIONBYTE_BOR (0x08U) /*!<BOR option byte configuration*/ macro
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_flash_ex.h103 …__VALUE__) (((__VALUE__) <= (OPTIONBYTE_WRP|OPTIONBYTE_RDP|OPTIONBYTE_USER|OPTIONBYTE_BOR)))
320 #define OPTIONBYTE_BOR (0x08U) /*!<BOR option byte configuration*/ macro
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_flash_ex.c496 if((pOBInit->OptionType & OPTIONBYTE_BOR) == OPTIONBYTE_BOR) in HAL_FLASHEx_OBProgram()
569 pOBInit->OptionType = (OPTIONBYTE_USER | OPTIONBYTE_RDP | OPTIONBYTE_BOR); in HAL_FLASHEx_OBGetConfig()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_flash_ex.c463 if((pOBInit->OptionType & OPTIONBYTE_BOR) == OPTIONBYTE_BOR) in HAL_FLASHEx_OBProgram()
488 pOBInit->OptionType = OPTIONBYTE_WRP | OPTIONBYTE_RDP | OPTIONBYTE_USER | OPTIONBYTE_BOR; in HAL_FLASHEx_OBGetConfig()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_flash_ex.h176 #define OPTIONBYTE_BOR 0x00000008U /*!< BOR option byte configuration */ macro
822 …e IS_OPTIONBYTE(VALUE)(((VALUE) <= (OPTIONBYTE_WRP|OPTIONBYTE_RDP|OPTIONBYTE_USER|OPTIONBYTE_BOR)))