Searched refs:AttIndex (Results 1 – 5 of 5) sorted by relevance
| /hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
| D | stm32h5xx_ll_cortex.h | 971 __STATIC_INLINE void LL_MPU_ConfigAttributes(uint32_t AttIndex, uint32_t Attributes) in LL_MPU_ConfigAttributes() argument 974 if (AttIndex < LL_MPU_ATTRIBUTES_NUMBER4) in LL_MPU_ConfigAttributes() 977 MODIFY_REG(MPU->MAIR0, (0xFFU << (AttIndex * 8U)), (Attributes << (AttIndex * 8U))); in LL_MPU_ConfigAttributes() 983 … MODIFY_REG(MPU->MAIR1, (0xFFU << ((AttIndex - 4U) * 8U)), (Attributes << ((AttIndex - 4U) * 8U))); in LL_MPU_ConfigAttributes() 1004 __STATIC_INLINE void LL_MPU_ConfigAttributes_NS(uint32_t AttIndex, uint32_t Attributes) in LL_MPU_ConfigAttributes_NS() argument 1007 if (AttIndex < LL_MPU_ATTRIBUTES_NUMBER4) in LL_MPU_ConfigAttributes_NS() 1010 MODIFY_REG(MPU_NS->MAIR0, (0xFFU << (AttIndex * 8U)), (Attributes << (AttIndex * 8U))); in LL_MPU_ConfigAttributes_NS() 1016 …MODIFY_REG(MPU_NS->MAIR1, (0xFFU << ((AttIndex - 4U) * 8U)), (Attributes << ((AttIndex - 4U) * 8U)… in LL_MPU_ConfigAttributes_NS()
|
| /hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
| D | stm32l5xx_ll_cortex.h | 721 __STATIC_INLINE void LL_MPU_ConfigAttributes(uint32_t AttIndex, uint32_t Attributes) in LL_MPU_ConfigAttributes() argument 724 if (AttIndex < LL_MPU_ATTRIBUTES_NUMBER4) in LL_MPU_ConfigAttributes() 727 MODIFY_REG(MPU->MAIR0, (0xFFUL << (AttIndex * 8U)), (Attributes << (AttIndex * 8U))); in LL_MPU_ConfigAttributes() 733 …MODIFY_REG(MPU->MAIR1, (0xFFUL << ((AttIndex - 4U) * 8U)), (Attributes << ((AttIndex - 4U) * 8U))); in LL_MPU_ConfigAttributes() 1125 __STATIC_INLINE void LL_MPU_ConfigAttributes_NS(uint32_t AttIndex, uint32_t Attributes) in LL_MPU_ConfigAttributes_NS() argument 1128 if (AttIndex < LL_MPU_ATTRIBUTES_NUMBER4) in LL_MPU_ConfigAttributes_NS() 1131 MODIFY_REG(MPU_NS->MAIR0, (0xFFUL << (AttIndex * 8U)), (Attributes << (AttIndex * 8U))); in LL_MPU_ConfigAttributes_NS() 1137 …MODIFY_REG(MPU_NS->MAIR1, (0xFFUL << ((AttIndex - 4U) * 8U)), (Attributes << ((AttIndex - 4U) * 8U… in LL_MPU_ConfigAttributes_NS()
|
| /hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
| D | stm32wbaxx_ll_cortex.h | 943 __STATIC_INLINE void LL_MPU_ConfigAttributes(uint32_t AttIndex, uint32_t Attributes) in LL_MPU_ConfigAttributes() argument 946 if (AttIndex < LL_MPU_ATTRIBUTES_NUMBER4) in LL_MPU_ConfigAttributes() 949 MODIFY_REG(MPU->MAIR0, (0xFFU << (AttIndex * 8U)), (Attributes << (AttIndex * 8U))); in LL_MPU_ConfigAttributes() 955 … MODIFY_REG(MPU->MAIR1, (0xFFU << ((AttIndex - 4U) * 8U)), (Attributes << ((AttIndex - 4U) * 8U))); in LL_MPU_ConfigAttributes() 976 __STATIC_INLINE void LL_MPU_ConfigAttributes_NS(uint32_t AttIndex, uint32_t Attributes) in LL_MPU_ConfigAttributes_NS() argument 979 if (AttIndex < LL_MPU_ATTRIBUTES_NUMBER4) in LL_MPU_ConfigAttributes_NS() 982 MODIFY_REG(MPU_NS->MAIR0, (0xFFU << (AttIndex * 8U)), (Attributes << (AttIndex * 8U))); in LL_MPU_ConfigAttributes_NS() 988 …MODIFY_REG(MPU_NS->MAIR1, (0xFFU << ((AttIndex - 4U) * 8U)), (Attributes << ((AttIndex - 4U) * 8U)… in LL_MPU_ConfigAttributes_NS()
|
| /hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
| D | stm32n6xx_ll_cortex.h | 1002 __STATIC_INLINE void LL_MPU_ConfigAttributes(uint32_t AttIndex, uint32_t Attributes) in LL_MPU_ConfigAttributes() argument 1005 if (AttIndex < LL_MPU_ATTRIBUTES_NUMBER4) in LL_MPU_ConfigAttributes() 1008 MODIFY_REG(MPU->MAIR0, (0xFFU << (AttIndex * 8U)), (Attributes << (AttIndex * 8U))); in LL_MPU_ConfigAttributes() 1014 … MODIFY_REG(MPU->MAIR1, (0xFFU << ((AttIndex - 4U) * 8U)), (Attributes << ((AttIndex - 4U) * 8U))); in LL_MPU_ConfigAttributes() 1035 __STATIC_INLINE void LL_MPU_ConfigAttributes_NS(uint32_t AttIndex, uint32_t Attributes) in LL_MPU_ConfigAttributes_NS() argument 1038 if (AttIndex < LL_MPU_ATTRIBUTES_NUMBER4) in LL_MPU_ConfigAttributes_NS() 1041 MODIFY_REG(MPU_NS->MAIR0, (0xFFU << (AttIndex * 8U)), (Attributes << (AttIndex * 8U))); in LL_MPU_ConfigAttributes_NS() 1047 …MODIFY_REG(MPU_NS->MAIR1, (0xFFU << ((AttIndex - 4U) * 8U)), (Attributes << ((AttIndex - 4U) * 8U)… in LL_MPU_ConfigAttributes_NS()
|
| /hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
| D | stm32u5xx_ll_cortex.h | 939 __STATIC_INLINE void LL_MPU_ConfigAttributes(uint32_t AttIndex, uint32_t Attributes) in LL_MPU_ConfigAttributes() argument 942 if (AttIndex < LL_MPU_ATTRIBUTES_NUMBER4) in LL_MPU_ConfigAttributes() 945 MODIFY_REG(MPU->MAIR0, (0xFFU << (AttIndex * 8U)), (Attributes << (AttIndex * 8U))); in LL_MPU_ConfigAttributes() 951 … MODIFY_REG(MPU->MAIR1, (0xFFU << ((AttIndex - 4U) * 8U)), (Attributes << ((AttIndex - 4U) * 8U))); in LL_MPU_ConfigAttributes() 972 __STATIC_INLINE void LL_MPU_ConfigAttributes_NS(uint32_t AttIndex, uint32_t Attributes) in LL_MPU_ConfigAttributes_NS() argument 975 if (AttIndex < LL_MPU_ATTRIBUTES_NUMBER4) in LL_MPU_ConfigAttributes_NS() 978 MODIFY_REG(MPU_NS->MAIR0, (0xFFU << (AttIndex * 8U)), (Attributes << (AttIndex * 8U))); in LL_MPU_ConfigAttributes_NS() 984 …MODIFY_REG(MPU_NS->MAIR1, (0xFFU << ((AttIndex - 4U) * 8U)), (Attributes << ((AttIndex - 4U) * 8U)… in LL_MPU_ConfigAttributes_NS()
|