Home
last modified time | relevance | path

Searched refs:NbPage (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()
629 for (uint32_t count = 0U; count < NbPage; count++) in HAL_RAMCFG_EnableWriteProtection()
651 for (uint32_t count = 0U; count < NbPage; count++) 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()
685 for (uint32_t count = 0U; count < NbPage; count++) 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()
707 for (uint32_t count = 0U; count < NbPage; count++) in HAL_RAMCFG_EnableWriteProtection()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_ramcfg.h294 …L_RAMCFG_EnableWriteProtection(RAMCFG_HandleTypeDef *hramcfg, uint32_t StartPage, uint32_t NbPage);
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_ramcfg.h328 …L_RAMCFG_EnableWriteProtection(RAMCFG_HandleTypeDef *hramcfg, uint32_t StartPage, uint32_t NbPage);
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_ramcfg.h322 …L_RAMCFG_EnableWriteProtection(RAMCFG_HandleTypeDef *hramcfg, uint32_t StartPage, uint32_t NbPage);