A0
arduino_
hal
0.1.0
A0
Aliased Type
Trait Implementations
PinOps
In arduino_
hal::
port
Modules
mode
Structs
Pins
Traits
PinMode
PinOps
Type Aliases
A0
A1
A2
A3
A4
A5
D0
D1
D10
D11
D12
D13
D2
D3
D4
D5
D6
D7
D8
D9
Pin
arduino_hal
::
port
Type Alias
A0
Copy item path
Settings
Help
Summary
Source
pub type A0 =
PC0
;
Expand description
A0
ADC0 (ADC input channel 0)
PCINT8 (pin change interrupt 8)
Aliased Type
§
struct A0 {
/* private fields */
}
Trait Implementations
Source
§
impl
PinOps
for
PC0
Source
§
type
Dynamic
=
Dynamic
Source
§
fn
into_dynamic
(self) -> <
PC0
as
PinOps
>::
Dynamic
Source
§
unsafe fn
out_set
(&mut self)
Source
§
unsafe fn
out_clear
(&mut self)
Source
§
unsafe fn
out_toggle
(&mut self)
Source
§
unsafe fn
out_get
(&self) ->
bool
Source
§
unsafe fn
in_get
(&self) ->
bool
Source
§
unsafe fn
make_output
(&mut self)
Source
§
unsafe fn
make_input
(&mut self, pull_up:
bool
)