Struct stm32l0x1_hal::gpio::C

source ·
pub struct C {
Show 16 fields pub PC0: PC0<Analog>, pub PC1: PC1<Analog>, pub PC2: PC2<Analog>, pub PC3: PC3<Analog>, pub PC4: PC4<Analog>, pub PC5: PC5<Analog>, pub PC6: PC6<Analog>, pub PC7: PC7<Analog>, pub PC8: PC8<Analog>, pub PC9: PC9<Analog>, pub PC10: PC10<Analog>, pub PC11: PC11<Analog>, pub PC12: PC12<Analog>, pub PC13: PC13<Analog>, pub PC14: PC14<Analog>, pub PC15: PC15<Analog>,
}
Expand description

GPIO

Once created, a GPIO instance is usually pulled apart by moving its fields.

Fields§

§PC0: PC0<Analog>

Pin

§PC1: PC1<Analog>

Pin

§PC2: PC2<Analog>

Pin

§PC3: PC3<Analog>

Pin

§PC4: PC4<Analog>

Pin

§PC5: PC5<Analog>

Pin

§PC6: PC6<Analog>

Pin

§PC7: PC7<Analog>

Pin

§PC8: PC8<Analog>

Pin

§PC9: PC9<Analog>

Pin

§PC10: PC10<Analog>

Pin

§PC11: PC11<Analog>

Pin

§PC12: PC12<Analog>

Pin

§PC13: PC13<Analog>

Pin

§PC14: PC14<Analog>

Pin

§PC15: PC15<Analog>

Pin

Implementations§

Trade the GPIO registers for an instance

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.