Re-exports§
pub use self::natural::*;
Modules§
Structs§
- InBand
Interrupt - The type corresponding to the InBandInterrupt protocol.
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§
- 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.