Docs.rs
  • mctp-estack-0.1.0
    • mctp-estack 0.1.0
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • mkj
    • Dependencies
      • crc ^3 normal
      • defmt ^0.3 normal optional
      • embassy-sync ^0.7 normal
      • embedded-io-async ^0.6 normal
      • heapless ^0.8 normal
      • libmctp ^0.2 normal
      • log ^0.4 normal optional
      • mctp ^0.2 normal
      • smbus-pec ^1.0 normal
      • uuid ^1.16.0 normal
      • embedded-io-adapters ^0.6 dev
      • env_logger ^0.11 dev
      • proptest ^1.0.0 dev
      • simplelog ^0.12 dev
      • smol ^2.0 dev
    • Versions
    • 51.47% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

mctp_estack0.1.0

Crate Items

  • Structs
  • Enums
  • Constants
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • AppCookie
  • MctpMessage
  • ReceiveHandle
  • Stack
  • Vec
  • control::MctpControl
  • control::MctpControlMsg
  • control::SetEndpointId
  • fragment::Fragmenter
  • i2c::MctpI2cEncap
  • i2c::MctpI2cHandler
  • router::PortBottom
  • router::PortBuilder
  • router::PortId
  • router::PortStorage
  • router::PortTop
  • router::Router
  • router::RouterAsyncListener
  • router::RouterAsyncReqChannel
  • router::RouterAsyncRespChannel
  • router::RouterInner
  • serial::MctpSerialHandler
  • usb::MctpUsbHandler

Enums

  • control::CommandCode
  • fragment::SendOutput

Traits

  • router::PortLookup
  • usb::MctpUsbXfer

Functions

  • control::mctp_control_rx_req
  • control::parse_set_eid
  • control::respond_error
  • control::respond_get_eid
  • control::respond_get_msg_types
  • control::respond_get_uuid
  • control::respond_set_eid
  • control::respond_unimplemented

Type Aliases

  • control::ControlResult

Constants

  • DEFERRED_TIMEOUT
  • TIMEOUT_INTERVAL
  • config::FLOWS
  • config::MAX_MTU
  • config::MAX_PAYLOAD
  • config::NUM_RECEIVE
  • i2c::MCTP_I2C_COMMAND_CODE
  • i2c::MCTP_I2C_MAXMTU
  • serial::MTU_MAX