SYS/BIOS  7.00
Functions
Boot.h File Reference

Detailed Description

CC26xx Boot Support.

#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
Include dependency graph for Boot.h:

Go to the source code of this file.

Functions

void Boot_trimDevice (void)
 Trim device flag; determines if SetupTrimDevice() is called at boot, default is true. More...
 
uint32_t Boot_getBootReason (void)
 Gets the reason for the most recent boot of the CPU. More...
 

Function Documentation

§ Boot_trimDevice()

void Boot_trimDevice ( void  )

Trim device flag; determines if SetupTrimDevice() is called at boot, default is true.

Set to false to disable the Boot module from trimming the device. The device must be trimmed for proper operation. If the Boot module doesn't do this, the application must explicitly call SetupTrimDevice().

§ Boot_getBootReason()

uint32_t Boot_getBootReason ( void  )

Gets the reason for the most recent boot of the CPU.

SysCtrlResetSourceGet() DriverLib API.

Return values
Thereset reason, as reported by the
© Copyright 1995-2021, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale