Struct cortex_m::peripheral::Peripherals [−][src]
Core peripherals
Fields
CBP: CBPCache and branch predictor maintenance operations. Not available on Armv6-M.
CPUID: CPUIDCPUID
DCB: DCBDebug Control Block
DWT: DWTData Watchpoint and Trace unit
FPB: FPBFlash Patch and Breakpoint unit. Not available on Armv6-M.
FPU: FPUFloating Point Unit.
ICB: ICBImplementation Control Block.
The name is from the v8-M spec, but the block existed in earlier revisions, without a name.
ITM: ITMInstrumentation Trace Macrocell. Not available on Armv6-M and Armv8-M Baseline.
MPU: MPUMemory Protection Unit
NVIC: NVICNested Vector Interrupt Controller
SAU: SAUSecurity Attribution Unit
SCB: SCBSystem Control Block
SYST: SYSTSysTick: System Timer
TPIU: TPIUTrace Port Interface Unit. Not available on Armv6-M.
Implementations
impl Peripherals[src]
pub fn take() -> Option<Self>[src]
Returns all the core peripherals once
pub unsafe fn steal() -> Self[src]
Unchecked version of Peripherals::take
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,