Crate nrf52_hal_common
Source pub use crate::clocks::Clocks;pub use crate::delay::Delay;pub use crate::rtc::Rtc;pub use crate::saadc::Saadc;pub use crate::spim::Spim;pub use crate::timer::Timer;pub use crate::twim::Twim;pub use crate::uarte::Uarte;pub use nrf52832_pac as target;
- clocks
- Configuration and control of the High and Low Frequency Clock
sources
- delay
- Delays
- gpio
- prelude
- rng
- HAL interface to the RNG peripheral
- rtc
- A high level interface for RTC peripherals
- saadc
- spim
- HAL interface to the SPIM peripheral
- target_constants
- Length of Nordic EasyDMA differs for MCUs
- temp
- Temperature sensor interface.
- time
- Time units
- timer
- HAL interface to the TIMER peripheral
- twim
- HAL interface to the TWIM peripheral
- uarte
- HAL interface to the UARTE peripheral