pub struct DevicePeripherals {}Expand description
Device peripherals available in a 48QFN package, except GPIO0
Fields§
§WDOG: WdogWDOG peripheral
RTC: RtcRTC peripheral
AONCLK: AonclkAONCLK peripheral
BACKUP: BackupBACKUP peripheral
PMU: PmuPMU peripheral
PRCI: PrciPRCI peripheral
OTP: OtpOTP peripheral
UART0: Uart0UART0 peripheral
UART1: Uart1UART1 peripheral (FE310-G002 only)
QSPI0: Qspi0QSPI0 peripheral
QSPI1: Qspi1QSPI1 peripheral
I2C0: I2c0I2C0 peripheral (FE310-G002 only)
PWM0: Pwm0PWM0 peripheral
PWM1: Pwm1PWM1 peripheral
PWM2: Pwm2PWM2 peripheral
Auto Trait Implementations§
impl Freeze for DevicePeripherals
impl RefUnwindSafe for DevicePeripherals
impl Send for DevicePeripherals
impl !Sync for DevicePeripherals
impl Unpin for DevicePeripherals
impl UnwindSafe for DevicePeripherals
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more