Home
last modified time | relevance | path

Searched refs:bootloader_version (Results 1 – 11 of 11) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT735S/drivers/romapi/bootloader/
Dfsl_romapi.h86 uint32_t bootloader_version(void);
Dfsl_romapi.c47 uint32_t bootloader_version(void) in bootloader_version() function
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT798S/drivers/romapi/bootloader/
Dfsl_romapi.h86 uint32_t bootloader_version(void);
Dfsl_romapi.c47 uint32_t bootloader_version(void) in bootloader_version() function
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT758S/drivers/romapi/bootloader/
Dfsl_romapi.h86 uint32_t bootloader_version(void);
Dfsl_romapi.c47 uint32_t bootloader_version(void) in bootloader_version() function
/hal_nxp-latest/mcux/mcux-sdk/devices/RW612/drivers/romapi/bootloader/
Dfsl_romapi.h92 uint32_t bootloader_version(void);
Dfsl_romapi.c70 uint32_t bootloader_version(void) in bootloader_version() function
/hal_nxp-latest/mcux/mcux-sdk/devices/RW610/drivers/romapi/bootloader/
Dfsl_romapi.h92 uint32_t bootloader_version(void);
Dfsl_romapi.c70 uint32_t bootloader_version(void) in bootloader_version() function
/hal_nxp-latest/mcux/mcux-sdk/drivers/iap1/
Dfsl_iap.c191 standard_version_t bootloader_version; /*!< Bootloader version number. */ member
222 if (BOOTLOADER_API_TREE_POINTER->bootloader_version.major == 3u) in get_rom_api_version()