Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_flash_ex.c104 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/
Dstm32wbaxx_hal_flash_ex.c143 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/
Dstm32u5xx_hal_flash_ex.c145 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/
Dstm32u0xx_hal_flash_ex.h86 void HAL_FLASH_OB_GetOEMKeyCRC(uint32_t RDPKeyType, uint32_t *OEMKeyCRC);
Dstm32u0xx_hal_flash.h93 uint32_t RDPKeyType; /*!< Configuration of the RDP OEM keys (used for OPTIONBYTE_RDPKEY). member
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_flash.h100 uint32_t RDPKeyType; /*!< Configuration of the RDP OEM keys (used for OPTIONBYTE_RDPKEY). member
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_flash.h109 uint32_t RDPKeyType; /*!< Configuration of the RDP OEM keys (used for OPTIONBYTE_RDPKEY). member