pub struct ClkOutPin<'d> { /* private fields */ }
Available on crate feature
unstable
only.Expand description
Wraps a GPIO pin which will be used as the clock output signal
Implementations§
Source§impl<'d> ClkOutPin<'d>
impl<'d> ClkOutPin<'d>
Sourcepub fn new(pin: impl Peripheral<P = impl PeripheralOutput> + 'd) -> Self
pub fn new(pin: impl Peripheral<P = impl PeripheralOutput> + 'd) -> Self
Create a ClkOutPin