Docs.rs
stm32f4-0.15.1
stm32f4 0.15.1
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
adamgreig
Dependencies
bare-metal ^1.0.0
normal
cortex-m ^0.7.2
normal
cortex-m-rt >=0.6.15, <0.8
normal
optional
vcell ^0.1.3
normal
Versions
100%
of the crate is documented
Go to latest version
Platform
thumbv7em-none-eabihf
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
stm32f4
0.15.1
Module adc_
common
Module Items
Modules
Structs
Type Aliases
In stm32f4::
stm32f469
stm32f4
::
stm32f469
Module
adc_common
Copy item path
Source
Expand description
Common ADC registers
Modules
§
ccr
ADC common control register
cdr
ADC common regular data register for dual and triple modes
csr
ADC Common status register
Structs
§
Register
Block
Register block
Type Aliases
§
CCR
CCR register accessor: an alias for
Reg<CCR_SPEC>
CDR
CDR register accessor: an alias for
Reg<CDR_SPEC>
CSR
CSR register accessor: an alias for
Reg<CSR_SPEC>