Enum Fastacc
pub enum Fastacc {
_0 = 0,
_1 = 1,
}Expand description
Fast Access
Value on reset: 0
Variants§
_0 = 0
0: Configures for normal register accesses to FlexIO
_1 = 1
1: Configures for fast register accesses to FlexIO
Trait Implementations§
impl Copy for Fastacc
impl Eq for Fastacc
impl StructuralPartialEq for Fastacc
Auto Trait Implementations§
impl Freeze for Fastacc
impl RefUnwindSafe for Fastacc
impl Send for Fastacc
impl Sync for Fastacc
impl Unpin for Fastacc
impl UnwindSafe for Fastacc
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