#[repr(u8)]pub enum REFRSEL_A {
_8CYCLES = 0,
_16CYCLES = 1,
_32CYCLES = 2,
_64CYCLES = 3,
}
Expand description
Refresh Interval Select
Value on reset: 0
Variants§
_8CYCLES = 0
0: All channels with enabled refresh are refreshed every 8 prescaled cycles
_16CYCLES = 1
1: All channels with enabled refresh are refreshed every 16 prescaled cycles
_32CYCLES = 2
2: All channels with enabled refresh are refreshed every 32 prescaled cycles
_64CYCLES = 3
3: All channels with enabled refresh are refreshed every 64 prescaled cycles
Trait Implementations§
impl Copy for REFRSEL_A
impl StructuralPartialEq for REFRSEL_A
Auto Trait Implementations§
impl Freeze for REFRSEL_A
impl RefUnwindSafe for REFRSEL_A
impl Send for REFRSEL_A
impl Sync for REFRSEL_A
impl Unpin for REFRSEL_A
impl UnwindSafe for REFRSEL_A
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