☰
PA0
Trait Implementations
CPin<TIM2, $C>
CPin<TIM5, $C>
Channel<ADC1>
EtrPin<TIM2>
In stm32f4xx_hal::gpio::gpioa
?
Type Definition
stm32f4xx_hal
::
gpio
::
gpioa
::
PA0
source
·
[
−
]
pub type PA0<MODE =
Input
> =
Pin
<'A', 0, MODE>;
Expand description
PA0 pin
Trait Implementations
source
impl
Channel
<
ADC1
> for
PA0
<
Analog
>
type
ID
=
u8
Channel ID type
Read more
source
fn
channel
() ->
u8
Get the specific ID that identifies this channel, for example
0_u8
for the first ADC channel, if Self::ID is u8.
Read more
source
impl<Otype>
CPin
<
TIM2
, $C> for
PA0
<
Alternate
<1, Otype>>
source
impl<Otype>
CPin
<
TIM5
, $C> for
PA0
<
Alternate
<2, Otype>>
source
impl<Otype>
EtrPin
<
TIM2
> for
PA0
<
Alternate
<1, Otype>>