1.6.20.2 1.7.21.2 1.10.19.2 1.11.19.2 1.12.20.2 1.13.18.2 1.14.13.2 1.15.14.2 1.16.18 1.17.16.2 1.18.16.2 1.19.16.2 1.20.18 1.21.19 1.22.21.2 1.23.20.2 1.24.17.2 RCON_ResetCauseClear Function
C
void RCON_ResetCauseClear( RCON_RESET_CAUSE cause )
Summary
Clears the particular reset cause status bit.
Description
This function clears the particular reset bit in the RCON register. Multiple reasons for a reset can be ORed together and given as an input parameter to clear them simultaneously.
Precondition
None.
Parameters
Param | Description |
---|---|
cause | Reset status needs to be clear |
Returns
None.
Example
RCON_ResetCauseClear( RCON_RESET_CAUSE_POR | RCON_RESET_CAUSE_BOR );
Remarks
None.