[][src]Crate nucleo_f401re

Re-exports

pub use stm32f4xx_hal as hal;
pub use 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

ADC common registers

asm

Miscellaneous assembly instructions

crc

Cryptographic processor

dbgmcu

Debug support

delay

Delays

dma2

DMA controller

exti

External interrupt/event controller

flash

FLASH

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

gpioh

General-purpose I/Os

hal

A Hardware Abstraction Layer (HAL) for embedded systems

i2c
i2c1

Inter-integrated circuit

interrupt

Interrupts

itm

Instrumentation Trace Macrocell

iwdg

Independent watchdog

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

peripheral

Core peripherals

prelude
pwr

Power control

rcc

Reset and clock control

rcc
register

Processor core registers

rtc

Real-time clock

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

tim9

General purpose timers

tim10

General-purpose-timers

tim11

General-purpose-timers

time
timer

Timers

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

ADC_COMMON

ADC common registers

CBP

Cache and branch predictor maintenance operations

CPUID

CPUID

CRC

Cryptographic processor

CorePeripherals

Core peripherals

DBGMCU

Debug support

DCB

Debug Control Block

DMA1

DMA1

DMA2

DMA controller

DWT

Data Watchpoint and Trace unit

EXTI

External interrupt/event controller

ExceptionFrame

Registers stacked (pushed into the stack) during an exception

FLASH

FLASH

FPB

Flash Patch and Breakpoint unit

FPU

Floting point unit

FPU_CPACR

Floating point unit CPACR

GPIOA

General-purpose I/Os

GPIOB

General-purpose I/Os

GPIOC

GPIOC

GPIOD

GPIOD

GPIOE

GPIOE

GPIOH

General-purpose I/Os

I2C1

Inter-integrated circuit

I2C2

I2C2

I2C3

I2C3

I2S2EXT

I2S2ext

I2S3EXT

I2S3ext

ITM

Instrumentation Trace Macrocell

IWDG

Independent watchdog

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

PWR

Power control

Peripherals

All the peripherals

RCC

Reset and clock control

RTC

Real-time clock

SCB

System Control Block

SCB_ACTRL

System control block ACTLR

SDIO

Secure digital input/output interface

SPI1

Serial peripheral interface

SPI2

SPI2

SPI3

SPI3

SPI4

SPI4

STK

SysTick timer

SYSCFG

System configuration controller

SYST

SysTick: System Timer

TIM1

Advanced-timers

TIM2

General purpose timers

TIM3

General purpose timers

TIM4

TIM4

TIM5

General-purpose-timers

TIM8

TIM8

TIM9

General purpose timers

TIM10

General-purpose-timers

TIM11

General-purpose-timers

TPIU

Trace Port Interface Unit

USART1

Universal synchronous asynchronous receiver transmitter

USART2

USART2

USART6

USART6

WWDG

Window watchdog

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.