pub enum TimgInstance {
Timg0 = 0,
Timg1 = 1,
}Available on crate feature
unstable only.Variants§
Implementations§
Source§impl TimgInstance
impl TimgInstance
pub fn configure_function_clock( self, clocks: &mut ClockTree, new_selector: TimgFunctionClockConfig, )
pub fn function_clock_config( self, clocks: &mut ClockTree, ) -> Option<TimgFunctionClockConfig>
pub fn request_function_clock(self, clocks: &mut ClockTree)
pub fn release_function_clock(self, clocks: &mut ClockTree)
pub fn function_clock_config_frequency( self, clocks: &mut ClockTree, config: TimgFunctionClockConfig, ) -> u32
pub fn function_clock_frequency(self, clocks: &mut ClockTree) -> u32
pub fn configure_wdt_clock( self, clocks: &mut ClockTree, new_selector: TimgWdtClockConfig, )
pub fn wdt_clock_config( self, clocks: &mut ClockTree, ) -> Option<TimgWdtClockConfig>
pub fn request_wdt_clock(self, clocks: &mut ClockTree)
pub fn release_wdt_clock(self, clocks: &mut ClockTree)
pub fn wdt_clock_config_frequency( self, clocks: &mut ClockTree, config: TimgWdtClockConfig, ) -> u32
pub fn wdt_clock_frequency(self, clocks: &mut ClockTree) -> u32
Trait Implementations§
Source§impl Clone for TimgInstance
impl Clone for TimgInstance
Source§fn clone(&self) -> TimgInstance
fn clone(&self) -> TimgInstance
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 TimgInstance
impl Debug for TimgInstance
Source§impl PartialEq for TimgInstance
impl PartialEq for TimgInstance
impl Copy for TimgInstance
impl Eq for TimgInstance
impl StructuralPartialEq for TimgInstance
Auto Trait Implementations§
impl Freeze for TimgInstance
impl RefUnwindSafe for TimgInstance
impl Send for TimgInstance
impl Sync for TimgInstance
impl Unpin for TimgInstance
impl UnsafeUnpin for TimgInstance
impl UnwindSafe for TimgInstance
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)