Searched refs:PWR_PORTA_AVAILABLE_PINS (Results 1 – 1 of 1) sorted by relevance
113 #define PWR_PORTA_AVAILABLE_PINS (0x0FFFFU) macro118 #define PWR_PORTA_AVAILABLE_PINS (0x0F1E3U) macro661 if (((GPIO_Pin & PWR_PORTA_AVAILABLE_PINS) == 0U) || \ in HAL_PWREx_EnableStandbyIORetention()662 ((GPIO_Pin & (~PWR_PORTA_AVAILABLE_PINS)) != 0U)) in HAL_PWREx_EnableStandbyIORetention()741 if (((GPIO_Pin & PWR_PORTA_AVAILABLE_PINS) == 0U) || \ in HAL_PWREx_DisableStandbyIORetention()742 ((GPIO_Pin & (~PWR_PORTA_AVAILABLE_PINS)) != 0U)) in HAL_PWREx_DisableStandbyIORetention()860 if (((GPIO_Pin & PWR_PORTA_AVAILABLE_PINS) == 0U) || \ in HAL_PWREx_DisableStandbyRetainedIOState()861 ((GPIO_Pin & (~PWR_PORTA_AVAILABLE_PINS)) != 0U)) in HAL_PWREx_DisableStandbyRetainedIOState()