Home
last modified time | relevance | path

Searched refs:OPTIONBYTE_PCROP_RDP (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_flash_ex.h155 #define OPTIONBYTE_PCROP_RDP ((uint32_t)0x80U) /*!< PCROP_RDP configuration */ macro
560 OPTIONBYTE_PCROP | OPTIONBYTE_PCROP_RDP)))
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_flash_ex.c365 if((pOBInit->OptionType & OPTIONBYTE_PCROP_RDP) == OPTIONBYTE_PCROP_RDP) in HAL_FLASHEx_OBProgram()