Re-exports§
pub use self::natural::*;
Modules§
Structs§
- Cqhci
- The type corresponding to the Cqhci protocol.
- InBand
Interrupt - The type corresponding to the InBandInterrupt protocol.
- Sdmmc
- The type corresponding to the Sdmmc protocol.
- Sdmmc
Host Cap - Sdmmc
Host Info - Sdmmc
Host Info Response - Sdmmc
Host Prefs - Sdmmc
Metadata - Sdmmc
Perform Tuning Request - Sdmmc
Request Response - Sdmmc
Service - The type corresponding to the SdmmcService service.
- Sdmmc
Service Connector - A strongly-typed service connector for the
SdmmcServiceservice. - Sdmmc
SetBus Freq Request - Sdmmc
SetBus Width Request - Sdmmc
SetSignal Voltage Request - Sdmmc
SetTiming Request - Sdmmc
Unregister VmoRequest - Sdmmc
VmoRight
Enums§
Constants§
- MAX_
NAME_ LENGTH - MAX_
TRANSFER_ UNBOUNDED - The maximum value for a transfer size, identifying that there effectively exists no maximum for a single operation.
- SDMMC_
MAX_ CLIENT_ ID - The max value of client_id fields below. There is no known need for more than eight clients at the moment, however if that changes later this value will be increased.
- SDMMC_
PAGES_ COUNT - number of pages per request - 2M per request matches DMA_DESC_COUNT in dev/block/sdhci (PAGE_SIZE / sizeof(zx_paddr_t))
Traits§
- Cqhci
Client Handler - A client handler for the Cqhci protocol.
- Cqhci
Local Client Handler - A client handler for the Cqhci protocol.
- Cqhci
Local Server Handler - A server handler for the Cqhci protocol.
- Cqhci
Server Handler - A server handler for the Cqhci protocol.
- InBand
Interrupt Client Handler - A client handler for the InBandInterrupt protocol.
- InBand
Interrupt Local Client Handler - A client handler for the InBandInterrupt protocol.
- InBand
Interrupt Local Server Handler - A server handler for the InBandInterrupt protocol.
- InBand
Interrupt Server Handler - A server handler for the InBandInterrupt protocol.
- Sdmmc
Client Handler - A client handler for the Sdmmc protocol.
- Sdmmc
Local Client Handler - A client handler for the Sdmmc protocol.
- Sdmmc
Local Server Handler - A server handler for the Sdmmc protocol.
- Sdmmc
Server Handler - A server handler for the Sdmmc protocol.
- Sdmmc
Service Handler - A service handler for the
SdmmcServiceservice.