Crate nucleo_f446re

source ·
Expand description

Board file for Nucleo-F446RE development board

Modules§

  • Support routines for debugging I/O.
  • Test reception on the virtualized UART by creating two readers that read in parallel. To add this test, include the line

Structs§

  • A structure representing this platform that holds references to all capsules for this platform.

Constants§

Statics§

Functions§

  • main
    Main function called after RAM initialized.
  • Helper function called during bring-up that configures multiplexed I/O.
  • setup_dma 🔒
    Helper function called during bring-up that configures DMA.
  • Helper function for miscellaneous peripheral functions
  • start 🔒
    This is in a separate, inline(never) function so that its stack frame is removed when this function returns. Otherwise, the stack space used for these static_inits is wasted.

Type Aliases§