pub enum TCEN {
Disabled = 0,
Enabled = 1,
}
Expand description
Timeout counter enable
Value on reset: 0
Variants§
Disabled = 0
0: Timeout counter is disabled, and thus the chip select (nCS) remains active indefinitely after an access in memory-mapped mode.
Enabled = 1
1: Timeout counter is enabled, and thus the chip select is released in memory-mapped mode after TIMEOUT[15:0] cycles of Flash memory inactivity.
Trait Implementations§
impl Copy for TCEN
impl Eq for TCEN
impl StructuralPartialEq for TCEN
Auto Trait Implementations§
impl Freeze for TCEN
impl RefUnwindSafe for TCEN
impl Send for TCEN
impl Sync for TCEN
impl Unpin for TCEN
impl UnwindSafe for TCEN
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