Docs.rs
  • esp32-hal-0.18.1
    • esp32-hal 0.18.1
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • MabezDev
    • github:esp-rs:espressif
    • Dependencies
      • esp-hal-common ^0.15.0 normal
      • aes ^0.8.3 dev
      • critical-section ^1.1.2 dev
      • crypto-bigint ^0.5.5 dev
      • embassy-executor ^0.5.0 dev
      • embassy-sync ^0.5.0 dev
      • embassy-time ^0.3.0 dev
      • embedded-graphics ^0.8.1 dev
      • embedded-hal ^1.0.0 dev
      • embedded-hal-async ^1.0.0 dev
      • embedded-hal-bus ^0.1.0 dev
      • embedded-io-async ^0.6.1 dev
      • esp-alloc ^0.3.0 dev
      • esp-backtrace ^0.10.0 dev
      • esp-hal-smartled ^0.8.0 dev
      • esp-println ^0.8.0 dev
      • heapless ^0.8.0 dev
      • lis3dh-async ^0.9.1 dev
      • sha2 ^0.10.8 dev
      • smart-leds ^0.4.0 dev
      • ssd1306 ^0.8.4 dev
      • static_cell ^2.0.0 dev
      • build-alert ^0.1.6 build
    • Versions
    • 100% 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

esp32_hal0.18.1

ChannelTypes

Required Associated Types

  • P
  • Rx
  • Tx

Object Safety

Implementors

In esp32_hal::dma

?
Change settings

Trait esp32_hal::dma::ChannelTypes

source ·
pub trait ChannelTypes {
    type P: PeripheralMarker;
    type Tx<'a>: Tx;
    type Rx<'a>: Rx;
}

Required Associated Types§

source

type P: PeripheralMarker

source

type Tx<'a>: Tx

source

type Rx<'a>: Rx

Object Safety§

This trait is not object safe.

Implementors§

source§

impl ChannelTypes for I2s0DmaChannel

§

type P = I2s0DmaSuitablePeripheral

§

type Tx<'a> = ChannelTx<'a, I2s0DmaChannelTxImpl, I2s0DmaChannel>

§

type Rx<'a> = ChannelRx<'a, I2s0DmaChannelRxImpl, I2s0DmaChannel>

source§

impl ChannelTypes for I2s1DmaChannel

§

type P = I2s1DmaSuitablePeripheral

§

type Tx<'a> = ChannelTx<'a, I2s1DmaChannelTxImpl, I2s1DmaChannel>

§

type Rx<'a> = ChannelRx<'a, I2s1DmaChannelRxImpl, I2s1DmaChannel>

source§

impl ChannelTypes for Spi2DmaChannel

§

type P = Spi2DmaSuitablePeripheral

§

type Tx<'a> = ChannelTx<'a, Spi2DmaChannelTxImpl, Spi2DmaChannel>

§

type Rx<'a> = ChannelRx<'a, Spi2DmaChannelRxImpl, Spi2DmaChannel>

source§

impl ChannelTypes for Spi3DmaChannel

§

type P = Spi3DmaSuitablePeripheral

§

type Tx<'a> = ChannelTx<'a, Spi3DmaChannelTxImpl, Spi3DmaChannel>

§

type Rx<'a> = ChannelRx<'a, Spi3DmaChannelRxImpl, Spi3DmaChannel>