/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_flash_ex.h | 251 #define OPTIONBYTE_PCROP 0x08U /*!< PCROP 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/stm32wlxx/drivers/include/ |
D | stm32wlxx_hal_flash.h | 285 #define OPTIONBYTE_PCROP 0x00000008U /*!< PCROP option byte configuration … macro 294 … OPTIONBYTE_PCROP | OPTIONBYTE_IPCC_BUF_ADDR | OPTIONBYTE_C2_BOOT_VECT | \ 299 OPTIONBYTE_PCROP) /*!< All option byte configuration */ 946 … ((__VALUE__) <= (OPTIONBYTE_WRP | OPTIONBYTE_RDP | OPTIONBYTE_USER | OPTIONBYTE_PCROP | \ 952 … ((__VALUE__) <= (OPTIONBYTE_WRP | OPTIONBYTE_RDP | OPTIONBYTE_USER | OPTIONBYTE_PCROP))
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_hal_flash_ex.h | 83 #define IS_OBEX(__VALUE__) (((__VALUE__) <= (OPTIONBYTE_PCROP | OPTIONBYTE_BOOTCONFIG)… 87 #define IS_OBEX(__VALUE__) ((__VALUE__) == OPTIONBYTE_PCROP) 443 #define OPTIONBYTE_PCROP (0x01U) /*!<PCROP option byte configuration*/ macro
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_flash_ex.h | 253 #define OPTIONBYTE_PCROP 0x00000001U /*!< PCROP option byte configuration */ macro 261 #define OPTIONBYTE_PCROP 0x00000001U /*!<PCROP option byte configuration */ macro 850 #define IS_OBEX(VALUE)(((VALUE) == OPTIONBYTE_PCROP) || \ 858 #define IS_OBEX(VALUE)(((VALUE) == OPTIONBYTE_PCROP))
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_hal_flash_ex.h | 129 #define IS_OBEX(__VALUE__) (((__VALUE__) == OPTIONBYTE_PCROP) || ((__VALUE__) == OPTIO… 133 #define IS_OBEX(__VALUE__) ((__VALUE__) == OPTIONBYTE_PCROP) 609 #define OPTIONBYTE_PCROP (0x01U) /*!<PCROP option byte configuration*/ macro
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_hal_flash.h | 245 #define OPTIONBYTE_PCROP 0x00000008U /*!< PCROP option byte configuration … macro 250 … OPTIONBYTE_PCROP | OPTIONBYTE_IPCC_BUF_ADDR | OPTIONBYTE_C2_BOOT_VECT | \ 927 … (((__VALUE__) <= (OPTIONBYTE_WRP | OPTIONBYTE_RDP | OPTIONBYTE_USER | OPTIONBYTE_PCROP | \
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_hal_flash_ex.c | 448 if ((pAdvOBInit->OptionType & OPTIONBYTE_PCROP) == OPTIONBYTE_PCROP) in HAL_FLASHEx_AdvOBProgram() 487 pAdvOBInit->OptionType |= OPTIONBYTE_PCROP; in HAL_FLASHEx_AdvOBGetConfig()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_flash_ex.h | 154 #define OPTIONBYTE_PCROP ((uint32_t)0x40U) /*!< PCROP configuration */ macro 560 OPTIONBYTE_PCROP | OPTIONBYTE_PCROP_RDP)))
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_flash.h | 221 #define OPTIONBYTE_PCROP 0x08U /*!< PCROP option byte configuration */ macro 926 … (((VALUE) <= (OPTIONBYTE_WRP | OPTIONBYTE_RDP | OPTIONBYTE_USER | OPTIONBYTE_PCROP | \
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_hal_flash_ex.c | 550 if ((pAdvOBInit->OptionType & OPTIONBYTE_PCROP) == OPTIONBYTE_PCROP) in HAL_FLASHEx_AdvOBProgram() 603 pAdvOBInit->OptionType |= OPTIONBYTE_PCROP; in HAL_FLASHEx_AdvOBGetConfig()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_flash.h | 291 #define OPTIONBYTE_PCROP 0x00000008U /*!< PCROP option byte configuration */ macro 299 … OPTIONBYTE_PCROP | OPTIONBYTE_SEC) /*!< All option byte configuration */
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_flash_ex.c | 359 if((pOBInit->OptionType & OPTIONBYTE_PCROP) == OPTIONBYTE_PCROP) in HAL_FLASHEx_OBProgram()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_flash_ex.c | 377 if (((pAdvOBInit->OptionType) & OPTIONBYTE_PCROP) == OPTIONBYTE_PCROP) in HAL_FLASHEx_AdvOBProgram()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_flash.h | 214 #define OPTIONBYTE_PCROP ((uint32_t)0x08) /*!< PCROP option byte configuration */ macro 921 … (((VALUE) <= (OPTIONBYTE_WRP | OPTIONBYTE_RDP | OPTIONBYTE_USER | OPTIONBYTE_PCROP)))
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_flash_ex.c | 353 if ((pOBInit->OptionType & OPTIONBYTE_PCROP) != 0U) in HAL_FLASHEx_OBProgram() 427 pOBInit->OptionType |= OPTIONBYTE_PCROP; in HAL_FLASHEx_OBGetConfig()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_flash_ex.c | 341 if((pOBInit->OptionType & OPTIONBYTE_PCROP) != 0U) in HAL_FLASHEx_OBProgram() 402 pOBInit->OptionType |= OPTIONBYTE_PCROP; in HAL_FLASHEx_OBGetConfig()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_flash_ex.c | 487 if((pOBInit->OptionType & OPTIONBYTE_PCROP) != 0U) in HAL_FLASHEx_OBProgram() 586 pOBInit->OptionType |= (OPTIONBYTE_WRP | OPTIONBYTE_PCROP | OPTIONBYTE_SECURE_AREA); in HAL_FLASHEx_OBGetConfig()
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_hal_flash.h | 237 #define OPTIONBYTE_PCROP 0x00000008U /*!< PCROP option byte configuration */ macro
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_hal_flash_ex.c | 314 if ((pOBInit->OptionType & OPTIONBYTE_PCROP) != 0x00U) in HAL_FLASHEx_OBProgram()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_flash_ex.c | 319 if ((pOBInit->OptionType & OPTIONBYTE_PCROP) != 0U) in HAL_FLASHEx_OBProgram()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_flash_ex.c | 342 if ((pOBInit->OptionType & OPTIONBYTE_PCROP) != 0x00U) in HAL_FLASHEx_OBProgram()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_flash_ex.c | 358 if ((pOBInit->OptionType & OPTIONBYTE_PCROP) != 0U) in HAL_FLASHEx_OBProgram()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 453 #define OBEX_PCROP OPTIONBYTE_PCROP
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 430 #define OBEX_PCROP OPTIONBYTE_PCROP
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 445 #define OBEX_PCROP OPTIONBYTE_PCROP
|