Docs.rs
  • embassy-stm32-0.1.0
    • embassy-stm32 0.1.0
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • Dirbaio
    • github:embassy-rs:crates-io
    • Dependencies
      • bit_field ^0.10.2 normal
      • bxcan ^0.7.0 normal
      • cfg-if ^1.0.0 normal
      • chrono ^0.4 normal
      • cortex-m ^0.7.6 normal
      • cortex-m-rt >=0.6.15, <0.8 normal
      • critical-section ^1.1 normal
      • defmt ^0.3 normal
      • document-features ^0.2.7 normal
      • embassy-embedded-hal ^0.1.0 normal
      • embassy-executor ^0.5.0 normal
      • embassy-futures ^0.1.0 normal
      • embassy-hal-internal ^0.1.0 normal
      • embassy-net-driver ^0.2.0 normal
      • embassy-sync ^0.5.0 normal
      • embassy-time ^0.3.0 normal
      • embassy-time-driver ^0.1 normal
      • embassy-usb-driver ^0.1.0 normal
      • embedded-hal ^0.2.6 normal
      • embedded-hal ^1.0 normal
      • embedded-hal-async ^1.0 normal
      • embedded-hal-nb ^1.0 normal
      • embedded-io ^0.6.0 normal
      • embedded-io-async ^0.6.1 normal
      • embedded-storage ^0.3.1 normal
      • embedded-storage-async ^0.4.1 normal
      • futures ^0.3.17 normal
      • log ^0.4.14 normal
      • nb ^1.0.0 normal
      • rand_core ^0.6.3 normal
      • sdio-host ^0.5.0 normal
      • stm32-fmc ^0.3.0 normal
      • stm32-metapac ^15 normal
      • vcell ^0.1.3 normal
      • critical-section ^1.1 dev
      • proc-macro2 ^1.0.36 build
      • quote ^1.0.15 build
      • stm32-metapac ^15 build
    • Versions
    • 100% of the crate is documented
  • Go to latest version
  • 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
  • Rust
    • About docs.rs
    • Privacy policy
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

embassy_stm320.1.0

CaptureCompare16bitInstance

Object Safety

Implementors

In embassy_stm32::timer

?
Change settings

Trait embassy_stm32::timer::CaptureCompare16bitInstance

source ·
pub trait CaptureCompare16bitInstance: CaptureCompare16bitInstance + GeneralPurpose16bitInstance + 'static { }
Expand description

Capture/Compare 16-bit timer instance.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl CaptureCompare16bitInstance for TIM1

source§

impl CaptureCompare16bitInstance for TIM2

source§

impl CaptureCompare16bitInstance for TIM3

source§

impl CaptureCompare16bitInstance for TIM4

source§

impl CaptureCompare16bitInstance for TIM5

source§

impl CaptureCompare16bitInstance for TIM8

source§

impl CaptureCompare16bitInstance for TIM12

source§

impl CaptureCompare16bitInstance for TIM13

source§

impl CaptureCompare16bitInstance for TIM14

source§

impl CaptureCompare16bitInstance for TIM15

source§

impl CaptureCompare16bitInstance for TIM16

source§

impl CaptureCompare16bitInstance for TIM17