Searched refs:StartPage (Results 1 – 6 of 6) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_ramcfg.c | 608 …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/ |
D | stm32wbaxx_hal_ramcfg.c | 669 …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/ |
D | stm32u5xx_hal_ramcfg.c | 690 …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/ |
D | stm32h5xx_hal_ramcfg.h | 294 …AL_RAMCFG_EnableWriteProtection(RAMCFG_HandleTypeDef *hramcfg, uint32_t StartPage, uint32_t NbPage…
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal_ramcfg.h | 328 …AL_RAMCFG_EnableWriteProtection(RAMCFG_HandleTypeDef *hramcfg, uint32_t StartPage, uint32_t NbPage…
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_ramcfg.h | 322 …AL_RAMCFG_EnableWriteProtection(RAMCFG_HandleTypeDef *hramcfg, uint32_t StartPage, uint32_t NbPage…
|