Home
last modified time | relevance | path

Searched refs:pLockAttributes (Results 1 – 8 of 8) sorted by relevance

/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_gtzc.c1425 const uint32_t *pLockAttributes) in HAL_GTZC_MPCBB_LockConfig() argument
1506 if (pLockAttributes[i] == GTZC_MPCBB_SUPERBLOCK_LOCKED) in HAL_GTZC_MPCBB_LockConfig()
1510 else if (pLockAttributes[i] == GTZC_MPCBB_SUPERBLOCK_UNLOCKED) in HAL_GTZC_MPCBB_LockConfig()
1532 if (pLockAttributes[i] == GTZC_MPCBB_SUPERBLOCK_LOCKED) in HAL_GTZC_MPCBB_LockConfig()
1536 else if (pLockAttributes[i] == GTZC_MPCBB_SUPERBLOCK_UNLOCKED) in HAL_GTZC_MPCBB_LockConfig()
1573 uint32_t *pLockAttributes) in HAL_GTZC_MPCBB_GetLockConfig() argument
1659 pLockAttributes[i] = ((*reg_mpcbb) & (1UL << (offset_bit_start % 32U))) in HAL_GTZC_MPCBB_GetLockConfig()
1674 pLockAttributes[i] = ((*reg_mpcbb) & (1UL << (offset_bit_start % 32U))) in HAL_GTZC_MPCBB_GetLockConfig()
/hal_stm32-3.5.0/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_gtzc.c948 const uint32_t *pLockAttributes) in HAL_GTZC_MPCBB_LockConfig() argument
1002 if (pLockAttributes[i] == GTZC_MCPBB_SUPERBLOCK_LOCKED) in HAL_GTZC_MPCBB_LockConfig()
1006 else if (pLockAttributes[i] == GTZC_MCPBB_SUPERBLOCK_UNLOCKED) in HAL_GTZC_MPCBB_LockConfig()
1041 uint32_t *pLockAttributes) in HAL_GTZC_MPCBB_GetLockConfig() argument
1096 pLockAttributes[i] = (reg_mpcbb & (1UL << (offset_bit_start % 32U))) in HAL_GTZC_MPCBB_GetLockConfig()
/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_gtzc.c1008 const uint32_t *pLockAttributes) in HAL_GTZC_MPCBB_LockConfig() argument
1051 if (pLockAttributes[i] == GTZC_MCPBB_SUPERBLOCK_LOCKED) in HAL_GTZC_MPCBB_LockConfig()
1055 else if (pLockAttributes[i] == GTZC_MCPBB_SUPERBLOCK_UNLOCKED) in HAL_GTZC_MPCBB_LockConfig()
1090 uint32_t *pLockAttributes) in HAL_GTZC_MPCBB_GetLockConfig() argument
1133 pLockAttributes[i] = (reg_mpcbb & (1UL << (offset_bit_start % 32U))) in HAL_GTZC_MPCBB_GetLockConfig()
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_gtzc.c1279 const uint32_t *pLockAttributes) in HAL_GTZC_MPCBB_LockConfig() argument
1333 if (pLockAttributes[i] == GTZC_MCPBB_SUPERBLOCK_LOCKED) in HAL_GTZC_MPCBB_LockConfig()
1337 else if (pLockAttributes[i] == GTZC_MCPBB_SUPERBLOCK_UNLOCKED) in HAL_GTZC_MPCBB_LockConfig()
1372 uint32_t *pLockAttributes) in HAL_GTZC_MPCBB_GetLockConfig() argument
1427 pLockAttributes[i] = (reg_mpcbb & (1UL << (offset_bit_start % 32U))) in HAL_GTZC_MPCBB_GetLockConfig()
/hal_stm32-3.5.0/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_gtzc.h412 const uint32_t *pLockAttributes);
415 uint32_t *pLockAttributes);
/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_gtzc.h462 const uint32_t *pLockAttributes);
465 uint32_t *pLockAttributes);
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_gtzc.h634 const uint32_t *pLockAttributes);
637 uint32_t *pLockAttributes);
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_gtzc.h615 const uint32_t *pLockAttributes);
618 uint32_t *pLockAttributes);