TLE986x Device Family SDK
Data Fields
TUser_VERIFY_PAGE Union Reference

Detailed Description

BF-Step only: This union defines the return value of USER_VERIFY_PAGE.

#include <bootrom.h>

Data Fields

uint8 reg
 
struct {
   uint8   GlobFail: 1
 
   uint8   VerifyEraseFail: 1
 
   uint8   VerifyProgFail: 1
 
   uint8   __pad0__: 4
 
   uint8   ExecFail: 1
 
bit
 

Field Documentation

◆ __pad0__

uint8 __pad0__

◆ bit

struct { ... } bit

◆ ExecFail

uint8 ExecFail

Assembly Buffer is still open,
or nested NVM operation,
or invalid page address,
or sector write proteced

◆ GlobFail

uint8 GlobFail

OR-combination of all fail

◆ reg

uint8 reg

◆ VerifyEraseFail

uint8 VerifyEraseFail

page verify failed on erased bits

◆ VerifyProgFail

uint8 VerifyProgFail

page verify failed on programmed bits


The documentation for this union was generated from the following file: