Crate nucleo_f429zi

Source
Expand description

Board file for Nucleo-F429ZI development board

Modulesยง

  • Support routines for debugging I/O.

Structsยง

  • NucleoF429ZI ๐Ÿ”’
    A structure representing this platform that holds references to all capsules for this platform.

Constantsยง

Staticsยง

Functionsยง

  • mainโš 
    Main function called after RAM initialized.
  • set_pin_primary_functions ๐Ÿ”’ โš 
    Helper function called during bring-up that configures multiplexed I/O.
  • setup_dma ๐Ÿ”’ โš 
    Helper function called during bring-up that configures DMA.
  • setup_peripherals ๐Ÿ”’ โš 
    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ยง