Searched refs:RCC_APB2LPENR_USBLPEN (Results 1 – 2 of 2) sorted by relevance
3988 #define __HAL_RCC_USB_CLK_SLEEP_ENABLE() SET_BIT(RCC->APB2LPENR, RCC_APB2LPENR_USBLPEN)4029 #define __HAL_RCC_USB_CLK_SLEEP_DISABLE() CLEAR_BIT(RCC->APB2LPENR, RCC_APB2LPENR_USBLPEN)
17045 #define RCC_APB2LPENR_USBLPEN RCC_APB2LPENR_USBLPEN_Msk macro