Searched refs:AttIndex (Results 1 – 2 of 2) sorted by relevance
/hal_stm32-2.7.6/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_cortex.h | 701 __STATIC_INLINE void LL_MPU_ConfigAttributes(uint32_t AttIndex, uint32_t Attributes) in LL_MPU_ConfigAttributes() argument 703 if (AttIndex < LL_MPU_ATTRIBUTES_NUMBER4) in LL_MPU_ConfigAttributes() 706 WRITE_REG(MPU->MAIR0, (Attributes << (AttIndex * 8U))); in LL_MPU_ConfigAttributes() 711 WRITE_REG(MPU->MAIR1, (Attributes << ((AttIndex - 4U) * 8U))); in LL_MPU_ConfigAttributes() 1091 __STATIC_INLINE void LL_MPU_ConfigAttributes_NS(uint32_t AttIndex, uint32_t Attributes) in LL_MPU_ConfigAttributes_NS() argument 1093 if (AttIndex < LL_MPU_ATTRIBUTES_NUMBER4) in LL_MPU_ConfigAttributes_NS() 1096 WRITE_REG(MPU_NS->MAIR0, (Attributes << (AttIndex * 8U))); in LL_MPU_ConfigAttributes_NS() 1101 WRITE_REG(MPU_NS->MAIR1, (Attributes << ((AttIndex - 4U) * 8U))); in LL_MPU_ConfigAttributes_NS()
|
/hal_stm32-2.7.6/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_cortex.h | 905 __STATIC_INLINE void LL_MPU_ConfigAttributes(uint32_t AttIndex, uint32_t Attributes) in LL_MPU_ConfigAttributes() argument 907 if (AttIndex < LL_MPU_ATTRIBUTES_NUMBER4) in LL_MPU_ConfigAttributes() 910 WRITE_REG(MPU->MAIR0, (Attributes << (AttIndex * 8U))); in LL_MPU_ConfigAttributes() 915 WRITE_REG(MPU->MAIR1, (Attributes << ((AttIndex - 4U) * 8U))); in LL_MPU_ConfigAttributes() 936 __STATIC_INLINE void LL_MPU_ConfigAttributes_NS(uint32_t AttIndex, uint32_t Attributes) in LL_MPU_ConfigAttributes_NS() argument 938 if (AttIndex < LL_MPU_ATTRIBUTES_NUMBER4) in LL_MPU_ConfigAttributes_NS() 941 WRITE_REG(MPU_NS->MAIR0, (Attributes << (AttIndex * 8U))); in LL_MPU_ConfigAttributes_NS() 946 WRITE_REG(MPU_NS->MAIR1, (Attributes << ((AttIndex - 4U) * 8U))); in LL_MPU_ConfigAttributes_NS()
|