☰
PC1
Trait Implementations
Channel<ADC1>
In stm32f4xx_hal::gpio::gpioc
?
Type Definition
stm32f4xx_hal
::
gpio
::
gpioc
::
PC1
source
·
[
−
]
pub type PC1<MODE =
Input
> =
Pin
<'C', 1, MODE>;
Expand description
PC1 pin
Trait Implementations
source
impl
Channel
<
ADC1
> for
PC1
<
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