Crate imxrt1050_evkb

Source
Expand description

Reference Manual for the Imxrt-1052 development board

Modules§

boot_header
Defines a vector which contains the boot section
io
Support routines for debugging I/O.

Structs§

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

Constants§

FAULT_RESPONSE 🔒
NUM_PROCS 🔒

Statics§

BOOT_HDR 🔒
CHIP 🔒
PROCESSES 🔒
PROCESS_PRINTER 🔒
STACK_MEMORY
Dummy buffer that causes the linker to reserve enough space for the stack.

Functions§

main
Main function called after RAM initialized.
set_pin_primary_functions 🔒
Helper function called during bring-up that configures DMA. DMA for imxrt1050-evkb is not implemented yet. Helper function called during bring-up that configures multiplexed I/O.
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§

Chip 🔒