pub enum OutputChannelPolarity {
Set,
Clear,
Toggle,
}
Expand description
Polarity of the OUT task operation for GPIOTE output channels.
Variants§
Auto Trait Implementations§
impl Freeze for OutputChannelPolarity
impl RefUnwindSafe for OutputChannelPolarity
impl Send for OutputChannelPolarity
impl Sync for OutputChannelPolarity
impl Unpin for OutputChannelPolarity
impl UnwindSafe for OutputChannelPolarity
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