#[repr(C)]pub struct frequencies {
pub jtagFreq: [c_uint; 12],
pub jtagFreqNumber: c_uint,
pub swdFreq: [c_uint; 12],
pub swdFreqNumber: c_uint,
}
Expand description
\struct frequencies \brief Get supported frequencies for JTAG and SWD ineterfaces.
Fields§
§jtagFreq: [c_uint; 12]
< JTAG frequency.
jtagFreqNumber: c_uint
< Get JTAG supported frequencies.
swdFreq: [c_uint; 12]
< SWD frequency.
swdFreqNumber: c_uint
< Get SWD supported frequencies.
Trait Implementations§
Source§impl Clone for frequencies
impl Clone for frequencies
Source§fn clone(&self) -> frequencies
fn clone(&self) -> frequencies
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for frequencies
impl Debug for frequencies
impl Copy for frequencies
Auto Trait Implementations§
impl Freeze for frequencies
impl RefUnwindSafe for frequencies
impl Send for frequencies
impl Sync for frequencies
impl Unpin for frequencies
impl UnwindSafe for frequencies
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