Struct alt_stm32f30x_hal::gpio::AF1[][src]

pub struct AF1;

AF1

Trait Implementations

impl AltFnNum for AF1
[src]

converts type state

impl<SP: OutputSpeed, PT: PullType, PM: PinMode, CM: ChMode> PwmExt<SP, Channel<CH1, CM>, AF1> for PA0<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>, AF1> for PA1<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>, AF1> for PA2<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>, AF1> for PA3<PT, PM>
[src]

type

binding

Configures pin and channel to create pwm binding

Auto Trait Implementations

impl Send for AF1

impl Sync for AF1