atsamd_hal::pwm

Struct TCC1Pinout

Source
pub struct TCC1Pinout<I: PinId, M: PinMode> { /* private fields */ }

Implementations§

Source§

impl TCC1Pinout<PA08, AlternateG>

Source

pub fn Pa8(pin: impl AnyPin<Id = PA08>) -> Self

Source§

impl TCC1Pinout<PA09, AlternateG>

Source

pub fn Pa9(pin: impl AnyPin<Id = PA09>) -> Self

Source§

impl TCC1Pinout<PA10, AlternateG>

Source

pub fn Pa10(pin: impl AnyPin<Id = PA10>) -> Self

Source§

impl TCC1Pinout<PA11, AlternateG>

Source

pub fn Pa11(pin: impl AnyPin<Id = PA11>) -> Self

Source§

impl TCC1Pinout<PA12, AlternateG>

Source

pub fn Pa12(pin: impl AnyPin<Id = PA12>) -> Self

Source§

impl TCC1Pinout<PA13, AlternateG>

Source

pub fn Pa13(pin: impl AnyPin<Id = PA13>) -> Self

Source§

impl TCC1Pinout<PA14, AlternateG>

Source

pub fn Pa14(pin: impl AnyPin<Id = PA14>) -> Self

Source§

impl TCC1Pinout<PA15, AlternateG>

Source

pub fn Pa15(pin: impl AnyPin<Id = PA15>) -> Self

Source§

impl TCC1Pinout<PA16, AlternateF>

Source

pub fn Pa16(pin: impl AnyPin<Id = PA16>) -> Self

Source§

impl TCC1Pinout<PA17, AlternateF>

Source

pub fn Pa17(pin: impl AnyPin<Id = PA17>) -> Self

Source§

impl TCC1Pinout<PA18, AlternateF>

Source

pub fn Pa18(pin: impl AnyPin<Id = PA18>) -> Self

Source§

impl TCC1Pinout<PA19, AlternateF>

Source

pub fn Pa19(pin: impl AnyPin<Id = PA19>) -> Self

Source§

impl TCC1Pinout<PA20, AlternateF>

Source

pub fn Pa20(pin: impl AnyPin<Id = PA20>) -> Self

Source§

impl TCC1Pinout<PA21, AlternateF>

Source

pub fn Pa21(pin: impl AnyPin<Id = PA21>) -> Self

Source§

impl TCC1Pinout<PA22, AlternateF>

Source

pub fn Pa22(pin: impl AnyPin<Id = PA22>) -> Self

Source§

impl TCC1Pinout<PA23, AlternateF>

Source

pub fn Pa23(pin: impl AnyPin<Id = PA23>) -> Self

Source§

impl TCC1Pinout<PB10, AlternateG>

Source

pub fn Pb10(pin: impl AnyPin<Id = PB10>) -> Self

Source§

impl TCC1Pinout<PB11, AlternateG>

Source

pub fn Pb11(pin: impl AnyPin<Id = PB11>) -> Self

Auto Trait Implementations§

§

impl<I, M> Freeze for TCC1Pinout<I, M>

§

impl<I, M> RefUnwindSafe for TCC1Pinout<I, M>

§

impl<I, M> Send for TCC1Pinout<I, M>
where M: Send, I: Send,

§

impl<I, M> Sync for TCC1Pinout<I, M>
where M: Sync, I: Sync,

§

impl<I, M> Unpin for TCC1Pinout<I, M>
where M: Unpin, I: Unpin,

§

impl<I, M> UnwindSafe for TCC1Pinout<I, M>
where M: UnwindSafe, I: UnwindSafe,

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> Same for T

Source§

type Output = T

Should always be Self
Source§

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

Source§

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>,

Source§

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.