Searched refs:RDPKey1 (Results 1 – 6 of 6) sorted by relevance
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_flash_ex.c | 104 …c void FLASH_OB_RDPKeyConfig(uint32_t RDPKeyType, uint32_t RDPKey0, uint32_t RDPKey1, 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 719 WRITE_REG(FLASH->OEM1KEYW1R, RDPKey1); in FLASH_OB_RDPKeyConfig() 727 WRITE_REG(FLASH->OEM2KEYW1R, RDPKey1); 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 1133 WRITE_REG(FLASH->OEM1KEYR1, RDPKey1); in FLASH_OB_RDPKeyConfig() 1138 WRITE_REG(FLASH->OEM2KEYR1, RDPKey1); 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 1062 WRITE_REG(FLASH->OEM1KEYR1, RDPKey1); in FLASH_OB_RDPKeyConfig() 1067 WRITE_REG(FLASH->OEM2KEYR1, RDPKey1); in FLASH_OB_RDPKeyConfig()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_flash.h | 95 uint32_t RDPKey1; /*!< Value of the RDP OEM key 1 (used for OPTIONBYTE_RDPKEY) */ member
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal_flash.h | 102 …uint32_t RDPKey1; /*!< Value of the RDP OEM key - bits[0:31] (used for OPTIONBYTE_RDPKEY)… member
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_flash.h | 111 uint32_t RDPKey1; /*!< Value of the RDP OEM key 1 (used for OPTIONBYTE_RDPKEY) */ member
|