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

pub struct InterruptEnable(pub u32);

Represents bitfields in intenset and intenclr registers.

Methods

impl InterruptEnable

Trait Implementations

impl Debug for InterruptEnable

Formats the value using the given formatter. Read more

impl Copy for InterruptEnable
[src]

impl Clone for InterruptEnable
[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 InterruptEnable where
    u32: BitRange<T>, 

Get a range of bits.

Set a range of bits.