MCUXpresso SDK API Reference Manual  Rev 2.16.000
NXP Semiconductors
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages

Overview

Data Structures

struct  _iap_boot_option
 IAP boot option. More...
 

Macros

#define IAP_BOOT_OPTION_TAG   (0xEBU)
 IAP boot option tag.
 
#define IAP_BOOT_OPTION_MODE_MASTER   (0U)
 IAP boot option mode.
 

Typedefs

typedef struct _iap_boot_option iap_boot_option_t
 IAP boot option. More...
 

Functions

void IAP_RunBootLoader (iap_boot_option_t *option)
 Invoke into ROM with specified boot parameters. More...
 

Data Structure Documentation

struct _iap_boot_option

Field Documentation

uint32_t _iap_boot_option::bootImageIndex
uint32_t _iap_boot_option::instance
uint32_t _iap_boot_option::bootInterface
uint32_t _iap_boot_option::mode

RT600: 0: USART 1: I2C 2: SPI 3: USB HID 4:FlexSPI 7:SD 8:MMC

Typedef Documentation

Function Documentation

void IAP_RunBootLoader ( iap_boot_option_t option)
Parameters
optionBoot parameters. Refer to iap_boot_option_t.