3.7.3.2.1 Functions
void SCCP4_EventOutput_Initialize (void)
Initializes the SCCP4 Edge Event driver. This function must be called before any other SCCP4 function is called.
void SCCP4_EventOutput_Deinitialize (void)
Deinitializes the SCCP4 to POR values.
void SCCP4_EventOutput_Enable (void)
Enables the SCCP4 module with the corresponding operation mode.
void SCCP4_EventOutput_Disable (void)
Disables the SCCP4 module.
void SCCP4_EventOutput_TransitTimeSet (uint32_t count)
Sets the compare values for SCCP4.
void SCCP4_EventOutput_SoftwareTriggerSet (void)
Sets the software trigger.
void SCCP4_EventOutput_CallbackRegister (void(*handler)(void))
This function can be used to override default callback and to define custom callback for SCCP4 EventOutput event.
void SCCP4_EventOutput_Callback (void)
This is the default callback with weak attribute. The user can override and implement the default callback without weak attribute or can register a custom callback function using SCCP4_EventOutput_CallbackRegister.