GPIO clock management. What are __HAL_RCC_GPIO_CLK_ENABLE/DISABLE exactly used for?
Hi everyone.I'm desiging a low power application and clearly the most intuitive wayto reduce power consumption is just to turn off what we don't need.And here a doubt about the GPIO clock management raised.AFAICT, __HAL_RCC_GPIO_CLK_ENABLE should be ...