Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_flash_ex.c746 void HAL_FLASH_OB_GetOEMKeyCRC(uint32_t RDPKeyType, uint32_t *OEMKeyCRC) in HAL_FLASH_OB_GetOEMKeyCRC() argument
753 *OEMKeyCRC = (regvalue & FLASH_OEMKEYSR_OEM1KEYCRC); in HAL_FLASH_OB_GetOEMKeyCRC()
757 *OEMKeyCRC = (regvalue & FLASH_OEMKEYSR_OEM2KEYCRC) >> FLASH_OEMKEYSR_OEM2KEYCRC_Pos; in HAL_FLASH_OB_GetOEMKeyCRC()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_flash_ex.h86 void HAL_FLASH_OB_GetOEMKeyCRC(uint32_t RDPKeyType, uint32_t *OEMKeyCRC);