[][src]Enum xmc4_hal::vadc::ServiceRequest

pub enum ServiceRequest {
    GroupSR0,
    GroupSR1,
    GroupSR2,
    GroupSR3,
    SharedSR0,
    SharedSR1,
    SharedSR2,
    SharedSR3,
}

Types of service requests. Each group can raise up to 4 service requests and all groups together can have 4 service requests.

Variants

GroupSR0
GroupSR1
GroupSR2
GroupSR3
SharedSR0
SharedSR1
SharedSR2
SharedSR3

Trait Implementations

impl From<ServiceRequest> for u8[src]

impl From<u8> for ServiceRequest[src]

impl Debug for ServiceRequest[src]

impl PartialEq<ServiceRequest> for ServiceRequest[src]

impl PartialOrd<ServiceRequest> for ServiceRequest[src]

impl Copy for ServiceRequest[src]

impl Clone for ServiceRequest[src]

Auto Trait Implementations

impl Unpin for ServiceRequest

impl Send for ServiceRequest

impl Sync for ServiceRequest

Blanket Implementations

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

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> Into<U> for T where
    U: From<T>, 
[src]

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self