/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_cortex.h | 819 __STATIC_INLINE void LL_MPU_ConfigRegion(uint32_t Region, uint32_t Attributes, uint32_t AttrIndx, u… in LL_MPU_ConfigRegion() argument 826 WRITE_REG(MPU->RBAR, ((BaseAddress & MPU_RBAR_BASE_Msk) | Attributes)); in LL_MPU_ConfigRegion() 872 __STATIC_INLINE void LL_MPU_ConfigRegion_NS(uint32_t Region, uint32_t Attributes, uint32_t AttrIndx, in LL_MPU_ConfigRegion_NS() argument 879 WRITE_REG(MPU_NS->RBAR, ((BaseAddress & MPU_RBAR_BASE_Msk) | Attributes)); in LL_MPU_ConfigRegion_NS() 971 __STATIC_INLINE void LL_MPU_ConfigAttributes(uint32_t AttIndex, uint32_t Attributes) in LL_MPU_ConfigAttributes() argument 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 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() [all …]
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_cortex.h | 655 __STATIC_INLINE void LL_MPU_ConfigRegion(uint32_t Region, uint32_t Attributes, uint32_t AttrIndx, u… in LL_MPU_ConfigRegion() argument 662 WRITE_REG(MPU->RBAR, ((BaseAddress & MPU_RBAR_BASE_Msk) | Attributes)); in LL_MPU_ConfigRegion() 721 __STATIC_INLINE void LL_MPU_ConfigAttributes(uint32_t AttIndex, uint32_t Attributes) in LL_MPU_ConfigAttributes() argument 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() 859 __STATIC_INLINE void LL_MPU_SetRegionAccess(uint32_t Region, uint32_t Attributes) in LL_MPU_SetRegionAccess() argument 865 MODIFY_REG(MPU->RBAR, MPU_ACCESS_MSK, (Attributes & MPU_ACCESS_MSK)); in LL_MPU_SetRegionAccess() 1059 __STATIC_INLINE void LL_MPU_ConfigRegion_NS(uint32_t Region, uint32_t Attributes, uint32_t AttrIndx, in LL_MPU_ConfigRegion_NS() argument 1066 WRITE_REG(MPU_NS->RBAR, ((BaseAddress & MPU_RBAR_BASE_Msk) | Attributes)); in LL_MPU_ConfigRegion_NS() 1125 __STATIC_INLINE void LL_MPU_ConfigAttributes_NS(uint32_t AttIndex, uint32_t Attributes) in LL_MPU_ConfigAttributes_NS() argument [all …]
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_ll_cortex.h | 796 __STATIC_INLINE void LL_MPU_ConfigRegion(uint32_t Region, uint32_t Attributes, uint32_t AttrIndx, u… in LL_MPU_ConfigRegion() argument 803 WRITE_REG(MPU->RBAR, ((BaseAddress & MPU_RBAR_BASE_Msk) | Attributes)); in LL_MPU_ConfigRegion() 849 __STATIC_INLINE void LL_MPU_ConfigRegion_NS(uint32_t Region, uint32_t Attributes, uint32_t AttrIndx, in LL_MPU_ConfigRegion_NS() argument 856 WRITE_REG(MPU_NS->RBAR, ((BaseAddress & MPU_RBAR_BASE_Msk) | Attributes)); in LL_MPU_ConfigRegion_NS() 943 __STATIC_INLINE void LL_MPU_ConfigAttributes(uint32_t AttIndex, uint32_t Attributes) in LL_MPU_ConfigAttributes() argument 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 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() [all …]
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_cortex.h | 831 __STATIC_INLINE void LL_MPU_ConfigRegion(uint32_t Region, uint32_t Attributes, uint32_t AttrIndx, u… in LL_MPU_ConfigRegion() argument 838 WRITE_REG(MPU->RBAR, ((BaseAddress & MPU_RBAR_BASE_Msk) | Attributes)); in LL_MPU_ConfigRegion() 892 __STATIC_INLINE void LL_MPU_ConfigRegion_NS(uint32_t Region, uint32_t Attributes, uint32_t AttrIndx, in LL_MPU_ConfigRegion_NS() argument 899 WRITE_REG(MPU_NS->RBAR, ((BaseAddress & MPU_RBAR_BASE_Msk) | Attributes)); in LL_MPU_ConfigRegion_NS() 1002 __STATIC_INLINE void LL_MPU_ConfigAttributes(uint32_t AttIndex, uint32_t Attributes) in LL_MPU_ConfigAttributes() argument 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 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() [all …]
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_cortex.h | 792 __STATIC_INLINE void LL_MPU_ConfigRegion(uint32_t Region, uint32_t Attributes, uint32_t AttrIndx, u… in LL_MPU_ConfigRegion() argument 799 WRITE_REG(MPU->RBAR, ((BaseAddress & MPU_RBAR_BASE_Msk) | Attributes)); in LL_MPU_ConfigRegion() 845 __STATIC_INLINE void LL_MPU_ConfigRegion_NS(uint32_t Region, uint32_t Attributes, uint32_t AttrIndx, in LL_MPU_ConfigRegion_NS() argument 852 WRITE_REG(MPU_NS->RBAR, ((BaseAddress & MPU_RBAR_BASE_Msk) | Attributes)); in LL_MPU_ConfigRegion_NS() 939 __STATIC_INLINE void LL_MPU_ConfigAttributes(uint32_t AttIndex, uint32_t Attributes) in LL_MPU_ConfigAttributes() argument 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 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() [all …]
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_pwr.c | 534 void HAL_PWR_ConfigAttributes(uint32_t Item, uint32_t Attributes) in HAL_PWR_ConfigAttributes() argument 537 assert_param(IS_PWR_ATTRIBUTES(Attributes)); in HAL_PWR_ConfigAttributes() 544 if ((Attributes & PWR_ITEM_ATTR_SEC_PRIV_MASK) == PWR_ITEM_ATTR_SEC_PRIV_MASK) in HAL_PWR_ConfigAttributes() 547 if ((Attributes & PWR_SEC_PRIV) == PWR_SEC_PRIV) in HAL_PWR_ConfigAttributes() 562 if ((Attributes & PWR_NSEC_PRIV) == PWR_NSEC_PRIV) in HAL_PWR_ConfigAttributes() 575 if ((Attributes & PWR_ITEM_ATTR_NSEC_PRIV_MASK) == PWR_ITEM_ATTR_NSEC_PRIV_MASK) in HAL_PWR_ConfigAttributes() 578 if ((Attributes & PWR_NSEC_PRIV) == PWR_NSEC_PRIV) in HAL_PWR_ConfigAttributes() 594 if ((Attributes & PWR_ITEM_ATTR_NSEC_PRIV_MASK) == PWR_ITEM_ATTR_NSEC_PRIV_MASK) in HAL_PWR_ConfigAttributes() 597 if ((Attributes & PWR_PRIV) == PWR_PRIV) in HAL_PWR_ConfigAttributes()
|
D | stm32h5xx_hal_otfdec.c | 760 HAL_StatusTypeDef HAL_OTFDEC_ConfigAttributes(OTFDEC_HandleTypeDef *hotfdec, uint32_t Attributes) in HAL_OTFDEC_ConfigAttributes() argument 764 assert_param(IS_OTFDEC_ATTRIBUTE(Attributes)); in HAL_OTFDEC_ConfigAttributes() 769 MODIFY_REG(hotfdec->Instance->PRIVCFGR, OTFDEC_PRIVCFGR_PRIV, Attributes); in HAL_OTFDEC_ConfigAttributes() 1040 …L_StatusTypeDef HAL_OTFDEC_GetConfigAttributes(OTFDEC_HandleTypeDef *hotfdec, uint32_t *Attributes) in HAL_OTFDEC_GetConfigAttributes() argument 1048 *Attributes = READ_BIT(hotfdec->Instance->PRIVCFGR, OTFDEC_PRIVCFGR_PRIV); in HAL_OTFDEC_GetConfigAttributes()
|
D | stm32h5xx_hal_eth.c | 3067 if (READ_BIT(pTxConfig->Attributes, ETH_TX_PACKETS_FEATURES_VLANTAG) != (uint32_t)RESET) in ETH_Prepare_Tx_Descriptors() 3077 if (READ_BIT(pTxConfig->Attributes, ETH_TX_PACKETS_FEATURES_INNERVLANTAG) != (uint32_t)RESET) in ETH_Prepare_Tx_Descriptors() 3095 if (READ_BIT(pTxConfig->Attributes, ETH_TX_PACKETS_FEATURES_TSO) != (uint32_t)RESET) in ETH_Prepare_Tx_Descriptors() 3103 if ((READ_BIT(pTxConfig->Attributes, ETH_TX_PACKETS_FEATURES_VLANTAG) != (uint32_t)RESET) in ETH_Prepare_Tx_Descriptors() 3104 || (READ_BIT(pTxConfig->Attributes, ETH_TX_PACKETS_FEATURES_TSO) != (uint32_t)RESET)) in ETH_Prepare_Tx_Descriptors() 3158 if (READ_BIT(pTxConfig->Attributes, ETH_TX_PACKETS_FEATURES_TSO) != (uint32_t)RESET) in ETH_Prepare_Tx_Descriptors() 3171 if (READ_BIT(pTxConfig->Attributes, ETH_TX_PACKETS_FEATURES_CSUM) != (uint32_t)RESET) in ETH_Prepare_Tx_Descriptors() 3176 if (READ_BIT(pTxConfig->Attributes, ETH_TX_PACKETS_FEATURES_CRCPAD) != (uint32_t)RESET) in ETH_Prepare_Tx_Descriptors() 3182 if (READ_BIT(pTxConfig->Attributes, ETH_TX_PACKETS_FEATURES_VLANTAG) != (uint32_t)RESET) in ETH_Prepare_Tx_Descriptors() 3198 if (READ_BIT(pTxConfig->Attributes, ETH_TX_PACKETS_FEATURES_SAIC) != (uint32_t)RESET) in ETH_Prepare_Tx_Descriptors() [all …]
|
D | stm32h5xx_hal.c | 1255 void HAL_SBS_ConfigAttributes(uint32_t Item, uint32_t Attributes) in HAL_SBS_ConfigAttributes() argument 1261 assert_param(IS_SBS_ATTRIBUTES(Attributes)); in HAL_SBS_ConfigAttributes() 1266 if ((Attributes & SBS_SEC) != 0x00U) in HAL_SBS_ConfigAttributes()
|
D | stm32h5xx_hal_rcc.c | 1761 void HAL_RCC_ConfigAttributes(uint32_t Item, uint32_t Attributes) in HAL_RCC_ConfigAttributes() argument 1765 assert_param(IS_RCC_ATTRIBUTES(Attributes)); in HAL_RCC_ConfigAttributes() 1770 switch (Attributes) in HAL_RCC_ConfigAttributes() 1812 switch (Attributes) in HAL_RCC_ConfigAttributes()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_rcc.c | 134 static void RCC_ATTR_ConfigItemGroup(uint32_t ItemGroup, uint32_t Item, uint32_t Attributes); 1902 void HAL_RCC_ConfigAttributes(uint32_t Item, uint32_t Attributes) in HAL_RCC_ConfigAttributes() argument 1905 assert_param(IS_RCC_ATTRIBUTES(Attributes)); in HAL_RCC_ConfigAttributes() 1912 RCC_ATTR_ConfigItemGroup(RCC_ITEM_GROUP_IDX_OSC, Item & RCC_ITEM_GROUP_OSC_MASK, Attributes); in HAL_RCC_ConfigAttributes() 1918 RCC_ATTR_ConfigItemGroup(RCC_ITEM_GROUP_IDX_PLL, Item & RCC_ITEM_GROUP_PLL_MASK, Attributes); in HAL_RCC_ConfigAttributes() 1924 RCC_ATTR_ConfigItemGroup(RCC_ITEM_GROUP_IDX_IC, Item & RCC_ITEM_GROUP_IC_MASK, Attributes); in HAL_RCC_ConfigAttributes() 1930 …RCC_ATTR_ConfigItemGroup(RCC_ITEM_GROUP_IDX_SYSCFG, Item & RCC_ITEM_GROUP_SYSCFG_MASK, Attributes); in HAL_RCC_ConfigAttributes() 1936 RCC_ATTR_ConfigItemGroup(RCC_ITEM_GROUP_IDX_BUS, Item & RCC_ITEM_GROUP_BUS_MASK, Attributes); in HAL_RCC_ConfigAttributes() 1942 RCC_ATTR_ConfigItemGroup(RCC_ITEM_GROUP_IDX_MEM, Item & RCC_ITEM_GROUP_MEM_MASK, Attributes); in HAL_RCC_ConfigAttributes() 2420 static void RCC_ATTR_ConfigItemGroup(uint32_t ItemGroupIdx, uint32_t Item, uint32_t Attributes) in RCC_ATTR_ConfigItemGroup() argument [all …]
|
D | stm32n6xx_hal_pwr.c | 902 void HAL_PWR_ConfigAttributes(uint32_t Item, uint32_t Attributes) in HAL_PWR_ConfigAttributes() argument 906 assert_param(IS_PWR_ATTRIBUTES(Attributes)); in HAL_PWR_ConfigAttributes() 910 if ((Attributes & PWR_ITEM_ATTR_SEC_PRIV_MASK) == PWR_ITEM_ATTR_SEC_PRIV_MASK) in HAL_PWR_ConfigAttributes() 913 if ((Attributes & PWR_SEC_PRIV) == PWR_SEC_PRIV) in HAL_PWR_ConfigAttributes() 928 if ((Attributes & PWR_NSEC_PRIV) == PWR_NSEC_PRIV) in HAL_PWR_ConfigAttributes() 941 if ((Attributes & PWR_ITEM_ATTR_NSEC_PRIV_MASK) == PWR_ITEM_ATTR_NSEC_PRIV_MASK) in HAL_PWR_ConfigAttributes() 944 if ((Attributes & PWR_NSEC_PRIV) == PWR_NSEC_PRIV) in HAL_PWR_ConfigAttributes()
|
D | stm32n6xx_hal_eth.c | 3307 if (READ_BIT(pTxConfig->Attributes, ETH_TX_PACKETS_FEATURES_VLANTAG) != (uint32_t)RESET) in ETH_Prepare_Tx_Descriptors() 3317 if (READ_BIT(pTxConfig->Attributes, ETH_TX_PACKETS_FEATURES_INNERVLANTAG) != (uint32_t)RESET) in ETH_Prepare_Tx_Descriptors() 3335 if (READ_BIT(pTxConfig->Attributes, ETH_TX_PACKETS_FEATURES_TSO) != (uint32_t)RESET) in ETH_Prepare_Tx_Descriptors() 3343 if ((READ_BIT(pTxConfig->Attributes, ETH_TX_PACKETS_FEATURES_VLANTAG) != (uint32_t)RESET) in ETH_Prepare_Tx_Descriptors() 3344 || (READ_BIT(pTxConfig->Attributes, ETH_TX_PACKETS_FEATURES_TSO) != (uint32_t)RESET)) in ETH_Prepare_Tx_Descriptors() 3398 if (READ_BIT(pTxConfig->Attributes, ETH_TX_PACKETS_FEATURES_TSO) != (uint32_t)RESET) in ETH_Prepare_Tx_Descriptors() 3411 if (READ_BIT(pTxConfig->Attributes, ETH_TX_PACKETS_FEATURES_CSUM) != (uint32_t)RESET) in ETH_Prepare_Tx_Descriptors() 3416 if (READ_BIT(pTxConfig->Attributes, ETH_TX_PACKETS_FEATURES_CRCPAD) != (uint32_t)RESET) in ETH_Prepare_Tx_Descriptors() 3422 if (READ_BIT(pTxConfig->Attributes, ETH_TX_PACKETS_FEATURES_VLANTAG) != (uint32_t)RESET) in ETH_Prepare_Tx_Descriptors() 3438 if (READ_BIT(pTxConfig->Attributes, ETH_TX_PACKETS_FEATURES_SAIC) != (uint32_t)RESET) in ETH_Prepare_Tx_Descriptors() [all …]
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_pwr.c | 851 void HAL_PWR_ConfigAttributes(uint32_t Item, uint32_t Attributes) in HAL_PWR_ConfigAttributes() argument 855 assert_param(IS_PWR_ATTRIBUTES(Attributes)); in HAL_PWR_ConfigAttributes() 859 if ((Attributes & PWR_ITEM_ATTR_SEC_PRIV_MASK) == PWR_ITEM_ATTR_SEC_PRIV_MASK) in HAL_PWR_ConfigAttributes() 862 if ((Attributes & PWR_SEC_PRIV) == PWR_SEC_PRIV) in HAL_PWR_ConfigAttributes() 877 if ((Attributes & PWR_NSEC_PRIV) == PWR_NSEC_PRIV) in HAL_PWR_ConfigAttributes() 893 if ((Attributes & PWR_ITEM_ATTR_NSEC_PRIV_MASK) == PWR_ITEM_ATTR_NSEC_PRIV_MASK) in HAL_PWR_ConfigAttributes() 896 if ((Attributes & PWR_NSEC_PRIV) == PWR_NSEC_PRIV) in HAL_PWR_ConfigAttributes()
|
D | stm32u5xx_hal_otfdec.c | 760 HAL_StatusTypeDef HAL_OTFDEC_ConfigAttributes(OTFDEC_HandleTypeDef *hotfdec, uint32_t Attributes) in HAL_OTFDEC_ConfigAttributes() argument 764 assert_param(IS_OTFDEC_ATTRIBUTE(Attributes)); in HAL_OTFDEC_ConfigAttributes() 769 MODIFY_REG(hotfdec->Instance->PRIVCFGR, OTFDEC_PRIVCFGR_PRIV, Attributes); in HAL_OTFDEC_ConfigAttributes() 1043 …L_StatusTypeDef HAL_OTFDEC_GetConfigAttributes(OTFDEC_HandleTypeDef *hotfdec, uint32_t *Attributes) in HAL_OTFDEC_GetConfigAttributes() argument 1051 *Attributes = READ_BIT(hotfdec->Instance->PRIVCFGR, OTFDEC_PRIVCFGR_PRIV); in HAL_OTFDEC_GetConfigAttributes()
|
D | stm32u5xx_hal.c | 924 void HAL_SYSCFG_ConfigAttributes(uint32_t Item, uint32_t Attributes) in HAL_SYSCFG_ConfigAttributes() argument 930 assert_param(IS_SYSCFG_ATTRIBUTES(Attributes)); in HAL_SYSCFG_ConfigAttributes() 935 if ((Attributes & SYSCFG_SEC) != 0x00U) in HAL_SYSCFG_ConfigAttributes()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_pwr.c | 1042 void HAL_PWR_ConfigAttributes(uint32_t Item, uint32_t Attributes) in HAL_PWR_ConfigAttributes() argument 1046 assert_param(IS_PWR_ATTRIBUTES(Attributes)); in HAL_PWR_ConfigAttributes() 1050 if ((Attributes & PWR_ITEM_ATTR_SEC_PRIV_MASK) == PWR_ITEM_ATTR_SEC_PRIV_MASK) in HAL_PWR_ConfigAttributes() 1053 if ((Attributes & PWR_SEC_PRIV) == PWR_SEC_PRIV) in HAL_PWR_ConfigAttributes() 1068 if ((Attributes & PWR_NSEC_PRIV) == PWR_NSEC_PRIV) in HAL_PWR_ConfigAttributes() 1081 if ((Attributes & PWR_ITEM_ATTR_NSEC_PRIV_MASK) == PWR_ITEM_ATTR_NSEC_PRIV_MASK) in HAL_PWR_ConfigAttributes() 1084 if ((Attributes & PWR_NSEC_PRIV) == PWR_NSEC_PRIV) in HAL_PWR_ConfigAttributes()
|
D | stm32wbaxx_hal.c | 926 void HAL_SYSCFG_ConfigAttributes(uint32_t Item, uint32_t Attributes) in HAL_SYSCFG_ConfigAttributes() argument 932 assert_param(IS_SYSCFG_ATTRIBUTES(Attributes)); in HAL_SYSCFG_ConfigAttributes() 937 if ((Attributes & SYSCFG_SEC) != 0x00U) in HAL_SYSCFG_ConfigAttributes()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_pwr.c | 670 void HAL_PWR_ConfigAttributes(uint32_t Item, uint32_t Attributes) in HAL_PWR_ConfigAttributes() argument 673 assert_param(IS_PWR_ATTRIBUTES(Attributes)); in HAL_PWR_ConfigAttributes() 676 if ((Attributes & PWR_PRIV) == PWR_PRIV) in HAL_PWR_ConfigAttributes() 680 else if ((Attributes & PWR_NPRIV) == PWR_NPRIV) in HAL_PWR_ConfigAttributes() 696 if ((Attributes & PWR_SEC) == PWR_SEC) in HAL_PWR_ConfigAttributes() 700 else if ((Attributes & PWR_NSEC) == PWR_NSEC) in HAL_PWR_ConfigAttributes()
|
D | stm32l5xx_hal_otfdec.c | 760 HAL_StatusTypeDef HAL_OTFDEC_ConfigAttributes(OTFDEC_HandleTypeDef *hotfdec, uint32_t Attributes) in HAL_OTFDEC_ConfigAttributes() argument 764 assert_param(IS_OTFDEC_ATTRIBUTE(Attributes)); in HAL_OTFDEC_ConfigAttributes() 769 MODIFY_REG(hotfdec->Instance->PRIVCFGR, OTFDEC_PRIVCFGR_PRIV, Attributes); in HAL_OTFDEC_ConfigAttributes() 1040 …L_StatusTypeDef HAL_OTFDEC_GetConfigAttributes(OTFDEC_HandleTypeDef *hotfdec, uint32_t *Attributes) in HAL_OTFDEC_GetConfigAttributes() argument 1048 *Attributes = READ_BIT(hotfdec->Instance->PRIVCFGR, OTFDEC_PRIVCFGR_PRIV); in HAL_OTFDEC_GetConfigAttributes()
|
D | stm32l5xx_hal_rcc.c | 1814 void HAL_RCC_ConfigAttributes(uint32_t Item, uint32_t Attributes) in HAL_RCC_ConfigAttributes() argument 1817 assert_param(IS_RCC_ATTRIBUTES(Attributes)); in HAL_RCC_ConfigAttributes() 1820 if ((Attributes & RCC_PRIV) == RCC_PRIV) in HAL_RCC_ConfigAttributes() 1824 else if ((Attributes & RCC_NPRIV) == RCC_NPRIV) in HAL_RCC_ConfigAttributes() 1839 if ((Attributes & RCC_SEC) == RCC_SEC) in HAL_RCC_ConfigAttributes() 1843 else if ((Attributes & RCC_NSEC) == RCC_NSEC) in HAL_RCC_ConfigAttributes()
|
D | stm32l5xx_hal.c | 806 void HAL_SYSCFG_ConfigAttributes(uint32_t Item, uint32_t Attributes) in HAL_SYSCFG_ConfigAttributes() argument 812 assert_param(IS_SYSCFG_ATTRIBUTES(Attributes)); in HAL_SYSCFG_ConfigAttributes() 817 if ((Attributes & SYSCFG_SEC) != 0x00U) in HAL_SYSCFG_ConfigAttributes()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/Legacy/ |
D | stm32h7xx_hal_eth.c | 2755 if(READ_BIT(pTxConfig->Attributes, ETH_TX_PACKETS_FEATURES_VLANTAG) != 0U) in ETH_Prepare_Tx_Descriptors() 2765 if(READ_BIT(pTxConfig->Attributes, ETH_TX_PACKETS_FEATURES_INNERVLANTAG) != 0U) in ETH_Prepare_Tx_Descriptors() 2783 if(READ_BIT(pTxConfig->Attributes, ETH_TX_PACKETS_FEATURES_TSO) != 0U) in ETH_Prepare_Tx_Descriptors() 2791 …if((READ_BIT(pTxConfig->Attributes, ETH_TX_PACKETS_FEATURES_VLANTAG) != 0U)|| (READ_BIT(pTxConfig-… in ETH_Prepare_Tx_Descriptors() 2841 if(READ_BIT(pTxConfig->Attributes, ETH_TX_PACKETS_FEATURES_TSO) != 0U) in ETH_Prepare_Tx_Descriptors() 2854 if(READ_BIT(pTxConfig->Attributes, ETH_TX_PACKETS_FEATURES_CSUM) != 0U) in ETH_Prepare_Tx_Descriptors() 2859 if(READ_BIT(pTxConfig->Attributes, ETH_TX_PACKETS_FEATURES_CRCPAD) != 0U) in ETH_Prepare_Tx_Descriptors() 2865 if(READ_BIT(pTxConfig->Attributes, ETH_TX_PACKETS_FEATURES_VLANTAG) != 0U) in ETH_Prepare_Tx_Descriptors() 2879 if(READ_BIT(pTxConfig->Attributes, ETH_TX_PACKETS_FEATURES_SAIC) != 0U) in ETH_Prepare_Tx_Descriptors() 2943 if(READ_BIT(pTxConfig->Attributes, ETH_TX_PACKETS_FEATURES_TSO) != 0U) in ETH_Prepare_Tx_Descriptors() [all …]
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_eth.c | 3049 if (READ_BIT(pTxConfig->Attributes, ETH_TX_PACKETS_FEATURES_VLANTAG) != (uint32_t)RESET) in ETH_Prepare_Tx_Descriptors() 3059 if (READ_BIT(pTxConfig->Attributes, ETH_TX_PACKETS_FEATURES_INNERVLANTAG) != (uint32_t)RESET) in ETH_Prepare_Tx_Descriptors() 3077 if (READ_BIT(pTxConfig->Attributes, ETH_TX_PACKETS_FEATURES_TSO) != (uint32_t)RESET) in ETH_Prepare_Tx_Descriptors() 3085 if ((READ_BIT(pTxConfig->Attributes, ETH_TX_PACKETS_FEATURES_VLANTAG) != (uint32_t)RESET) in ETH_Prepare_Tx_Descriptors() 3086 || (READ_BIT(pTxConfig->Attributes, ETH_TX_PACKETS_FEATURES_TSO) != (uint32_t)RESET)) in ETH_Prepare_Tx_Descriptors() 3140 if (READ_BIT(pTxConfig->Attributes, ETH_TX_PACKETS_FEATURES_TSO) != (uint32_t)RESET) in ETH_Prepare_Tx_Descriptors() 3153 if (READ_BIT(pTxConfig->Attributes, ETH_TX_PACKETS_FEATURES_CSUM) != (uint32_t)RESET) in ETH_Prepare_Tx_Descriptors() 3158 if (READ_BIT(pTxConfig->Attributes, ETH_TX_PACKETS_FEATURES_CRCPAD) != (uint32_t)RESET) in ETH_Prepare_Tx_Descriptors() 3164 if (READ_BIT(pTxConfig->Attributes, ETH_TX_PACKETS_FEATURES_VLANTAG) != (uint32_t)RESET) in ETH_Prepare_Tx_Descriptors() 3180 if (READ_BIT(pTxConfig->Attributes, ETH_TX_PACKETS_FEATURES_SAIC) != (uint32_t)RESET) in ETH_Prepare_Tx_Descriptors() [all …]
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_eth.c | 3115 if (READ_BIT(pTxConfig->Attributes, ETH_TX_PACKETS_FEATURES_VLANTAG) != (uint32_t)RESET) in ETH_Prepare_Tx_Descriptors() 3125 if (READ_BIT(pTxConfig->Attributes, ETH_TX_PACKETS_FEATURES_INNERVLANTAG) != (uint32_t)RESET) in ETH_Prepare_Tx_Descriptors() 3143 if (READ_BIT(pTxConfig->Attributes, ETH_TX_PACKETS_FEATURES_TSO) != (uint32_t)RESET) in ETH_Prepare_Tx_Descriptors() 3151 if ((READ_BIT(pTxConfig->Attributes, ETH_TX_PACKETS_FEATURES_VLANTAG) != (uint32_t)RESET) in ETH_Prepare_Tx_Descriptors() 3152 || (READ_BIT(pTxConfig->Attributes, ETH_TX_PACKETS_FEATURES_TSO) != (uint32_t)RESET)) in ETH_Prepare_Tx_Descriptors() 3206 if (READ_BIT(pTxConfig->Attributes, ETH_TX_PACKETS_FEATURES_TSO) != (uint32_t)RESET) in ETH_Prepare_Tx_Descriptors() 3219 if (READ_BIT(pTxConfig->Attributes, ETH_TX_PACKETS_FEATURES_CSUM) != (uint32_t)RESET) in ETH_Prepare_Tx_Descriptors() 3224 if (READ_BIT(pTxConfig->Attributes, ETH_TX_PACKETS_FEATURES_CRCPAD) != (uint32_t)RESET) in ETH_Prepare_Tx_Descriptors() 3230 if (READ_BIT(pTxConfig->Attributes, ETH_TX_PACKETS_FEATURES_VLANTAG) != (uint32_t)RESET) in ETH_Prepare_Tx_Descriptors() 3246 if (READ_BIT(pTxConfig->Attributes, ETH_TX_PACKETS_FEATURES_SAIC) != (uint32_t)RESET) in ETH_Prepare_Tx_Descriptors() [all …]
|