Enum sam4l::gpio::PeripheralFunction
[−]
[src]
pub enum PeripheralFunction { A, B, C, D, E, F, G, }
Peripheral functions that may be assigned to a GPIOPin
.
GPIO pins on the SAM4L may serve multiple functions. In addition to the default functionality, each pin can be assigned up to eight different peripheral functions. The various functions for each pin are described in "Peripheral Multiplexing I/O Lines" section of the SAM4L datasheet1.
-
Section 3.2, pages 19-29 ↩
Variants
A
B
C
D
E
F
G
Trait Implementations
impl Copy for PeripheralFunction
[src]
impl Clone for PeripheralFunction
[src]
fn clone(&self) -> PeripheralFunction
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more