Expand description
The prelude
Re-exports all traits required for interacting with the various peripheral drivers implemented in this crate.
Modules§
- nb
- Minimal and reusable non-blocking I/O layer
Macros§
- load_
lp_ code - Load code to be run on the LP/ULP core.
- make_
gpio_ enum_ dispatch_ macro - Create an enum for erased GPIO pins, using the enum-dispatch pattern
Traits§
- _embedded_
dma_ Read Buffer - Trait for buffers that can be given to DMA for reading.
- _embedded_
dma_ Read Target - Trait for
Deref
targets used by the blanketDmaReadBuffer
impl. - _embedded_
dma_ Word - Trait for DMA word types used by the blanket DMA buffer impls.
- _embedded_
dma_ Write Buffer - Trait for buffers that can be given to DMA for writing.
- _embedded_
dma_ Write Target - Trait for
DerefMut
targets used by the blanketDmaWriteBuffer
impl. - _embedded_
hal_ Capture - Input capture
- _embedded_
hal_ Pwm - Pulse Width Modulation
- _embedded_
hal_ PwmPin - A single PWM channel / pin
- _embedded_
hal_ Qei - Quadrature encoder interface
- _embedded_
hal_ adc_ OneShot - ADCs that sample on single channels per request, and do so at the time of the request.
- _embedded_
hal_ blocking_ delay_ Delay Ms - Millisecond delay
- _embedded_
hal_ blocking_ delay_ Delay Us - Microsecond delay
- _embedded_
hal_ blocking_ i2c_ Read - Blocking read
- _embedded_
hal_ blocking_ i2c_ Write - Blocking write
- _embedded_
hal_ blocking_ i2c_ Write Read - Blocking write + read
- _embedded_
hal_ blocking_ rng_ Read - Blocking read
- _embedded_
hal_ blocking_ serial_ Write - Write half of a serial interface (blocking variant)
- _embedded_
hal_ blocking_ spi_ Transfer - Blocking transfer
- _embedded_
hal_ blocking_ spi_ Write - Blocking write
- _embedded_
hal_ digital_ Input Pin Deprecated - Single digital input pin
- _embedded_
hal_ digital_ Output Pin Deprecated - Single digital push-pull output pin
- _embedded_
hal_ digital_ Toggleable Output Pin Deprecated - Output pin that can be toggled
- _embedded_
hal_ digital_ v2_ Input Pin - Single digital input pin
- _embedded_
hal_ digital_ v2_ Output Pin - Single digital push-pull output pin
- _embedded_
hal_ digital_ v2_ Stateful Output Pin - Push-pull output pin that can read its output state
- _embedded_
hal_ digital_ v2_ Toggleable Output Pin - Output pin that can be toggled
- _embedded_
hal_ serial_ Read - Read half of a serial interface
- _embedded_
hal_ serial_ Write - Write half of a serial interface
- _embedded_
hal_ spi_ Full Duplex - Full duplex (master mode)
- _embedded_
hal_ timer_ Count Down - A count down timer
- _embedded_
hal_ watchdog_ Watchdog - Feeds an existing watchdog to ensure the processor isn’t reset. Sometimes commonly referred to as “kicking” or “refreshing”.
- _embedded_
hal_ watchdog_ Watchdog Disable - Disables a running watchdog timer so the processor won’t be reset.
- _embedded_
hal_ watchdog_ Watchdog Enable - Enables A watchdog timer to reset the processor if software is frozen or stalled.
- _esp_
hal_ analog_ Analog Ext - Extension trait to split a SENS peripheral in independent parts
- _esp_
hal_ clock_ Clock - _esp_
hal_ dma_ DmaTransfer - Trait to be implemented for an in progress dma transfer.
- _esp_
hal_ dma_ DmaTransfer RxTx - Trait to be implemented for an in progress dma transfer.
- _esp_
hal_ gpio_ Input Pin - _esp_
hal_ gpio_ Output Pin - _esp_
hal_ gpio_ Pin - _esp_
hal_ i2c_ Instance - I2C Peripheral Instance
- _esp_
hal_ ledc_ channel_ ChannelHW - Channel HW interface
- _esp_
hal_ ledc_ channel_ ChannelI Face - Channel interface
- _esp_
hal_ ledc_ timer_ TimerHW - Interface for HW configuration of timer
- _esp_
hal_ ledc_ timer_ TimerI Face - Interface for Timers
- _esp_
hal_ system_ System Ext - Extension trait to split a SYSTEM/DPORT peripheral in independent logical parts
- _esp_
hal_ timer_ Instance - Timer peripheral instance
- _esp_
hal_ timer_ Timer Group Instance - _esp_
hal_ uart_ Instance - UART peripheral instance
- _esp_
hal_ uart_ Uart Pins - Pins used by the UART interface
- _fugit_
ExtU32 - Extension trait for simple short-hands for u32 Durations
- _fugit_
ExtU64 - Extension trait for simple short-hands for u64 Durations
- _fugit_
Rate ExtU32 - Extension trait for simple short-hands for u32 Rate
- _fugit_
Rate ExtU64 - Extension trait for simple short-hands for u64 Rate