Lines Matching refs:Item
2083 void HAL_RCC_ConfigAttributes(uint32_t Item, uint32_t Attributes) in HAL_RCC_ConfigAttributes() argument
2086 assert_param(IS_RCC_ITEM_ATTRIBUTES(Item)); in HAL_RCC_ConfigAttributes()
2094 SET_BIT(RCC->SECCFGR, Item); in HAL_RCC_ConfigAttributes()
2099 SET_BIT(RCC->SECCFGR, Item); in HAL_RCC_ConfigAttributes()
2104 CLEAR_BIT(RCC->SECCFGR, Item); in HAL_RCC_ConfigAttributes()
2109 CLEAR_BIT(RCC->SECCFGR, Item); in HAL_RCC_ConfigAttributes()
2117 UNUSED(Item); in HAL_RCC_ConfigAttributes()
2123 UNUSED(Item); in HAL_RCC_ConfigAttributes()
2144 HAL_StatusTypeDef HAL_RCC_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes) in HAL_RCC_GetConfigAttributes() argument
2155 assert_param(IS_RCC_ITEM_ATTRIBUTES(Item)); in HAL_RCC_GetConfigAttributes()
2160 if ((RCC->SECCFGR & Item) == Item) in HAL_RCC_GetConfigAttributes()
2174 UNUSED(Item); in HAL_RCC_GetConfigAttributes()