Skip to main content

Crate bcm2835_sdhci

Crate bcm2835_sdhci 

Source
Expand description

sd card driver for raspi4, if you want to use it, change [dev-dependencies] in modules/axfs/Cargo.toml from axdriver = { path = “../axdriver”, features = [“block”, “ramdisk”] } to axdriver = { path = “../axdriver”, features = [“block”, “mmc”] } ans change [features] in modules/axruntime/Cargo.toml from “fs = [“alloc”, “paging”, “axdriver/virtio-blk”, “dep:axfs”]“ to “fs = [“alloc”, “paging”, “axdriver/mmc”, “dep:axfs”]

Modules§

Bcm2835SDhci
BCM2835 Secure Digital Host Controller Interface driver TODO: refactor, speed up
emmc
qa7_control
BCM2386 Quad-A7 control ref: BCM2836 ARM-local peripherals (Quad-A7 control)
timer

Enums§

SDHCIError

Type Aliases§

SDHCIResult
A specialized Result type for device operations.