[][src]Struct tm4c129x_hal::sysctl::chip_id::ChipId

pub struct ChipId {
    pub device_class: DeviceClass,
    pub major: u8,
    pub minor: u8,
    pub pin_count: PinCount,
    pub temp_range: TempRange,
    pub package: Package,
    pub rohs_compliant: bool,
    pub qualification: Qualification,
    pub part_no: PartNo,
}

These values describe the physical LM4F/TM4C chip

Fields

device_class: DeviceClass

The device class

major: u8

The major revision

minor: u8

The minor revision

pin_count: PinCount

The chip's pin count

temp_range: TempRange

The chip's temperature range

package: Package

The chip's package

rohs_compliant: bool

True if the chip is RoHS compliant

qualification: Qualification

The chip's qualification

part_no: PartNo

The chip's part number

Trait Implementations

impl Debug for ChipId[src]

Auto Trait Implementations

impl Send for ChipId

impl Sync for ChipId

impl Unpin for ChipId

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.