Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_flash_ex.c116 static HAL_StatusTypeDef FLASH_OB_PCROP_RDP_Config(uint32_t Pcrop_Rdp);
1067 static HAL_StatusTypeDef FLASH_OB_PCROP_RDP_Config(uint32_t Pcrop_Rdp) in FLASH_OB_PCROP_RDP_Config() argument
1072 assert_param(IS_OB_PCROP_RDP_VALUE(Pcrop_Rdp)); in FLASH_OB_PCROP_RDP_Config()
1079 MODIFY_REG(FLASH->OPTCR2, FLASH_OPTCR2_PCROP_RDP, Pcrop_Rdp); in FLASH_OB_PCROP_RDP_Config()