pub struct OpenOcdJtagChain { /* private fields */ }
Expand description
An JTAG interface driver over OpenOCD.
Implementations§
Source§impl OpenOcdJtagChain
impl OpenOcdJtagChain
Sourcepub fn new(adapter_command: &str, opts: &JtagParams) -> Result<OpenOcdJtagChain>
pub fn new(adapter_command: &str, opts: &JtagParams) -> Result<OpenOcdJtagChain>
Start OpenOCD with given JTAG options but do not connect any TAP.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OpenOcdJtagChain
impl RefUnwindSafe for OpenOcdJtagChain
impl Send for OpenOcdJtagChain
impl Sync for OpenOcdJtagChain
impl Unpin for OpenOcdJtagChain
impl UnwindSafe for OpenOcdJtagChain
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