Fix some typos (#1930)

This commit is contained in:
Dániel Buga 2024-08-12 14:20:58 +02:00 committed by GitHub
parent 1371b11f32
commit 63a2d407ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View File

@ -66,7 +66,7 @@ mod implementation;
/// The attenuation of the ADC pin.
///
/// The effective measurement range for a given attuenation is dependent on the
/// The effective measurement range for a given attenuation is dependent on the
/// device being targeted. Please refer to "ADC Characteristics" section of your
/// device's datasheet for more information.
#[derive(Debug, Clone, Copy, PartialEq, Eq)]

View File

@ -3,7 +3,7 @@
//! ## Overview
//! The DMA driver provides an interface to efficiently transfer data between
//! different memory regions and peripherals within the ESP microcontroller
//! without involving the CPU. The DMA controller is reponsible for managing
//! without involving the CPU. The DMA controller is responsible for managing
//! these data transfers.
//!
//! Notice, that this module is a common version of the DMA driver, `ESP32` and

View File

@ -22,7 +22,7 @@
//! reversed
//!
//! ## Examples
//! ### Toogle an LED When a Button is Pressed
//! ### Toggle an LED When a Button is Pressed
//! ```rust, no_run
#![doc = crate::before_snippet!()]
//! # use esp_hal::gpio::Io;

View File

@ -21,7 +21,7 @@ impl<'d, DM: crate::Mode> Rsa<'d, DM> {
Ok(())
}
/// Enables/disables rsa interrupt, when enabled rsa perpheral would
/// Enables/disables rsa interrupt, when enabled rsa peripheral would
/// generate an interrupt when a operation is finished.
pub fn enable_disable_interrupt(&mut self, enable: bool) {
match enable {

View File

@ -16,7 +16,7 @@
//! - run_test_interrupt_executor(): Tests InterruptExecutor and Thread
//! (default) executor in parallel
//! - run_tick_test_timg(): Tests Timg configured as OneShotTimer if it fires
//! immediatelly in the case of the time scheduling was already in the past
//! immediately in the case of the time scheduling was already in the past
//! (timestamp being too big)
// esp32c2 is disabled currently as it fails