Searched refs:RDPKeyType (Results 1 – 7 of 7) sorted by relevance
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_flash_ex.c | 104 static void FLASH_OB_RDPKeyConfig(uint32_t RDPKeyType, uint32_t RDPKey0, uint32_t RDP… 331 …FLASH_OB_RDPKeyConfig(pOBInit->RDPKeyType, pOBInit->RDPKey1, pOBInit->RDPKey2, pOBInit->RDPKey3, p… in HAL_FLASHEx_OBProgram() 709 static void FLASH_OB_RDPKeyConfig(uint32_t RDPKeyType, uint32_t RDPKey0, uint32_t RDPKey1, in FLASH_OB_RDPKeyConfig() argument 713 assert_param(IS_OB_RDP_KEY_TYPE(RDPKeyType)); in FLASH_OB_RDPKeyConfig() 716 if (RDPKeyType == OB_RDP_KEY_OEM1) in FLASH_OB_RDPKeyConfig() 723 else if (RDPKeyType == OB_RDP_KEY_OEM2) in FLASH_OB_RDPKeyConfig() 746 void HAL_FLASH_OB_GetOEMKeyCRC(uint32_t RDPKeyType, uint32_t *OEMKeyCRC) in HAL_FLASH_OB_GetOEMKeyCRC() argument 751 if (RDPKeyType == OB_RDP_KEY_OEM1) in HAL_FLASH_OB_GetOEMKeyCRC() 755 else if (RDPKeyType == OB_RDP_KEY_OEM2) in HAL_FLASH_OB_GetOEMKeyCRC()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_flash_ex.c | 143 static void FLASH_OB_RDPKeyConfig(uint32_t RDPKeyType, uint32_t RDPKey1, uint32_t RDPKey2); 366 FLASH_OB_RDPKeyConfig(pOBInit->RDPKeyType, pOBInit->RDPKey1, pOBInit->RDPKey2); in HAL_FLASHEx_OBProgram() 1125 static void FLASH_OB_RDPKeyConfig(uint32_t RDPKeyType, uint32_t RDPKey1, uint32_t RDPKey2) in FLASH_OB_RDPKeyConfig() argument 1128 assert_param(IS_OB_RDP_KEY_TYPE(RDPKeyType)); in FLASH_OB_RDPKeyConfig() 1131 if (RDPKeyType == OB_RDP_KEY_OEM1) in FLASH_OB_RDPKeyConfig()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_flash_ex.c | 145 static void FLASH_OB_RDPKeyConfig(uint32_t RDPKeyType, uint32_t RDPKey1, uint32_t RDPK… 354 FLASH_OB_RDPKeyConfig(pOBInit->RDPKeyType, pOBInit->RDPKey1, pOBInit->RDPKey2); in HAL_FLASHEx_OBProgram() 1054 static void FLASH_OB_RDPKeyConfig(uint32_t RDPKeyType, uint32_t RDPKey1, uint32_t RDPKey2) in FLASH_OB_RDPKeyConfig() argument 1057 assert_param(IS_OB_RDP_KEY_TYPE(RDPKeyType)); in FLASH_OB_RDPKeyConfig() 1060 if (RDPKeyType == OB_RDP_KEY_OEM1) in FLASH_OB_RDPKeyConfig()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_flash_ex.h | 86 void HAL_FLASH_OB_GetOEMKeyCRC(uint32_t RDPKeyType, uint32_t *OEMKeyCRC);
|
D | stm32u0xx_hal_flash.h | 93 uint32_t RDPKeyType; /*!< Configuration of the RDP OEM keys (used for OPTIONBYTE_RDPKEY). member
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal_flash.h | 100 uint32_t RDPKeyType; /*!< Configuration of the RDP OEM keys (used for OPTIONBYTE_RDPKEY). member
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_flash.h | 109 uint32_t RDPKeyType; /*!< Configuration of the RDP OEM keys (used for OPTIONBYTE_RDPKEY). member
|