Struct alt_stm32f30x_hal::gpio::AF2[][src]

pub struct AF2;

AF2

Trait Implementations

impl AltFnNum for AF2
[src]

converts type state

impl<SP: OutputSpeed, PT: PullType, PM: PinMode, CM: ChMode> PwmExt<SP, Channel<CH1, CM>, AF2> for PC6<PT, PM>
[src]

type

binding

Configures pin and channel to create pwm binding

impl<SP: OutputSpeed, PT: PullType, PM: PinMode, CM: ChMode> PwmExt<SP, Channel<CH2, CM>, AF2> for PC7<PT, PM>
[src]

type

binding

Configures pin and channel to create pwm binding

impl<SP: OutputSpeed, PT: PullType, PM: PinMode, CM: ChMode> PwmExt<SP, Channel<CH3, CM>, AF2> for PC8<PT, PM>
[src]

type

binding

Configures pin and channel to create pwm binding

impl<SP: OutputSpeed, PT: PullType, PM: PinMode, CM: ChMode> PwmExt<SP, Channel<CH4, CM>, AF2> for PC9<PT, PM>
[src]

type

binding

Configures pin and channel to create pwm binding

impl<SP: OutputSpeed, PT: PullType, PM: PinMode, CM: ChMode> PwmExt<SP, Channel<CH3, CM>, AF2> for PB0<PT, PM>
[src]

type

binding

Configures pin and channel to create pwm binding

impl<SP: OutputSpeed, PT: PullType, PM: PinMode, CM: ChMode> PwmExt<SP, Channel<CH4, CM>, AF2> for PB1<PT, PM>
[src]

type

binding

Configures pin and channel to create pwm binding

impl<SP: OutputSpeed, PT: PullType, PM: PinMode, CM: ChMode> PwmExt<SP, Channel<CH1, CM>, AF2> for PB6<PT, PM>
[src]

type

binding

Configures pin and channel to create pwm binding

impl<SP: OutputSpeed, PT: PullType, PM: PinMode, CM: ChMode> PwmExt<SP, Channel<CH2, CM>, AF2> for PB7<PT, PM>
[src]

type

binding

Configures pin and channel to create pwm binding

impl<SP: OutputSpeed, PT: PullType, PM: PinMode, CM: ChMode> PwmExt<SP, Channel<CH3, CM>, AF2> for PB8<PT, PM>
[src]

type

binding

Configures pin and channel to create pwm binding

impl<SP: OutputSpeed, PT: PullType, PM: PinMode, CM: ChMode> PwmExt<SP, Channel<CH4, CM>, AF2> for PB9<PT, PM>
[src]

type

binding

Configures pin and channel to create pwm binding

Auto Trait Implementations

impl Send for AF2

impl Sync for AF2