Module e310x_hal::prelude[][src]

Expand description

Prelude

Re-exports

pub use crate::clock::PrciExt as _e310x_hal_clock_PrciExt;
pub use crate::clock::AonExt as _e310x_hal_clock_AonExt;
pub use crate::gpio::GpioExt as _e310x_hal_gpio_GpioExt;
pub use crate::rtc::RtcExt as _e310x_hal_rtc_RtcExt;
pub use crate::time::U32Ext as _e310x_hal_time_U32Ext;
pub use crate::wdog::WdogExt as _e310x_hal_wdog_WdogExt;

Traits

A trait for writing or formatting into Unicode-accepting buffers or streams.

Input capture

Pulse Width Modulation

A single PWM channel / pin

Quadrature encoder interface

ADCs that sample on single channels per request, and do so at the time of the request.

Millisecond delay

Microsecond delay

Blocking read

Blocking write

Blocking write + read

Blocking read

Write half of a serial interface (blocking variant)

Blocking transfer

Blocking write

Single digital input pin

Single digital push-pull output pin

Output pin that can be toggled

Single digital input pin

Single digital push-pull output pin

Push-pull output pin that can read its output state

Output pin that can be toggled

Read half of a serial interface

Write half of a serial interface

Full duplex (master mode)

A count down timer

Feeds an existing watchdog to ensure the processor isn’t reset. Sometimes commonly referred to as “kicking” or “refreshing”.

Disables a running watchdog timer so the processor won’t be reset.

Enables A watchdog timer to reset the processor if software is frozen or stalled.