pub enum TCBGTCF {
Clear = 1,
}
Expand description
TCBGTCF
Value on reset: 0
Variants§
Clear = 1
1: Clear the TCBGT flag in the ISR register
Trait Implementations§
impl Copy for TCBGTCF
impl Eq for TCBGTCF
impl StructuralPartialEq for TCBGTCF
Auto Trait Implementations§
impl Freeze for TCBGTCF
impl RefUnwindSafe for TCBGTCF
impl Send for TCBGTCF
impl Sync for TCBGTCF
impl Unpin for TCBGTCF
impl UnwindSafe for TCBGTCF
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