pub struct ExternalClock;
Expand description
Controls for enabling or disabling external clock injection.
Implementations§
Source§impl ExternalClock
impl ExternalClock
Sourcepub fn enable(
jtag: &mut dyn Jtag,
speed: ClockSpeed,
) -> Result<(), ExternalClockError>
pub fn enable( jtag: &mut dyn Jtag, speed: ClockSpeed, ) -> Result<(), ExternalClockError>
Enable the external clock at the given speed.
Auto Trait Implementations§
impl Freeze for ExternalClock
impl RefUnwindSafe for ExternalClock
impl Send for ExternalClock
impl Sync for ExternalClock
impl Unpin for ExternalClock
impl UnwindSafe for ExternalClock
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more