cc2538::sttest::ptme2

Type Alias RESERVED2_R

Source
pub type RESERVED2_R = R<u16, u16>;
Expand description

Reader of field Reserved2

Aliased Type§

struct RESERVED2_R { /* private fields */ }

Implementations

Source§

impl<U, T> R<U, T>
where U: Copy,

Source

pub fn bits(&self) -> U

Read raw bits from register/field

Trait Implementations

Source§

impl<U, T, FI> PartialEq<FI> for R<U, T>
where U: PartialEq, FI: Copy + Into<U>,

Source§

fn eq(&self, other: &FI) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.