Fix some typos (#1930)
This commit is contained in:
parent
1371b11f32
commit
63a2d407ee
@ -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)]
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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 {
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user