Docs.rs
  • embedded-c-sdk-bind-hal-0.9.0
    • embedded-c-sdk-bind-hal 0.9.0
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • Merisy-Thing
    • Dependencies
      • critical-section ^1.2.0 normal
      • embassy-sync ^0.7.0 normal
      • embassy-time-driver ^0.2.0 normal
      • embassy-time-queue-utils ^0.2.0 normal
      • embedded-c-sdk-bind-print-macros ^0.1.2 normal
      • embedded-hal ^1.0.0 normal
      • embedded-hal-async ^1.0.0 normal
      • embedded-hal-nb ^1.0.0 normal
      • embedded-io ^0.6.1 normal
      • embedded-io-async ^0.6.1 normal
      • fugit ^0.3.7 normal
      • fugit-timer ^0.1.3 normal
      • heapless ^0.8.0 normal
      • log ^0.4.27 normal
      • nb ^1.1.0 normal
      • paste ^1.0.15 normal
      • portable-atomic ^1.11.1 normal
    • Versions
    • 24.64% 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
  • 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

embedded_c_sdk_bind_hal0.9.0

Module gpio

Module Items

  • Modules
  • Structs
  • Enums
  • Traits

In crate embedded_c_sdk_bind_hal

embedded_c_sdk_bind_hal

Module gpio

Source

Modules§

fast_pin_num
Automatically implement the FastPinNum trait for pin numbers 0 to 15.

Structs§

Alternate
Analog
FastPin
Input
InputFastPin
InputPort
Output
OutputFastPin
OutputPort
Pin
Port
PortReg

Enums§

ExtiMode
FastPinModeInput
FastPinModeOutput
PinModeAlternate
PinModeAnalog
PinModeInput
PinModeOutput
PinNum
PortModeInput
PortModeOutput
PortNum

Traits§

FastPinNum
FastPinReg
ToGpioInitFlag
Trait for converting types into GPIO initialization flags.