Struct bcm2711_pac::aux::Registers
source · [−]#[repr(C)]pub struct Registers {
pub aux_irq: ReadOnly<u32, Register>,
pub aux_enables: ReadWrite<u32, Register>,
pub aux_mu: MiniUartRegisters,
pub aux_spi1: SpiRegisters,
pub aux_spi2: SpiRegisters,
/* private fields */
}Fields
aux_irq: ReadOnly<u32, Register>aux_enables: ReadWrite<u32, Register>aux_mu: MiniUartRegistersaux_spi1: SpiRegistersaux_spi2: SpiRegistersAuto Trait Implementations
impl !RefUnwindSafe for Registers
impl Send for Registers
impl !Sync for Registers
impl Unpin for Registers
impl UnwindSafe for Registers
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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