/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/stm32u5xx/hal/Src/ |
D | stm32u5xx_hal_pwr.c | 835 void HAL_PWR_ConfigAttributes(uint32_t Item, uint32_t Attributes) in HAL_PWR_ConfigAttributes() argument 839 assert_param(IS_PWR_ATTRIBUTES(Attributes)); in HAL_PWR_ConfigAttributes() 843 if ((Attributes & PWR_ITEM_ATTR_SEC_PRIV_MASK) == PWR_ITEM_ATTR_SEC_PRIV_MASK) in HAL_PWR_ConfigAttributes() 846 if ((Attributes & PWR_SEC_PRIV) == PWR_SEC_PRIV) in HAL_PWR_ConfigAttributes() 861 if ((Attributes & PWR_NSEC_PRIV) == PWR_NSEC_PRIV) in HAL_PWR_ConfigAttributes() 874 if ((Attributes & PWR_ITEM_ATTR_NSEC_PRIV_MASK) == PWR_ITEM_ATTR_NSEC_PRIV_MASK) in HAL_PWR_ConfigAttributes() 877 if ((Attributes & PWR_NSEC_PRIV) == PWR_NSEC_PRIV) in HAL_PWR_ConfigAttributes()
|
D | stm32u5xx_hal.c | 722 void HAL_SYSCFG_ConfigAttributes(uint32_t Item, uint32_t Attributes) in HAL_SYSCFG_ConfigAttributes() argument 728 assert_param(IS_SYSCFG_ATTRIBUTES(Attributes)); in HAL_SYSCFG_ConfigAttributes() 733 if ((Attributes & SYSCFG_SEC) != 0x00U) in HAL_SYSCFG_ConfigAttributes()
|
D | stm32u5xx_hal_cortex.c | 667 *(p_mair) = attr_values | ((uint32_t)pMPU_AttributesInit->Attributes << (attr_number * 8U)); in MPU_ConfigMemoryAttributes()
|
D | stm32u5xx_hal_rcc.c | 2002 void HAL_RCC_ConfigAttributes(uint32_t Item, uint32_t Attributes) in HAL_RCC_ConfigAttributes() argument 2006 assert_param(IS_RCC_ATTRIBUTES(Attributes)); in HAL_RCC_ConfigAttributes() 2008 switch (Attributes) in HAL_RCC_ConfigAttributes()
|
/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/stm32l5xx/hal/Src/ |
D | stm32l5xx_hal_pwr.c | 676 void HAL_PWR_ConfigAttributes(uint32_t Item, uint32_t Attributes) in HAL_PWR_ConfigAttributes() argument 680 assert_param(IS_PWR_ATTRIBUTES(Attributes)); in HAL_PWR_ConfigAttributes() 683 if ((Attributes & PWR_PRIV) == PWR_PRIV) in HAL_PWR_ConfigAttributes() 687 else if ((Attributes & PWR_NPRIV) == PWR_NPRIV) in HAL_PWR_ConfigAttributes() 700 if ((Attributes & PWR_SEC) == PWR_SEC) in HAL_PWR_ConfigAttributes() 704 else if ((Attributes & PWR_NSEC) == PWR_NSEC) in HAL_PWR_ConfigAttributes()
|
D | stm32l5xx_hal.c | 805 void HAL_SYSCFG_ConfigAttributes(uint32_t Item, uint32_t Attributes) in HAL_SYSCFG_ConfigAttributes() argument 811 assert_param(IS_SYSCFG_ATTRIBUTES(Attributes)); in HAL_SYSCFG_ConfigAttributes() 816 if ((Attributes & SYSCFG_SEC) != 0x00U) in HAL_SYSCFG_ConfigAttributes()
|
D | stm32l5xx_hal_rcc.c | 1784 void HAL_RCC_ConfigAttributes(uint32_t Item, uint32_t Attributes) in HAL_RCC_ConfigAttributes() argument 1788 assert_param(IS_RCC_ATTRIBUTES(Attributes)); in HAL_RCC_ConfigAttributes() 1791 if ((Attributes & RCC_PRIV) == RCC_PRIV) in HAL_RCC_ConfigAttributes() 1795 else if ((Attributes & RCC_NPRIV) == RCC_NPRIV) in HAL_RCC_ConfigAttributes() 1807 if ((Attributes & RCC_SEC) == RCC_SEC) in HAL_RCC_ConfigAttributes() 1811 else if ((Attributes & RCC_NSEC) == RCC_NSEC) in HAL_RCC_ConfigAttributes()
|
D | stm32l5xx_hal_cortex.c | 616 *(mair) = attr_values | ((uint32_t)MPU_AttributesInit->Attributes << (attr_number * 8U)); in MPU_ConfigMemoryAttributes()
|
/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/stm32u5xx/hal/Inc/ |
D | stm32u5xx_hal_cortex.h | 77 …uint8_t Attributes; /*!< Specifies the memory attributes value. Attributes T… member
|
D | stm32u5xx_hal.h | 667 void HAL_SYSCFG_ConfigAttributes(uint32_t Item, uint32_t Attributes);
|
D | stm32u5xx_hal_pwr.h | 748 void HAL_PWR_ConfigAttributes(uint32_t Item, uint32_t Attributes);
|
D | stm32u5xx_hal_rcc.h | 3926 void HAL_RCC_ConfigAttributes(uint32_t Item, uint32_t Attributes);
|
/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/stm32l5xx/hal/Inc/ |
D | stm32l5xx_hal_cortex.h | 77 uint8_t Attributes; /*!< Specifies the memory attributes vue. member
|
D | stm32l5xx_hal_pwr.h | 476 void HAL_PWR_ConfigAttributes(uint32_t Item, uint32_t Attributes);
|
D | stm32l5xx_hal.h | 676 void HAL_SYSCFG_ConfigAttributes(uint32_t Item, uint32_t Attributes);
|
D | stm32l5xx_hal_rcc.h | 3563 void HAL_RCC_ConfigAttributes(uint32_t Item, uint32_t Attributes);
|
/trusted-firmware-m-3.4.0/docs/technical_references/design_docs/dual-cpu/ |
D | tfm_multi_core_access_check.rst | 305 Security Attributes Information 326 Memory Attributes Information
|
/trusted-firmware-m-3.4.0/docs/technical_references/design_docs/ |
D | hardware_abstraction_layer.rst | 345 Memory Access Attributes 509 and boundaries. The `Memory Access Attributes`_.
|
D | ff_isolation.rst | 204 Type Attributes Privilege Level Asset
|
/trusted-firmware-m-3.4.0/docs/doxygen/ |
D | Doxyfile.in | 1395 # project's filter section matches. Qt Help Project / Filter Attributes (see:
|