Searched refs:RDPKey2 (Results 1 – 6 of 6) sorted by relevance
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_flash_ex.c | 105 uint32_t RDPKey2, uint32_t RDPKey3); 331 …FLASH_OB_RDPKeyConfig(pOBInit->RDPKeyType, pOBInit->RDPKey1, pOBInit->RDPKey2, pOBInit->RDPKey3, p… in HAL_FLASHEx_OBProgram() 710 uint32_t RDPKey2, uint32_t RDPKey3) in FLASH_OB_RDPKeyConfig() argument 720 WRITE_REG(FLASH->OEM1KEYW2R, RDPKey2); in FLASH_OB_RDPKeyConfig() 728 WRITE_REG(FLASH->OEM2KEYW2R, RDPKey2); in FLASH_OB_RDPKeyConfig()
|
/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 1134 WRITE_REG(FLASH->OEM1KEYR2, RDPKey2); in FLASH_OB_RDPKeyConfig() 1139 WRITE_REG(FLASH->OEM2KEYR2, RDPKey2); in FLASH_OB_RDPKeyConfig()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_flash_ex.c | 145 …c void FLASH_OB_RDPKeyConfig(uint32_t RDPKeyType, uint32_t RDPKey1, uint32_t RDPKey2); 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 1063 WRITE_REG(FLASH->OEM1KEYR2, RDPKey2); in FLASH_OB_RDPKeyConfig() 1068 WRITE_REG(FLASH->OEM2KEYR2, RDPKey2); in FLASH_OB_RDPKeyConfig()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_flash.h | 96 uint32_t RDPKey2; /*!< Value of the RDP OEM key 1 (used for OPTIONBYTE_RDPKEY) */ member
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal_flash.h | 103 …uint32_t RDPKey2; /*!< Value of the RDP OEM key - bits[32:63] (used for OPTIONBYTE_RDPKEY… member
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_flash.h | 112 uint32_t RDPKey2; /*!< Value of the RDP OEM key 2 (used for OPTIONBYTE_RDPKEY) */ member
|