Home
last modified time | relevance | path

Searched refs:OPTIONBYTE_PCROP (Results 1 – 25 of 46) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_flash_ex.h251 #define OPTIONBYTE_PCROP 0x08U /*!< PCROP option byte configuration */ macro
273OPTIONBYTE_PCROP | OPTIONBYTE_BOR | OPTIONBYTE_SECURE_AREA |\
277OPTIONBYTE_PCROP | OPTIONBYTE_BOR | OPTIONBYTE_SECURE_AREA |\
281OPTIONBYTE_PCROP | OPTIONBYTE_BOR | OPTIONBYTE_SECURE_AREA |\
285OPTIONBYTE_PCROP | OPTIONBYTE_BOR | OPTIONBYTE_SECURE_AREA |\
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_flash.h285 #define OPTIONBYTE_PCROP 0x00000008U /*!< PCROP option byte configuration … macro
294OPTIONBYTE_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/
Dstm32l0xx_hal_flash_ex.h83 #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/
Dstm32f4xx_hal_flash_ex.h253 #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/
Dstm32l1xx_hal_flash_ex.h129 #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/
Dstm32wbxx_hal_flash.h245 #define OPTIONBYTE_PCROP 0x00000008U /*!< PCROP option byte configuration … macro
250OPTIONBYTE_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/
Dstm32l0xx_hal_flash_ex.c448 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/
Dstm32f7xx_hal_flash_ex.h154 #define OPTIONBYTE_PCROP ((uint32_t)0x40U) /*!< PCROP configuration */ macro
560 OPTIONBYTE_PCROP | OPTIONBYTE_PCROP_RDP)))
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_flash.h221 #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/
Dstm32l1xx_hal_flash_ex.c550 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/
Dstm32g0xx_hal_flash.h291 #define OPTIONBYTE_PCROP 0x00000008U /*!< PCROP option byte configuration */ macro
299OPTIONBYTE_PCROP | OPTIONBYTE_SEC) /*!< All option byte configuration */
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_flash_ex.c359 if((pOBInit->OptionType & OPTIONBYTE_PCROP) == OPTIONBYTE_PCROP) in HAL_FLASHEx_OBProgram()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_flash_ex.c377 if (((pAdvOBInit->OptionType) & OPTIONBYTE_PCROP) == OPTIONBYTE_PCROP) in HAL_FLASHEx_AdvOBProgram()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_flash.h214 #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/
Dstm32g4xx_hal_flash_ex.c353 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/
Dstm32l4xx_hal_flash_ex.c341 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/
Dstm32h7xx_hal_flash_ex.c487 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/
Dstm32c0xx_hal_flash.h237 #define OPTIONBYTE_PCROP 0x00000008U /*!< PCROP option byte configuration */ macro
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_flash_ex.c314 if ((pOBInit->OptionType & OPTIONBYTE_PCROP) != 0x00U) in HAL_FLASHEx_OBProgram()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_flash_ex.c319 if ((pOBInit->OptionType & OPTIONBYTE_PCROP) != 0U) in HAL_FLASHEx_OBProgram()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_flash_ex.c342 if ((pOBInit->OptionType & OPTIONBYTE_PCROP) != 0x00U) in HAL_FLASHEx_OBProgram()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_flash_ex.c358 if ((pOBInit->OptionType & OPTIONBYTE_PCROP) != 0U) in HAL_FLASHEx_OBProgram()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/Legacy/
Dstm32_hal_legacy.h453 #define OBEX_PCROP OPTIONBYTE_PCROP
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/Legacy/
Dstm32_hal_legacy.h430 #define OBEX_PCROP OPTIONBYTE_PCROP
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/Legacy/
Dstm32_hal_legacy.h445 #define OBEX_PCROP OPTIONBYTE_PCROP

12