Enum Glen
pub enum Glen {
_0 = 0,
_1 = 1,
}Expand description
Global Load Enable
Value on reset: 0
Variants§
_0 = 0
0: Global Load Ok disabled.
_1 = 1
1: Global Load OK enabled. A pulse event on the module global load input sets the LDOK bit.
Trait Implementations§
impl Copy for Glen
impl Eq for Glen
impl StructuralPartialEq for Glen
Auto Trait Implementations§
impl Freeze for Glen
impl RefUnwindSafe for Glen
impl Send for Glen
impl Sync for Glen
impl Unpin for Glen
impl UnwindSafe for Glen
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