Struct stm32f103xx::CorePeripherals [−][src]
Core peripherals
Fields
CBP: CBP
Cache and branch predictor maintenance operations (not present on Cortex-M0 variants)
CPUID: CPUID
CPUID
DCB: DCB
Debug Control Block
DWT: DWT
Data Watchpoint and Trace unit
FPB: FPB
Flash Patch and Breakpoint unit (not present on Cortex-M0 variants)
FPU: FPU
Floating Point Unit (only present on thumbv7em-none-eabihf
)
ITM: ITM
Instrumentation Trace Macrocell (not present on Cortex-M0 variants)
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 (not present on Cortex-M0 variants)
Methods
impl Peripherals
[src]
[−]
impl Peripherals
pub fn take() -> Option<Peripherals>
[src]
[−]
pub fn take() -> Option<Peripherals>
Returns all the core peripherals once
pub unsafe fn steal() -> Peripherals
[src]
[−]
pub unsafe fn steal() -> Peripherals
Unchecked version of Peripherals::take
Auto Trait Implementations
impl Send for Peripherals
impl Send for Peripherals
impl !Sync for Peripherals
impl !Sync for Peripherals