Crate stm32f429i_disc

Source

Re-exports§

pub extern crate stm32f4xx_hal as hal;
pub use crate::hal::stm32::interrupt::*;

Modules§

adc
Analog to digital converter configuration. According to CubeMx, all STM32F4 chips use the same ADC IP so this should be correct for all variants.
adc1
Analog-to-digital converter
adc_common
Common ADC registers
asm
Miscellaneous assembly instructions
can1
Controller area network
crc
Cryptographic processor
cryp
Cryptographic processor
dac
Digital-to-analog converter
dbgmcu
Debug support
dcmi
Digital camera interface
delay
Delays
dma2
DMA controller
dma2d
DMA2D controller
ethernet_dma
Ethernet: DMA controller operation
ethernet_mac
Ethernet: media access control (MAC)
ethernet_mmc
Ethernet: MAC management counters
ethernet_ptp
Ethernet: Precision time protocol
exti
External interrupt/event controller
flash
FLASH
fmc
Flexible memory controller
fpu
Floting point unit
fpu_cpacr
Floating point unit CPACR
gpio
General Purpose Input / Output
gpioa
General-purpose I/Os
gpiob
General-purpose I/Os
gpiok
General-purpose I/Os
hash
Hash processor
i2c
i2c1
Inter-integrated circuit
itm
Instrumentation Trace Macrocell
iwdg
Independent watchdog
ltdc
LCD-TFT Controller
nb
Minimal and reusable non-blocking I/O layer
nvic_stir
Nested vectored interrupt controller
otg_fs_device
USB on the go full speed
otg_fs_global
USB on the go full speed
otg_fs_host
USB on the go full speed
otg_fs_pwrclk
USB on the go full speed
otg_hs_device
USB on the go high speed
otg_hs_global
USB on the go high speed
otg_hs_host
USB on the go high speed
otg_hs_pwrclk
USB on the go high speed
peripheral
Core peripherals
prelude
pwr
Power control
register
Processor core registers
rng
Random number generator
rtc
Real-time clock
sai
Serial audio interface
scb_actrl
System control block ACTLR
sdio
Secure digital input/output interface
serial
signature
Device electronic signature
spi
spi1
Serial peripheral interface
stk
SysTick timer
stm32
syscfg
System configuration controller
tim1
Advanced-timers
tim2
General purpose timers
tim3
General purpose timers
tim5
General-purpose-timers
tim6
Basic timers
tim9
General purpose timers
tim10
General-purpose-timers
tim11
General-purpose-timers
time
timer
Timers
uart4
Universal synchronous asynchronous receiver transmitter
usart1
Universal synchronous asynchronous receiver transmitter
watchdog
Watchdog peripherals
wwdg
Window watchdog

Macros§

block
Turns the non-blocking expression $e into a blocking operation.
iprint
Macro for sending a formatted string through an ITM channel
iprintln
Macro for sending a formatted string through an ITM channel, with a newline.
singleton
Macro to create a mutable reference to a statically allocated value

Structs§

ADC1
Analog-to-digital converter
ADC2
ADC2
ADC3
ADC3
ADC_COMMON
Common ADC registers
CAN1
Controller area network
CAN2
CAN2
CBP
Cache and branch predictor maintenance operations
CPUID
CPUID
CRC
Cryptographic processor
CorePeripherals
Core peripherals
DAC
Digital-to-analog converter
DBGMCU
Debug support
DCB
Debug Control Block
DMA1
DMA1
DMA2
DMA controller
DWT
Data Watchpoint and Trace unit
ETHERNET_DMA
Ethernet: DMA controller operation
ETHERNET_MAC
Ethernet: media access control (MAC)
ETHERNET_MMC
Ethernet: MAC management counters
ETHERNET_PTP
Ethernet: Precision time protocol
EXTI
External interrupt/event controller
ExceptionFrame
Registers stacked (pushed onto the stack) during an exception.
FPB
Flash Patch and Breakpoint unit
FPU_CPACR
Floating point unit CPACR
GPIOA
General-purpose I/Os
GPIOB
General-purpose I/Os
GPIOC
GPIOC
GPIOD
GPIOD
GPIOE
GPIOE
GPIOF
GPIOF
GPIOG
GPIOG
GPIOH
GPIOH
GPIOI
GPIOI
GPIOJ
GPIOJ
GPIOK
General-purpose I/Os
HASH
Hash processor
I2C1
Inter-integrated circuit
I2C2
I2C2
I2C3
I2C3
I2S2EXT
I2S2ext
I2S3EXT
I2S3ext
ITM
Instrumentation Trace Macrocell
IWDG
Independent watchdog
LTDC
LCD-TFT Controller
MPU
Memory Protection Unit
NVIC
Nested Vector Interrupt Controller
NVIC_STIR
Nested vectored interrupt controller
OTG_FS_DEVICE
USB on the go full speed
OTG_FS_GLOBAL
USB on the go full speed
OTG_FS_HOST
USB on the go full speed
OTG_FS_PWRCLK
USB on the go full speed
OTG_HS_DEVICE
USB on the go high speed
OTG_HS_GLOBAL
USB on the go high speed
OTG_HS_HOST
USB on the go high speed
OTG_HS_PWRCLK
USB on the go high speed
PWR
Power control
Peripherals
Core peripherals
RNG
Random number generator
RTC
Real-time clock
SAI
Serial audio interface
SCB
System Control Block
SCB_ACTRL
System control block ACTLR
STK
SysTick timer
SYSCFG
System configuration controller
SYST
SysTick: System Timer
TIM1
Advanced-timers
TIM6
Basic timers
TIM8
TIM8
TIM9
General purpose timers
TIM10
General-purpose-timers
TIM11
General-purpose-timers
TIM12
TIM12
TIM13
TIM13
TIM14
TIM14
TPIU
Trace Port Interface Unit

Enums§

Interrupt
Enumeration of all the interrupts
interrupt
Enumeration of all the interrupts

Constants§

NVIC_PRIO_BITS
Number available in the NVIC for configuring priority

Functions§

heap_start
Returns a pointer to the start of the heap

Attribute Macros§

entry
Attribute to declare the entry point of the program
exception
Attribute to declare an exception handler
interrupt
Attribute to declare an interrupt (AKA device-specific exception) handler
pre_init
Attribute to mark which function will be called at the beginning of the reset handler.