Struct atsamd21_hal::gpio::Pa31 [] [src]

pub struct Pa31<MODE> { /* fields omitted */ }

Represents the IO pin with the matching name.

Methods

impl<MODE> Pa31<MODE>
[src]

[src]

Configures the pin to operate with a peripheral

impl<MODE> Pa31<MODE>
[src]

[src]

Configures the pin to operate with a peripheral

impl<MODE> Pa31<MODE>
[src]

[src]

Configures the pin to operate with a peripheral

impl<MODE> Pa31<MODE>
[src]

[src]

Configures the pin to operate with a peripheral

impl<MODE> Pa31<MODE>
[src]

[src]

Configures the pin to operate with a peripheral

impl<MODE> Pa31<MODE>
[src]

[src]

Configures the pin to operate with a peripheral

impl<MODE> Pa31<MODE>
[src]

[src]

Configures the pin to operate with a peripheral

impl<MODE> Pa31<MODE>
[src]

[src]

Configures the pin to operate with a peripheral

impl<MODE> Pa31<MODE>
[src]

[src]

Configures the pin to operate as a floating input

[src]

Configures the pin to operate as a pulled down input pin

[src]

Configures the pin to operate as a pulled up input pin

[src]

Configures the pin to operate as an open drain output

[src]

Configures the pin to operate as a push-pull output

impl Pa31<Output<OpenDrain>>
[src]

[src]

Control state of the internal pull up

impl<MODE> Pa31<Output<MODE>>
[src]

[src]

Toggle the logic level of the pin; if it is currently high, set it low and vice versa.

Trait Implementations

impl<MODE> IntoFunction<Pa31<PfA>> for Pa31<MODE>
[src]

[src]

Consume the pin and configure it to operate in the mode T. Read more

impl<MODE> IntoFunction<Pa31<PfB>> for Pa31<MODE>
[src]

[src]

Consume the pin and configure it to operate in the mode T. Read more

impl<MODE> IntoFunction<Pa31<PfC>> for Pa31<MODE>
[src]

[src]

Consume the pin and configure it to operate in the mode T. Read more

impl<MODE> IntoFunction<Pa31<PfD>> for Pa31<MODE>
[src]

[src]

Consume the pin and configure it to operate in the mode T. Read more

impl<MODE> IntoFunction<Pa31<PfE>> for Pa31<MODE>
[src]

[src]

Consume the pin and configure it to operate in the mode T. Read more

impl<MODE> IntoFunction<Pa31<PfF>> for Pa31<MODE>
[src]

[src]

Consume the pin and configure it to operate in the mode T. Read more

impl<MODE> IntoFunction<Pa31<PfG>> for Pa31<MODE>
[src]

[src]

Consume the pin and configure it to operate in the mode T. Read more

impl<MODE> IntoFunction<Pa31<PfH>> for Pa31<MODE>
[src]

[src]

Consume the pin and configure it to operate in the mode T. Read more

impl<MODE> OutputPin for Pa31<Output<MODE>>
[src]

[src]

Drives the pin high Read more

[src]

Drives the pin low Read more

impl<MODE> PadPin<Sercom1Pad3> for Pa31<MODE>
[src]

[src]

Auto Trait Implementations

impl<MODE> Send for Pa31<MODE> where
    MODE: Send

impl<MODE> Sync for Pa31<MODE> where
    MODE: Sync