Struct atsamd11d::Peripherals
source · [−]pub struct Peripherals {Show 27 fields
pub AC: AC,
pub ADC: ADC,
pub DAC: DAC,
pub DMAC: DMAC,
pub DSU: DSU,
pub EIC: EIC,
pub EVSYS: EVSYS,
pub GCLK: GCLK,
pub HMATRIX: HMATRIX,
pub MTB: MTB,
pub NVMCTRL: NVMCTRL,
pub PAC0: PAC0,
pub PAC1: PAC1,
pub PAC2: PAC2,
pub PM: PM,
pub PORT: PORT,
pub PORT_IOBUS: PORT_IOBUS,
pub RTC: RTC,
pub SERCOM0: SERCOM0,
pub SERCOM1: SERCOM1,
pub SERCOM2: SERCOM2,
pub SYSCTRL: SYSCTRL,
pub TC1: TC1,
pub TC2: TC2,
pub TCC0: TCC0,
pub USB: USB,
pub WDT: WDT,
}Expand description
All the peripherals
Fields
AC: ACAC
ADC: ADCADC
DAC: DACDAC
DMAC: DMACDMAC
DSU: DSUDSU
EIC: EICEIC
EVSYS: EVSYSEVSYS
GCLK: GCLKGCLK
HMATRIX: HMATRIXHMATRIX
MTB: MTBMTB
NVMCTRL: NVMCTRLNVMCTRL
PAC0: PAC0PAC0
PAC1: PAC1PAC1
PAC2: PAC2PAC2
PM: PMPM
PORT: PORTPORT
PORT_IOBUS: PORT_IOBUSPORT_IOBUS
RTC: RTCRTC
SERCOM0: SERCOM0SERCOM0
SERCOM1: SERCOM1SERCOM1
SERCOM2: SERCOM2SERCOM2
SYSCTRL: SYSCTRLSYSCTRL
TC1: TC1TC1
TC2: TC2TC2
TCC0: TCC0TCC0
USB: USBUSB
WDT: WDTWDT
Implementations
Auto Trait Implementations
impl RefUnwindSafe for Peripherals
impl Send for Peripherals
impl !Sync for Peripherals
impl Unpin for Peripherals
impl UnwindSafe for Peripherals
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more