Searched refs:PrivMode (Results 1 – 10 of 10) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_flash_ex.c | 807 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/ |
D | stm32wlxx_hal_flash_ex.c | 592 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/ |
D | stm32l5xx_hal_flash_ex.c | 583 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/ |
D | stm32wbaxx_hal_flash_ex.c | 674 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/ |
D | stm32u5xx_hal_flash_ex.c | 638 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/ |
D | stm32wlxx_hal_flash_ex.h | 87 void HAL_FLASHEx_ConfigPrivMode(uint32_t PrivMode);
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_flash_ex.h | 143 void HAL_FLASHEx_ConfigPrivMode(uint32_t PrivMode);
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_flash_ex.h | 180 void HAL_FLASHEx_ConfigPrivMode(uint32_t PrivMode);
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal_flash_ex.h | 249 void HAL_FLASHEx_ConfigPrivMode(uint32_t PrivMode);
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_flash_ex.h | 883 void HAL_FLASHEx_ConfigPrivMode(uint32_t PrivMode);
|