Home
last modified time | relevance | path

Searched refs:OPTIONBYTE_BOOTCONFIG (Results 1 – 25 of 30) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_flash_ex.h83 #define IS_OBEX(__VALUE__) (((__VALUE__) <= (OPTIONBYTE_PCROP | OPTIONBYTE_BOOTCONFIG)…
91 #define IS_OBEX(__VALUE__) ((__VALUE__) == OPTIONBYTE_BOOTCONFIG)
457 #define OPTIONBYTE_BOOTCONFIG (0x02U) /*!<BOOTConfig option byte configuration*/ macro
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_flash_ex.h129 …VALUE__) (((__VALUE__) == OPTIONBYTE_PCROP) || ((__VALUE__) == OPTIONBYTE_BOOTCONFIG))
137 #define IS_OBEX(__VALUE__) ((__VALUE__) == OPTIONBYTE_BOOTCONFIG)
623 #define OPTIONBYTE_BOOTCONFIG (0x02U) /*!<BOOTConfig option byte configuration*/ macro
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_flash_ex.c464 if ((pAdvOBInit->OptionType & OPTIONBYTE_BOOTCONFIG) == OPTIONBYTE_BOOTCONFIG) in HAL_FLASHEx_AdvOBProgram()
503 pAdvOBInit->OptionType |= OPTIONBYTE_BOOTCONFIG; in HAL_FLASHEx_AdvOBGetConfig()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_flash_ex.c579 if ((pAdvOBInit->OptionType & OPTIONBYTE_BOOTCONFIG) == OPTIONBYTE_BOOTCONFIG) in HAL_FLASHEx_AdvOBProgram()
621 pAdvOBInit->OptionType |= OPTIONBYTE_BOOTCONFIG; in HAL_FLASHEx_AdvOBGetConfig()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_flash_ex.c409 if (((pAdvOBInit->OptionType) & OPTIONBYTE_BOOTCONFIG) == OPTIONBYTE_BOOTCONFIG) in HAL_FLASHEx_AdvOBProgram()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_flash_ex.h254 #define OPTIONBYTE_BOOTCONFIG 0x00000002U /*!< BOOTConfig option byte configuration */ macro
851 ((VALUE) == OPTIONBYTE_BOOTCONFIG))
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/Legacy/
Dstm32_hal_legacy.h454 #define OBEX_BOOTCONFIG OPTIONBYTE_BOOTCONFIG
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/Legacy/
Dstm32_hal_legacy.h431 #define OBEX_BOOTCONFIG OPTIONBYTE_BOOTCONFIG
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/Legacy/
Dstm32_hal_legacy.h446 #define OBEX_BOOTCONFIG OPTIONBYTE_BOOTCONFIG
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/Legacy/
Dstm32_hal_legacy.h463 #define OBEX_BOOTCONFIG OPTIONBYTE_BOOTCONFIG
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/Legacy/
Dstm32_hal_legacy.h467 #define OBEX_BOOTCONFIG OPTIONBYTE_BOOTCONFIG
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/Legacy/
Dstm32_hal_legacy.h463 #define OBEX_BOOTCONFIG OPTIONBYTE_BOOTCONFIG
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/Legacy/
Dstm32_hal_legacy.h463 #define OBEX_BOOTCONFIG OPTIONBYTE_BOOTCONFIG
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/Legacy/
Dstm32_hal_legacy.h463 #define OBEX_BOOTCONFIG OPTIONBYTE_BOOTCONFIG
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/Legacy/
Dstm32_hal_legacy.h463 #define OBEX_BOOTCONFIG OPTIONBYTE_BOOTCONFIG
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/Legacy/
Dstm32_hal_legacy.h463 #define OBEX_BOOTCONFIG OPTIONBYTE_BOOTCONFIG
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/Legacy/
Dstm32_hal_legacy.h463 #define OBEX_BOOTCONFIG OPTIONBYTE_BOOTCONFIG
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/Legacy/
Dstm32_hal_legacy.h463 #define OBEX_BOOTCONFIG OPTIONBYTE_BOOTCONFIG
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/Legacy/
Dstm32_hal_legacy.h463 #define OBEX_BOOTCONFIG OPTIONBYTE_BOOTCONFIG
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/Legacy/
Dstm32_hal_legacy.h463 #define OBEX_BOOTCONFIG OPTIONBYTE_BOOTCONFIG
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/Legacy/
Dstm32_hal_legacy.h463 #define OBEX_BOOTCONFIG OPTIONBYTE_BOOTCONFIG
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/Legacy/
Dstm32_hal_legacy.h463 #define OBEX_BOOTCONFIG OPTIONBYTE_BOOTCONFIG
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/Legacy/
Dstm32_hal_legacy.h467 #define OBEX_BOOTCONFIG OPTIONBYTE_BOOTCONFIG
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/Legacy/
Dstm32_hal_legacy.h463 #define OBEX_BOOTCONFIG OPTIONBYTE_BOOTCONFIG
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/Legacy/
Dstm32_hal_legacy.h463 #define OBEX_BOOTCONFIG OPTIONBYTE_BOOTCONFIG

12