Home
last modified time | relevance | path

Searched refs:SYSCFG_LOCK_WR_ALL (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal.c773 MODIFY_REG(SYSCFG->CM55TCMCR, SYSCFG_LOCK_WR_ALL, Item); in HAL_SYSCFG_LockWriteAccess()
791 *pItem = READ_BIT(SYSCFG->CM55TCMCR, SYSCFG_LOCK_WR_ALL); in HAL_SYSCFG_GetLockWriteAccess()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal.h245 #define SYSCFG_LOCK_WR_ALL (SYSCFG_CM55TCMCR_LOCKTCM | SYSCFG_CM55TCMCR_LOCKITGU | SYSCFG_CM55TCMC… macro
695 (((__WRACCESS__) & ~(SYSCFG_LOCK_WR_ALL)) == 0U))