Lines Matching refs:Attributes

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
2428 if ((Attributes & RCC_ATTR_SEC_MASK) == RCC_ATTR_SEC_MASK) in RCC_ATTR_ConfigItemGroup()
2431 if ((Attributes & RCC_ATTR_SEC) == RCC_ATTR_SEC) in RCC_ATTR_ConfigItemGroup()
2443 if ((Attributes & RCC_ATTR_PRIV_MASK) == RCC_ATTR_PRIV_MASK) in RCC_ATTR_ConfigItemGroup()
2446 if ((Attributes & RCC_ATTR_PRIV) == RCC_ATTR_PRIV) in RCC_ATTR_ConfigItemGroup()
2458 if ((Attributes & RCC_ATTR_LOCK_MASK) == RCC_ATTR_LOCK_MASK) in RCC_ATTR_ConfigItemGroup()
2461 if ((Attributes & RCC_ATTR_LOCK) == RCC_ATTR_LOCK) in RCC_ATTR_ConfigItemGroup()
2468 if ((Attributes & RCC_ATTR_PUB_MASK) == RCC_ATTR_PUB_MASK) in RCC_ATTR_ConfigItemGroup()
2471 if ((Attributes & RCC_ATTR_PUB) == RCC_ATTR_PUB) in RCC_ATTR_ConfigItemGroup()
2487 if ((Attributes & RCC_ATTR_PUB_MASK) == RCC_ATTR_PUB_MASK) in RCC_ATTR_ConfigItemGroup()
2490 if ((Attributes & RCC_ATTR_PUB) == RCC_ATTR_PUB) in RCC_ATTR_ConfigItemGroup()