Home
last modified time | relevance | path

Searched refs:StartPage (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_ramcfg.c608 …AL_RAMCFG_EnableWriteProtection(RAMCFG_HandleTypeDef *hramcfg, uint32_t StartPage, uint32_t NbPage) in HAL_RAMCFG_EnableWriteProtection() argument
619 assert_param(IS_RAMCFG_WRITEPROTECTION_PAGE(StartPage + NbPage)); in HAL_RAMCFG_EnableWriteProtection()
631 if ((StartPage + count) < 32U) in HAL_RAMCFG_EnableWriteProtection()
633 page_mask_0 |= (1UL << (StartPage + count)); in HAL_RAMCFG_EnableWriteProtection()
635 else if ((StartPage + count) < 64U) in HAL_RAMCFG_EnableWriteProtection()
637 page_mask_1 |= (1UL << ((StartPage + count) - 32U)); in HAL_RAMCFG_EnableWriteProtection()
641 page_mask_2 |= (1UL << ((StartPage + count) - 64U)); in HAL_RAMCFG_EnableWriteProtection()
653 if ((StartPage + count) < 32U) in HAL_RAMCFG_EnableWriteProtection()
655 page_mask_0 |= (1UL << (StartPage + count)); in HAL_RAMCFG_EnableWriteProtection()
659 page_mask_1 |= (1UL << ((StartPage + count) - 32U)); in HAL_RAMCFG_EnableWriteProtection()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_ramcfg.c669 …AL_RAMCFG_EnableWriteProtection(RAMCFG_HandleTypeDef *hramcfg, uint32_t StartPage, uint32_t NbPage) in HAL_RAMCFG_EnableWriteProtection() argument
676 assert_param(IS_RAMCFG_WRITEPROTECTION_PAGE(StartPage + NbPage)); in HAL_RAMCFG_EnableWriteProtection()
687 if ((StartPage + count) < 32U) in HAL_RAMCFG_EnableWriteProtection()
689 page_mask_0 |= (1UL << (StartPage + count)); in HAL_RAMCFG_EnableWriteProtection()
693 page_mask_1 |= (1UL << ((StartPage + count) - 32U)); in HAL_RAMCFG_EnableWriteProtection()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_ramcfg.c690 …AL_RAMCFG_EnableWriteProtection(RAMCFG_HandleTypeDef *hramcfg, uint32_t StartPage, uint32_t NbPage) in HAL_RAMCFG_EnableWriteProtection() argument
698 assert_param(IS_RAMCFG_WRITEPROTECTION_PAGE(StartPage + NbPage)); in HAL_RAMCFG_EnableWriteProtection()
709 if ((StartPage + count) < 32U) in HAL_RAMCFG_EnableWriteProtection()
711 page_mask_0 |= (1UL << (StartPage + count)); in HAL_RAMCFG_EnableWriteProtection()
715 page_mask_1 |= (1UL << ((StartPage + count) - 32U)); in HAL_RAMCFG_EnableWriteProtection()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_ramcfg.h294 …AL_RAMCFG_EnableWriteProtection(RAMCFG_HandleTypeDef *hramcfg, uint32_t StartPage, uint32_t NbPage…
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_ramcfg.h328 …AL_RAMCFG_EnableWriteProtection(RAMCFG_HandleTypeDef *hramcfg, uint32_t StartPage, uint32_t NbPage…
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_ramcfg.h322 …AL_RAMCFG_EnableWriteProtection(RAMCFG_HandleTypeDef *hramcfg, uint32_t StartPage, uint32_t NbPage…