Enum avr_device::atmega4809::spi0::ctrla::PRESC_A
source · #[repr(u8)]pub enum PRESC_A {
DIV4 = 0,
DIV16 = 1,
DIV64 = 2,
DIV128 = 3,
}
Expand description
Prescaler
Value on reset: 0
Variants§
DIV4 = 0
0: System Clock / 4
DIV16 = 1
1: System Clock / 16
DIV64 = 2
2: System Clock / 64
DIV128 = 3
3: System Clock / 128
Trait Implementations§
impl Copy for PRESC_A
impl Eq for PRESC_A
impl StructuralPartialEq for PRESC_A
Auto Trait Implementations§
impl Freeze for PRESC_A
impl RefUnwindSafe for PRESC_A
impl Send for PRESC_A
impl Sync for PRESC_A
impl Unpin for PRESC_A
impl UnwindSafe for PRESC_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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)