Lines Matching refs:Item
851 void HAL_PWR_ConfigAttributes(uint32_t Item, uint32_t Attributes) in HAL_PWR_ConfigAttributes() argument
854 assert_param(IS_PWR_ITEMS_ATTRIBUTES(Item)); in HAL_PWR_ConfigAttributes()
864 SET_BIT(PWR->SECCFGR, Item); in HAL_PWR_ConfigAttributes()
869 SET_BIT(PWR->SECCFGR, Item); in HAL_PWR_ConfigAttributes()
879 CLEAR_BIT(PWR->SECCFGR, Item); in HAL_PWR_ConfigAttributes()
884 CLEAR_BIT(PWR->SECCFGR, Item); in HAL_PWR_ConfigAttributes()
890 UNUSED(Item); in HAL_PWR_ConfigAttributes()
916 HAL_StatusTypeDef HAL_PWR_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes) in HAL_PWR_GetConfigAttributes() argument
927 assert_param(IS_PWR_ITEMS_ATTRIBUTES(Item)); in HAL_PWR_GetConfigAttributes()
931 if ((PWR->SECCFGR & Item) == Item) in HAL_PWR_GetConfigAttributes()
943 UNUSED(Item); in HAL_PWR_GetConfigAttributes()