esp-hal icon indicating copy to clipboard operation
esp-hal copied to clipboard

Add Clock reference counting

Open MabezDev opened this issue 1 year ago • 1 comments

Many clocks should be ref counted so that they are only disabled if nothing else is using it. This is mainly focused on RADIO clocks see, but other clocks can prevent lower power levels in deep sleep for example.

MabezDev avatar Apr 16 '24 13:04 MabezDev