Enum Hcsel
pub enum Hcsel {
_0 = 0,
_1 = 1,
}Expand description
Half Cycle Select
Value on reset: 0
Variants§
_0 = 0
0: Half cycle reload is disabled and it is not considered as a reload opportunity.
_1 = 1
1: Half cycle reload is enabled and it is considered as a reload opportunity.
Trait Implementations§
impl Copy for Hcsel
impl Eq for Hcsel
impl StructuralPartialEq for Hcsel
Auto Trait Implementations§
impl Freeze for Hcsel
impl RefUnwindSafe for Hcsel
impl Send for Hcsel
impl Sync for Hcsel
impl Unpin for Hcsel
impl UnwindSafe for Hcsel
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