Enum sam4l::pm::PBAClock
[−]
[src]
pub enum PBAClock { IISC, SPI, TC0, TC1, TWIM0, TWIS0, TWIM1, TWIS1, USART0, USART1, USART2, USART3, ADCIFE, DACC, ACIFC, GLOC, ABSACB, TRNG, PARC, CATB, NULL, TWIM2, TWIM3, LCDCA, }
Variants
IISC
SPI
TC0
TC1
TWIM0
TWIS0
TWIM1
TWIS1
USART0
USART1
USART2
USART3
ADCIFE
DACC
ACIFC
GLOC
ABSACB
TRNG
PARC
CATB
NULL
TWIM2
TWIM3
LCDCA
Trait Implementations
impl Copy for PBAClock
[src]
impl Clone for PBAClock
[src]
fn clone(&self) -> PBAClock
[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