Crate stm32f429i_disc

source ·

Re-exports

pub extern crate stm32f4xx_hal as hal;

Modules

Analog-to-digital converter
Common ADC registers
Miscellaneous assembly instructions
Controller area network
Cryptographic processor
Cryptographic processor
Digital-to-analog converter
Debug support
Digital camera interface
Delays
DMA controller
DMA2D controller
Ethernet: DMA controller operation
Ethernet: media access control (MAC)
Ethernet: MAC management counters
Ethernet: Precision time protocol
External interrupt/event controller
FLASH
Flexible memory controller
Floating point unit CPACR
General Purpose Input / Output
General-purpose I/Os
General-purpose I/Os
General-purpose I/Os
A Hardware Abstraction Layer (HAL) for embedded systems
Hash processor
Inter-integrated circuit
Interrupts
Instrumentation Trace Macrocell
Independent watchdog
LCD-TFT Controller
Minimal and reusable non-blocking I/O layer
Nested vectored interrupt controller
USB on the go full speed
USB on the go full speed
USB on the go full speed
USB on the go full speed
USB on the go high speed
USB on the go high speed
USB on the go high speed
USB on the go high speed
Core peripherals
Power control
Reset and clock control
Processor core registers
Random number generator
Real-time clock
Serial audio interface
System control block ACTLR
Secure digital input/output interface
Serial peripheral interface
SysTick timer
Peripheral access API for STM32F4 microcontrollers (generated using svd2rust 0.13.1)
System configuration controller
Advanced-timers
General purpose timers
General purpose timers
General-purpose-timers
Basic timers
General purpose timers
General-purpose-timers
General-purpose-timers
Timers
Universal synchronous asynchronous receiver transmitter
Universal synchronous asynchronous receiver transmitter
Window watchdog

Macros

Turns the non-blocking expression $e into a blocking operation.
Macro to override a device specific interrupt handler
Macro for sending a formatted string through an ITM channel
Macro for sending a formatted string through an ITM channel, with a newline.
Macro to create a mutable reference to a statically allocated value

Structs

Analog-to-digital converter
ADC2
ADC3
Common ADC registers
Controller area network
CAN2
Cache and branch predictor maintenance operations
CPUID
Cryptographic processor
Cryptographic processor
Core peripherals
Digital-to-analog converter
Debug support
Debug Control Block
Digital camera interface
DMA1
DMA controller
DMA2D controller
Data Watchpoint and Trace unit
Ethernet: DMA controller operation
Ethernet: media access control (MAC)
Ethernet: MAC management counters
Ethernet: Precision time protocol
External interrupt/event controller
Registers stacked (pushed onto the stack) during an exception.
FLASH
Flexible memory controller
Flash Patch and Breakpoint unit
Floating Point Unit
Floating point unit CPACR
General-purpose I/Os
General-purpose I/Os
GPIOC
GPIOD
GPIOE
GPIOF
GPIOG
GPIOH
GPIOI
GPIOJ
General-purpose I/Os
Hash processor
I2C1
I2C2
Inter-integrated circuit
I2S2ext
I2S3ext
Instrumentation Trace Macrocell
Independent watchdog
LCD-TFT Controller
Memory Protection Unit
Nested Vector Interrupt Controller
Nested vectored interrupt controller
USB on the go full speed
USB on the go full speed
USB on the go full speed
USB on the go full speed
USB on the go high speed
USB on the go high speed
USB on the go high speed
USB on the go high speed
Power control
Core peripherals
Reset and clock control
Random number generator
Real-time clock
Serial audio interface
System Control Block
System control block ACTLR
Secure digital input/output interface
Serial peripheral interface
SPI2
SPI3
SPI4
SPI5
SPI6
SysTick timer
System configuration controller
SysTick: System Timer
Advanced-timers
General purpose timers
General purpose timers
TIM4
General-purpose-timers
Basic timers
TIM7
TIM8
General purpose timers
General-purpose-timers
General-purpose-timers
TIM12
TIM13
TIM14
Trace Port Interface Unit
Universal synchronous asynchronous receiver transmitter
UART5
UART7
UART8
USART1
USART2
USART3
Universal synchronous asynchronous receiver transmitter
Window watchdog

Enums

Enumeration of all the interrupts

Constants

Number available in the NVIC for configuring priority

Functions

Returns a pointer to the start of the heap

Attribute Macros

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