Home
last modified time | relevance | path

Searched refs:PrivMode (Results 1 – 10 of 10) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_flash_ex.c807 void HAL_FLASHEx_ConfigPrivMode(uint32_t PrivMode) in HAL_FLASHEx_ConfigPrivMode() argument
810 assert_param(IS_FLASH_CFGPRIVMODE(PrivMode)); in HAL_FLASHEx_ConfigPrivMode()
812 MODIFY_REG(FLASH->PRIVCFGR, (FLASH_PRIVCFGR_SPRIV | FLASH_PRIVCFGR_NSPRIV), PrivMode); in HAL_FLASHEx_ConfigPrivMode()
814 MODIFY_REG(FLASH->PRIVCFGR, FLASH_PRIVCFGR_NSPRIV, PrivMode); in HAL_FLASHEx_ConfigPrivMode()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_flash_ex.c592 void HAL_FLASHEx_ConfigPrivMode(uint32_t PrivMode) in HAL_FLASHEx_ConfigPrivMode() argument
595 assert_param(IS_FLASH_CFGPRIVMODE(PrivMode)); in HAL_FLASHEx_ConfigPrivMode()
597 MODIFY_REG(FLASH->ACR2, FLASH_ACR2_PRIVMODE, PrivMode); in HAL_FLASHEx_ConfigPrivMode()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_flash_ex.c583 void HAL_FLASHEx_ConfigPrivMode(uint32_t PrivMode) in HAL_FLASHEx_ConfigPrivMode() argument
586 assert_param(IS_FLASH_CFGPRIVMODE(PrivMode)); in HAL_FLASHEx_ConfigPrivMode()
588 MODIFY_REG(FLASH->PRIVCFGR, FLASH_PRIVCFGR_PRIV, PrivMode); in HAL_FLASHEx_ConfigPrivMode()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_flash_ex.c674 void HAL_FLASHEx_ConfigPrivMode(uint32_t PrivMode) in HAL_FLASHEx_ConfigPrivMode() argument
677 assert_param(IS_FLASH_CFGPRIVMODE(PrivMode)); in HAL_FLASHEx_ConfigPrivMode()
679 MODIFY_REG(FLASH->PRIVCFGR, (FLASH_PRIVCFGR_SPRIV | FLASH_PRIVCFGR_NSPRIV), PrivMode); in HAL_FLASHEx_ConfigPrivMode()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_flash_ex.c638 void HAL_FLASHEx_ConfigPrivMode(uint32_t PrivMode) in HAL_FLASHEx_ConfigPrivMode() argument
641 assert_param(IS_FLASH_CFGPRIVMODE(PrivMode)); in HAL_FLASHEx_ConfigPrivMode()
643 MODIFY_REG(FLASH->PRIVCFGR, (FLASH_PRIVCFGR_SPRIV | FLASH_PRIVCFGR_NSPRIV), PrivMode); in HAL_FLASHEx_ConfigPrivMode()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_flash_ex.h87 void HAL_FLASHEx_ConfigPrivMode(uint32_t PrivMode);
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_flash_ex.h143 void HAL_FLASHEx_ConfigPrivMode(uint32_t PrivMode);
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_flash_ex.h180 void HAL_FLASHEx_ConfigPrivMode(uint32_t PrivMode);
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_flash_ex.h249 void HAL_FLASHEx_ConfigPrivMode(uint32_t PrivMode);
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_flash_ex.h883 void HAL_FLASHEx_ConfigPrivMode(uint32_t PrivMode);