Struct avr_device::atmega32u4::Peripherals
source · pub struct Peripherals {Show 24 fields
pub AC: AC,
pub ADC: ADC,
pub BOOT_LOAD: BOOT_LOAD,
pub CPU: CPU,
pub EEPROM: EEPROM,
pub EXINT: EXINT,
pub FUSE: FUSE,
pub JTAG: JTAG,
pub LOCKBIT: LOCKBIT,
pub PLL: PLL,
pub PORTB: PORTB,
pub PORTC: PORTC,
pub PORTD: PORTD,
pub PORTE: PORTE,
pub PORTF: PORTF,
pub SPI: SPI,
pub TC0: TC0,
pub TC1: TC1,
pub TC3: TC3,
pub TC4: TC4,
pub TWI: TWI,
pub USART1: USART1,
pub USB_DEVICE: USB_DEVICE,
pub WDT: WDT,
}
Expand description
All the peripherals.
Fields§
§AC: AC
AC
ADC: ADC
ADC
BOOT_LOAD: BOOT_LOAD
BOOT_LOAD
CPU: CPU
CPU
EEPROM: EEPROM
EEPROM
EXINT: EXINT
EXINT
FUSE: FUSE
FUSE
JTAG: JTAG
JTAG
LOCKBIT: LOCKBIT
LOCKBIT
PLL: PLL
PLL
PORTB: PORTB
PORTB
PORTC: PORTC
PORTC
PORTD: PORTD
PORTD
PORTE: PORTE
PORTE
PORTF: PORTF
PORTF
SPI: SPI
SPI
TC0: TC0
TC0
TC1: TC1
TC1
TC3: TC3
TC3
TC4: TC4
TC4
TWI: TWI
TWI
USART1: USART1
USART1
USB_DEVICE: USB_DEVICE
USB_DEVICE
WDT: WDT
WDT
Implementations§
Auto Trait Implementations§
impl Freeze for Peripherals
impl RefUnwindSafe for Peripherals
impl Send for Peripherals
impl !Sync for Peripherals
impl Unpin for Peripherals
impl UnwindSafe for Peripherals
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