3.8.12 mcHal_FaultIndicationSet

C


/* Set fault indicator */
void mcHal_FaultIndicationSet( void )	

Summary

Sets the fault indicator

Description

This function activates the fault indicator by setting the LED configured for fault indication in the Harmony QSPIN GUI.

Precondition

None.

Parameters

ParamDescription
voidNone.

Returns

None

Example


/* Set fault indicator  */
mcHal_FaultIndicationSet();
    

Remarks

None.