pub enum TORNW {
Enable = 1,
}
Expand description
Timer %s Output 1 Enable
Value on reset: 0
Variants§
Enable = 1
1: Enable output
Trait Implementations§
impl Copy for TORNW
impl Eq for TORNW
impl StructuralPartialEq for TORNW
Auto Trait Implementations§
impl Freeze for TORNW
impl RefUnwindSafe for TORNW
impl Send for TORNW
impl Sync for TORNW
impl Unpin for TORNW
impl UnwindSafe for TORNW
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