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

Trait Implementations

impl Copy for Frequency
[src]

impl Clone for Frequency
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl From<Frequency> for u32
[src]

[src]

Performs the conversion.

impl From<u32> for Frequency
[src]

[src]

Performs the conversion.