Struct nrf52840_pac::ficr::temp::TEMP

source ·
#[repr(C)]
pub struct TEMP {
Show 17 fields pub a0: A0, pub a1: A1, pub a2: A2, pub a3: A3, pub a4: A4, pub a5: A5, pub b0: B0, pub b1: B1, pub b2: B2, pub b3: B3, pub b4: B4, pub b5: B5, pub t0: T0, pub t1: T1, pub t2: T2, pub t3: T3, pub t4: T4,
}
Expand description

Register block

Fields§

§a0: A0

0x00 - Slope definition A0

§a1: A1

0x04 - Slope definition A1

§a2: A2

0x08 - Slope definition A2

§a3: A3

0x0c - Slope definition A3

§a4: A4

0x10 - Slope definition A4

§a5: A5

0x14 - Slope definition A5

§b0: B0

0x18 - Y-intercept B0

§b1: B1

0x1c - Y-intercept B1

§b2: B2

0x20 - Y-intercept B2

§b3: B3

0x24 - Y-intercept B3

§b4: B4

0x28 - Y-intercept B4

§b5: B5

0x2c - Y-intercept B5

§t0: T0

0x30 - Segment end T0

§t1: T1

0x34 - Segment end T1

§t2: T2

0x38 - Segment end T2

§t3: T3

0x3c - Segment end T3

§t4: T4

0x40 - Segment end T4

Auto Trait Implementations§

§

impl !Freeze for TEMP

§

impl !RefUnwindSafe for TEMP

§

impl Send for TEMP

§

impl !Sync for TEMP

§

impl Unpin for TEMP

§

impl UnwindSafe for TEMP

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.