Docs.rs
  • embedded-c-sdk-bind-hal-0.3.4
    • embedded-c-sdk-bind-hal 0.3.4
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • Merisy-Thing
    • Dependencies
      • critical-section ^1.1.2 normal
      • embassy-sync ^0.6.0 normal
      • embassy-time-driver ^0.1.0 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.22 normal
      • nb ^1.1.0 normal
      • paste ^1.0.15 normal
      • portable-atomic ^1.6.0 normal
      • ufmt ^0.2.0 normal
    • Versions
    • 52.63% 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.3.4

  • Macros
  • Structs
  • Enums
  • Constants
  • Functions
  • Type Aliases

List of all items

Structs

  • adc::Adc
  • adc::AdcBuffered
  • adc::AdcChData
  • gpio::Alternate
  • gpio::Analog
  • gpio::Input
  • gpio::InputPort
  • gpio::Output
  • gpio::OutputPort
  • gpio::Pin
  • gpio::Port
  • gpio::PortReg
  • print::Printer
  • pwm::Pwm
  • spi::Config
  • spi::SpiBus
  • spi::SpiDevice
  • tick::Delay
  • tick::Tick
  • usart::Config
  • usart::Usart
  • usart::UsartInner

Enums

  • adc::AdcChannel
  • gpio::ExtiMode
  • gpio::PinModeAlternate
  • gpio::PinModeAnalog
  • gpio::PinModeInput
  • gpio::PinModeOutput
  • gpio::PinNum
  • gpio::PortModeInput
  • gpio::PortModeOutput
  • gpio::PortNum
  • pwm::PwmChannel
  • pwm::PwmPolarity
  • spi::Error
  • spi::SpiBusBitOrder
  • spi::SpiBusDataSize
  • spi::SpiBusId
  • spi::SpiBusMode
  • usart::Error
  • usart::UsartDataBits
  • usart::UsartHwFlowCtrl
  • usart::UsartId
  • usart::UsartMode
  • usart::UsartParity
  • usart::UsartStopBits

Macros

  • ll_invoke
  • print
  • println
  • setInterval

Functions

  • ll_invoke

Type Aliases

  • InvokeParam
  • adc::AdcDataType
  • tick::TickType

Constants

  • INVOKE_ID_ADC_CTRL
  • INVOKE_ID_ADC_CUSTOM_BASE
  • INVOKE_ID_ADC_DEINIT
  • INVOKE_ID_ADC_INIT
  • INVOKE_ID_DELAY_NANO
  • INVOKE_ID_DEV_CUSTOM_BASE
  • INVOKE_ID_GPIO_CUSTOM_BASE
  • INVOKE_ID_GPIO_EXTI
  • INVOKE_ID_GPIO_GET_INPUT
  • INVOKE_ID_GPIO_GET_OUTPUT
  • INVOKE_ID_GPIO_GET_PORT_REG
  • INVOKE_ID_GPIO_INIT
  • INVOKE_ID_GPIO_SET
  • INVOKE_ID_LL_DRV_INIT
  • INVOKE_ID_LOG_PUTS
  • INVOKE_ID_PWM_CTRL
  • INVOKE_ID_PWM_CUSTOM_BASE
  • INVOKE_ID_PWM_DEINIT
  • INVOKE_ID_PWM_INIT
  • INVOKE_ID_SPI_BLOCKING_RW
  • INVOKE_ID_SPI_CUSTOM_BASE
  • INVOKE_ID_SPI_DEINIT
  • INVOKE_ID_SPI_INIT
  • INVOKE_ID_SYSTEM_INIT
  • INVOKE_ID_USART_CUSTOM_BASE
  • INVOKE_ID_USART_DEINIT
  • INVOKE_ID_USART_INIT
  • INVOKE_ID_USART_WRITE
  • tick::TICK_FREQ_HZ