Skip to main content

Crate fidl_next_common_fuchsia_hardware_sdmmc

Crate fidl_next_common_fuchsia_hardware_sdmmc 

Source

Re-exports§

pub use self::natural::*;

Modules§

generic
in_band_interrupt
natural
wire
wire_optional

Structs§

InBandInterrupt
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§

InBandInterruptClientHandler
A client handler for the InBandInterrupt protocol.
InBandInterruptLocalClientHandler
A client handler for the InBandInterrupt protocol.
InBandInterruptLocalServerHandler
A server handler for the InBandInterrupt protocol.
InBandInterruptServerHandler
A server handler for the InBandInterrupt protocol.