macro_rules! implement_peripheral_clocks {
() => { ... };
}Available on crate feature
_device-selected only.Expand description
Implement the Peripheral enum and enable/disable/reset functions.
This macro is intended to be placed in esp_hal::system.