pub enum ChannelDirection {
OutputPwm,
InputCapture,
}
Expand description
Direction of a low-power timer channel
Variants§
Trait Implementations§
Source§impl From<ChannelDirection> for Ccsel
impl From<ChannelDirection> for Ccsel
Source§fn from(direction: ChannelDirection) -> Self
fn from(direction: ChannelDirection) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ChannelDirection
impl RefUnwindSafe for ChannelDirection
impl Send for ChannelDirection
impl Sync for ChannelDirection
impl Unpin for ChannelDirection
impl UnwindSafe for ChannelDirection
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