Trait esp32c6_hal::gpio::lp_gpio::IntoLowPowerPin
source · pub trait IntoLowPowerPin<const PIN: u8> {
// Required method
fn into_low_power(self) -> LowPowerPin<PIN>;
}
pub trait IntoLowPowerPin<const PIN: u8> {
// Required method
fn into_low_power(self) -> LowPowerPin<PIN>;
}