pub enum INT8W {
_0,
_1,
}Expand description
Values that can be written to the field INT8
Variants§
_0
The interrupt request for corresponding channel is cleared
_1
The interrupt request for corresponding channel is active
Auto Trait Implementations§
impl Freeze for INT8W
impl RefUnwindSafe for INT8W
impl Send for INT8W
impl Sync for INT8W
impl Unpin for INT8W
impl UnwindSafe for INT8W
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