Enum nrf52::spi::registers::spim::Frequency
[−]
[src]
#[repr(u32)]pub enum Frequency { K125, K250, K500, M1, M2, M4, M8, }
An enum representing all allowable frequency
register values.
Variants
K125
K250
K500
M1
M2
M4
M8
Trait Implementations
impl Copy for Frequency
[src]
impl Clone for Frequency
[src]
fn clone(&self) -> Frequency
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more