1.8.20.6 SUPC_GPBRWrite Function

C

void SUPC_GPBRWrite (GPBR_REGS_INDEX reg, uint32_t data);

Summary

Writes data to the General Purpose Backup Register(GPBR)

Description

This functions is used to write the data to GPBR register.

Precondition

None

Parameters

Param Description
reg Identifies the GPBR register
data 32bit data to be stored into GPBR register

Returns

None.

Example

SUPC_GPBRWrite (GPBR_REGS_2, 0x12345678);

Remarks

None.