Enum Fcie
pub enum Fcie {
_0 = 0,
_1 = 1,
}Expand description
Frame Complete Interrupt Enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Fcie
impl Eq for Fcie
impl StructuralPartialEq for Fcie
Auto Trait Implementations§
impl Freeze for Fcie
impl RefUnwindSafe for Fcie
impl Send for Fcie
impl Sync for Fcie
impl Unpin for Fcie
impl UnwindSafe for Fcie
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