Struct nrf52::i2c::registers::Shorts []

pub struct Shorts(pub u32);

Represents bitfields in shorts register.

Methods

impl Shorts

Trait Implementations

impl Debug for Shorts

Formats the value using the given formatter. Read more

impl Copy for Shorts
[src]

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

Get a range of bits.

Set a range of bits.