Struct nrf52::spi::registers::spim::Config []

pub struct Config(pub u32);

Represents bitfields in config register.

Methods

impl Config

Trait Implementations

impl Debug for Config

Formats the value using the given formatter. Read more

impl Copy for Config
[src]

impl Clone for Config
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<T> BitRange<T> for Config where
    u32: BitRange<T>, 

Get a range of bits.

Set a range of bits.