kernel::bsp::device_driver::bcm::bcm2xxx_gpio

Type Alias Registers

Source
type Registers = MMIODerefWrapper<RegisterBlock>;
Expand description

Abstraction for the associated MMIO registers.

Aliased Type§

struct Registers {
    start_addr: usize,
    phantom: PhantomData<fn() -> RegisterBlock>,
}

Fields§

§start_addr: usize§phantom: PhantomData<fn() -> RegisterBlock>