Home
last modified time | relevance | path

Searched refs:HDPEndPage (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_flash_ex.c102 static void FLASH_OB_HDPConfig(uint32_t BootEntry, uint32_t HDPEndPage, uint32_t HDPE…
103 static void FLASH_OB_GetHDPConfig(uint32_t *BootEntry, uint32_t *HDPEndPage, uint32_t…
324 FLASH_OB_HDPConfig(pOBInit->BootLock, pOBInit->HDPEndPage, pOBInit->HDPState); in HAL_FLASHEx_OBProgram()
381 FLASH_OB_GetHDPConfig(&(pOBInit->BootLock), &(pOBInit->HDPEndPage), &(pOBInit->HDPState)); in HAL_FLASHEx_OBGetConfig()
669 static void FLASH_OB_HDPConfig(uint32_t BootEntry, uint32_t HDPEndPage, uint32_t HDPEn) in FLASH_OB_HDPConfig() argument
675 assert_param(IS_FLASH_PAGE(HDPEndPage)); in FLASH_OB_HDPConfig()
678 FLASH->SECR = (secmem | BootEntry | HDPEndPage | (HDPEn << FLASH_SECR_HDP1EN_Pos)); in FLASH_OB_HDPConfig()
688 static void FLASH_OB_GetHDPConfig(uint32_t *BootEntry, uint32_t *HDPEndPage, uint32_t *HDPEn) in FLASH_OB_GetHDPConfig() argument
693 *HDPEndPage = (secmem & FLASH_SECR_HDP1_PEND); in FLASH_OB_GetHDPConfig()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_flash_ex.c118 static void FLASH_OB_HDPConfig(uint32_t HDPStartPage, uint32_t HDPEndPage);
123 static void FLASH_OB_GetHDP(uint32_t *HDPStartPage, uint32_t *HDPEndPage);
331 FLASH_OB_HDPConfig(pOBInit->HDPStartPage, pOBInit->HDPEndPage); in HAL_FLASHEx_OBProgram()
373 FLASH_OB_GetHDP(&(pOBInit->HDPStartPage), &(pOBInit->HDPEndPage)); in HAL_FLASHEx_OBGetConfig()
1118 static void FLASH_OB_HDPConfig(uint32_t HDPStartPage, uint32_t HDPEndPage) in FLASH_OB_HDPConfig() argument
1122 assert_param(IS_OB_HDP_PAGE(HDPEndPage)); in FLASH_OB_HDPConfig()
1125 (HDPStartPage | (HDPEndPage << FLASH_HDPSRP_HDP_AREA_END_Pos))); in FLASH_OB_HDPConfig()
1196 static void FLASH_OB_GetHDP(uint32_t *HDPStartPage, uint32_t *HDPEndPage) in FLASH_OB_GetHDP() argument
1199 *HDPEndPage = ((FLASH->HDPSR & FLASH_HDPSR_HDP_AREA_END) >> FLASH_HDPSR_HDP_AREA_END_Pos); in FLASH_OB_GetHDP()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_flash.h100 uint32_t HDPEndPage; /*!< This parameter defines Hide protection area end page */ member
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_flash.h85 …uint32_t HDPEndPage; /*!< End address that contains the last 256-byte block of HD… member