[][src]Struct nrf52840_hal::nrf52840_pac::ficr::TEMP

#[repr(C)]
pub struct TEMP { 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, }

Register block

Fields

0x00 - Slope definition A0

0x04 - Slope definition A1

0x08 - Slope definition A2

0x0c - Slope definition A3

0x10 - Slope definition A4

0x14 - Slope definition A5

0x18 - Y-intercept B0

0x1c - Y-intercept B1

0x20 - Y-intercept B2

0x24 - Y-intercept B3

0x28 - Y-intercept B4

0x2c - Y-intercept B5

0x30 - Segment end T0

0x34 - Segment end T1

0x38 - Segment end T2

0x3c - Segment end T3

0x40 - Segment end T4

Auto Trait Implementations

impl Send for TEMP

impl !Sync for TEMP

Blanket Implementations

impl<T> From for T
[src]

Performs the conversion.

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl<T, U> Into for T where
    U: From<T>, 
[src]

Performs the conversion.

impl<T> Borrow for T where
    T: ?Sized
[src]

Immutably borrows from an owned value. Read more

impl<T> BorrowMut for T where
    T: ?Sized
[src]

Mutably borrows from an owned value. Read more

impl<T> Any for T where
    T: 'static + ?Sized
[src]

🔬 This is a nightly-only experimental API. (get_type_id)

this method will likely be replaced by an associated static

Gets the TypeId of self. Read more