pub enum ParlIoInstance {
ParlIo = 0,
}Available on crate feature
unstable only.Variants§
ParlIo = 0
Implementations§
Source§impl ParlIoInstance
impl ParlIoInstance
pub fn configure_rx_clock( self, clocks: &mut ClockTree, new_selector: ParlIoRxClockConfig, )
pub fn rx_clock_config( self, clocks: &mut ClockTree, ) -> Option<ParlIoRxClockConfig>
pub fn request_rx_clock(self, clocks: &mut ClockTree)
pub fn release_rx_clock(self, clocks: &mut ClockTree)
pub fn rx_clock_config_frequency( self, clocks: &mut ClockTree, config: ParlIoRxClockConfig, ) -> u32
pub fn rx_clock_frequency(self, clocks: &mut ClockTree) -> u32
pub fn configure_tx_clock( self, clocks: &mut ClockTree, new_selector: ParlIoTxClockConfig, )
pub fn tx_clock_config( self, clocks: &mut ClockTree, ) -> Option<ParlIoTxClockConfig>
pub fn request_tx_clock(self, clocks: &mut ClockTree)
pub fn release_tx_clock(self, clocks: &mut ClockTree)
pub fn tx_clock_config_frequency( self, clocks: &mut ClockTree, config: ParlIoTxClockConfig, ) -> u32
pub fn tx_clock_frequency(self, clocks: &mut ClockTree) -> u32
Trait Implementations§
Source§impl Clone for ParlIoInstance
impl Clone for ParlIoInstance
Source§fn clone(&self) -> ParlIoInstance
fn clone(&self) -> ParlIoInstance
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ParlIoInstance
impl Debug for ParlIoInstance
Source§impl PartialEq for ParlIoInstance
impl PartialEq for ParlIoInstance
impl Copy for ParlIoInstance
impl Eq for ParlIoInstance
impl StructuralPartialEq for ParlIoInstance
Auto Trait Implementations§
impl Freeze for ParlIoInstance
impl RefUnwindSafe for ParlIoInstance
impl Send for ParlIoInstance
impl Sync for ParlIoInstance
impl Unpin for ParlIoInstance
impl UnsafeUnpin for ParlIoInstance
impl UnwindSafe for ParlIoInstance
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)