Searched refs:RCC_APB1LPENR1_CECLPEN (Results 1 – 5 of 5) sorted by relevance
2961 #define __HAL_RCC_CEC_CLK_SLEEP_ENABLE() SET_BIT(RCC->APB1LPENR1, RCC_APB1LPENR1_CECLPEN)3020 #define __HAL_RCC_CEC_CLK_SLEEP_DISABLE() CLEAR_BIT(RCC->APB1LPENR1, RCC_APB1LPENR1_CECLPEN)3402 #define __HAL_RCC_CEC_IS_CLK_SLEEP_ENABLED() (READ_BIT(RCC->APB1LPENR1, RCC_APB1LPENR1_CECLPEN) …
16415 #define RCC_APB1LPENR1_CECLPEN RCC_APB1LPENR1_CECLPEN_Msk macro
17494 #define RCC_APB1LPENR1_CECLPEN RCC_APB1LPENR1_CECLPEN_Msk macro
17065 #define RCC_APB1LPENR1_CECLPEN RCC_APB1LPENR1_CECLPEN_Msk macro
16842 #define RCC_APB1LPENR1_CECLPEN RCC_APB1LPENR1_CECLPEN_Msk macro