Struct stm32f103xx::CorePeripherals
[−]
[src]
pub struct CorePeripherals { pub CBP: CBP, pub CPUID: CPUID, pub DCB: DCB, pub DWT: DWT, pub FPB: FPB, pub ITM: ITM, pub MPU: MPU, pub NVIC: NVIC, pub SCB: SCB, pub SYST: SYST, pub TPIU: TPIU, }
Core peripherals
Fields
CBP: CBP
Cache and branch predictor maintenance operations
CPUID: CPUID
CPUID
DCB: DCB
Debug Control Block
DWT: DWT
Data Watchpoint and Trace unit
FPB: FPB
Flash Patch and Breakpoint unit
ITM: ITM
Instrumentation Trace Macrocell
MPU: MPU
Memory Protection Unit
NVIC: NVIC
Nested Vector Interrupt Controller
SCB: SCB
System Control Block
SYST: SYST
SysTick: System Timer
TPIU: TPIU
Trace Port Interface Unit;
Methods
impl Peripherals
[src]
pub fn take() -> Option<Peripherals>
[src]
Returns all the core peripherals once
pub unsafe fn steal() -> Peripherals
[src]
Unchecked version of Peripherals::take