__HAL_RCC_CLEAR_IT macro
Clear the RCC's interrupt pending bits (Perform Byte access to RCC_CIR[23:16] bits to clear the selected interrupt pending bits.
Arguments
__INTERRUPT__
specifies the interrupt pending bit to clear. This parameter can be any combination of the following values: @arg RCC_IT_LSIRDY: LSI ready interrupt. @arg RCC_IT_LSERDY: LSE ready interrupt. @arg RCC_IT_HSIRDY: HSI ready interrupt. @arg RCC_IT_HSERDY: HSE ready interrupt. @arg RCC_IT_PLLRDY: Main PLL ready interrupt. @arg RCC_IT_PLLI2SRDY: PLLI2S ready interrupt. @arg RCC_IT_CSS: Clock Security System interrupt