Lines Matching refs:Item
534 void HAL_PWR_ConfigAttributes(uint32_t Item, uint32_t Attributes) in HAL_PWR_ConfigAttributes() argument
540 assert_param(IS_PWR_ITEMS_ATTRIBUTES(Item)); in HAL_PWR_ConfigAttributes()
549 SET_BIT(PWR->SECCFGR, Item); in HAL_PWR_ConfigAttributes()
554 SET_BIT(PWR->SECCFGR, Item); in HAL_PWR_ConfigAttributes()
564 CLEAR_BIT(PWR->SECCFGR, Item); in HAL_PWR_ConfigAttributes()
569 CLEAR_BIT(PWR->SECCFGR, Item); in HAL_PWR_ConfigAttributes()
591 UNUSED(Item); in HAL_PWR_ConfigAttributes()
617 HAL_StatusTypeDef HAL_PWR_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes) in HAL_PWR_GetConfigAttributes() argument
628 assert_param(IS_PWR_ITEMS_ATTRIBUTES(Item)); in HAL_PWR_GetConfigAttributes()
631 if ((PWR->SECCFGR & Item) == Item) in HAL_PWR_GetConfigAttributes()
648 UNUSED(Item); in HAL_PWR_GetConfigAttributes()