Struct avr_device::atmega328p::Peripherals
source · pub struct Peripherals {}
Expand description
All the peripherals.
Fields§
§AC: AC
AC
ADC: ADC
ADC
CPU: CPU
CPU
EEPROM: EEPROM
EEPROM
EXINT: EXINT
EXINT
FUSE: FUSE
FUSE
LOCKBIT: LOCKBIT
LOCKBIT
PORTB: PORTB
PORTB
PORTC: PORTC
PORTC
PORTD: PORTD
PORTD
SPI: SPI
SPI
TC0: TC0
TC0
TC1: TC1
TC1
TC2: TC2
TC2
TWI: TWI
TWI
USART0: USART0
USART0
WDT: WDT
WDT
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§
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