pub enum McpwmInstance {
Mcpwm0 = 0,
}Available on crate feature
unstable only.Variants§
Mcpwm0 = 0
Implementations§
Source§impl McpwmInstance
impl McpwmInstance
pub fn configure_function_clock( self, clocks: &mut ClockTree, new_selector: McpwmFunctionClockConfig, )
pub fn function_clock_config( self, clocks: &mut ClockTree, ) -> Option<McpwmFunctionClockConfig>
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: McpwmFunctionClockConfig, ) -> u32
pub fn function_clock_frequency(self, clocks: &mut ClockTree) -> u32
Trait Implementations§
Source§impl Clone for McpwmInstance
impl Clone for McpwmInstance
Source§fn clone(&self) -> McpwmInstance
fn clone(&self) -> McpwmInstance
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 McpwmInstance
impl Debug for McpwmInstance
Source§impl PartialEq for McpwmInstance
impl PartialEq for McpwmInstance
impl Copy for McpwmInstance
impl Eq for McpwmInstance
impl StructuralPartialEq for McpwmInstance
Auto Trait Implementations§
impl Freeze for McpwmInstance
impl RefUnwindSafe for McpwmInstance
impl Send for McpwmInstance
impl Sync for McpwmInstance
impl Unpin for McpwmInstance
impl UnsafeUnpin for McpwmInstance
impl UnwindSafe for McpwmInstance
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)