Enum Biasen
pub enum Biasen {
_0 = 0,
_1 = 1,
}Expand description
Bias Enable Bit
Value on reset: 0
Variants§
_0 = 0
0: Biasing disabled, core logic can run in full performance
_1 = 1
1: Biasing enabled, core logic is slower and there are restrictions in allowed system clock speed (see Data Sheet for details)
Trait Implementations§
impl Copy for Biasen
impl Eq for Biasen
impl StructuralPartialEq for Biasen
Auto Trait Implementations§
impl Freeze for Biasen
impl RefUnwindSafe for Biasen
impl Send for Biasen
impl Sync for Biasen
impl Unpin for Biasen
impl UnwindSafe for Biasen
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