iLLD_TC27xD  1.0
ERU: Event Trigger Logic
Collaboration diagram for ERU: Event Trigger Logic:

Functions

IFX_EXTERN void IfxScuEru_clearAllEventFlags (void)
 Clears the external event flag of input channel x (INTFx) More...
 
IFX_EXTERN void IfxScuEru_clearEventFlag (IfxScuEru_InputChannel inputChannel)
 Clears the external event flag of input channel x (INTFx) More...
 
IFX_EXTERN void IfxScuEru_clearInputChannelConfiguration (IfxScuEru_InputChannel inputChannel)
 Clears all the configuration for the given input channel x. More...
 
IFX_EXTERN void IfxScuEru_disableAutoClear (IfxScuEru_InputChannel inputChannel)
 Disables the automatic clearing of INTFx when the edge of input channel which has not been selected, is detected. More...
 
IFX_EXTERN void IfxScuEru_disableFallingEdgeDetection (IfxScuEru_InputChannel inputChannel)
 Disables the falling edge of input channel to set the bit INTF x. More...
 
IFX_EXTERN void IfxScuEru_disableRisingEdgeDetection (IfxScuEru_InputChannel inputChannel)
 Disables the rising edge of input channel to set the bit INTF x. More...
 
IFX_EXTERN void IfxScuEru_enableAutoClear (IfxScuEru_InputChannel inputChannel)
 Enables the automatic clearing of INTFx when the edge of input channel which has not been selected, is detected. More...
 
IFX_EXTERN void IfxScuEru_enableFallingEdgeDetection (IfxScuEru_InputChannel inputChannel)
 Enables the falling edge of input channel to set the bit INTF x. More...
 
IFX_EXTERN void IfxScuEru_enableRisingEdgeDetection (IfxScuEru_InputChannel inputChannel)
 Enables the rising edge of input channel to set the bit INTF x. More...
 
IFX_EXTERN uint32 IfxScuEru_getAllEventFlagsStatus (void)
 Returns the status of the flags of all input channels. More...
 
IFX_EXTERN boolean IfxScuEru_getEventFlagStatus (IfxScuEru_InputChannel inputChannel)
 Returns the status of the external event flag of input channel x (INTFx) More...
 
IFX_EXTERN uint32 IfxScuEru_getInputChannelConfiguration (IfxScuEru_InputChannel inputChannel)
 Returns all the configuration for the given input channel x. More...
 
IFX_EXTERN void IfxScuEru_setEventFlag (IfxScuEru_InputChannel inputChannel)
 Sets the external event flag of input channel x (INTFx) More...
 

Detailed Description

Function Documentation

IFX_EXTERN void IfxScuEru_clearAllEventFlags ( void  )

Clears the external event flag of input channel x (INTFx)

Returns
None

Definition at line 44 of file IfxScuEru.c.

IFX_EXTERN void IfxScuEru_clearEventFlag ( IfxScuEru_InputChannel  inputChannel)

Clears the external event flag of input channel x (INTFx)

Parameters
inputChannelInput channel for input selection and conditioning of trigger or gating functions
Returns
None

Definition at line 51 of file IfxScuEru.c.

IFX_EXTERN void IfxScuEru_clearInputChannelConfiguration ( IfxScuEru_InputChannel  inputChannel)

Clears all the configuration for the given input channel x.

Parameters
inputChannelInput channel for input selection and conditioning of trigger or gating functions
Returns
None

Definition at line 58 of file IfxScuEru.c.

IFX_EXTERN void IfxScuEru_disableAutoClear ( IfxScuEru_InputChannel  inputChannel)

Disables the automatic clearing of INTFx when the edge of input channel which has not been selected, is detected.

Parameters
inputChannelInput channel for input selection and conditioning of trigger or gating functions
Returns
None

Definition at line 110 of file IfxScuEru.c.

IFX_EXTERN void IfxScuEru_disableFallingEdgeDetection ( IfxScuEru_InputChannel  inputChannel)

Disables the falling edge of input channel to set the bit INTF x.

Parameters
inputChannelInput channel for input selection and conditioning of trigger or gating functions
Returns
None

Definition at line 126 of file IfxScuEru.c.

IFX_EXTERN void IfxScuEru_disableRisingEdgeDetection ( IfxScuEru_InputChannel  inputChannel)

Disables the rising edge of input channel to set the bit INTF x.

Parameters
inputChannelInput channel for input selection and conditioning of trigger or gating functions
Returns
None

Definition at line 158 of file IfxScuEru.c.

IFX_EXTERN void IfxScuEru_enableAutoClear ( IfxScuEru_InputChannel  inputChannel)

Enables the automatic clearing of INTFx when the edge of input channel which has not been selected, is detected.

Parameters
inputChannelInput channel for input selection and conditioning of trigger or gating functions
Returns
None

Definition at line 190 of file IfxScuEru.c.

IFX_EXTERN void IfxScuEru_enableFallingEdgeDetection ( IfxScuEru_InputChannel  inputChannel)

Enables the falling edge of input channel to set the bit INTF x.

Parameters
inputChannelInput channel for input selection and conditioning of trigger or gating functions
Returns
None

Definition at line 206 of file IfxScuEru.c.

IFX_EXTERN void IfxScuEru_enableRisingEdgeDetection ( IfxScuEru_InputChannel  inputChannel)

Enables the rising edge of input channel to set the bit INTF x.

Parameters
inputChannelInput channel for input selection and conditioning of trigger or gating functions
Returns
None

Definition at line 238 of file IfxScuEru.c.

IFX_EXTERN uint32 IfxScuEru_getAllEventFlagsStatus ( void  )

Returns the status of the flags of all input channels.

Returns
All flags Status

Definition at line 270 of file IfxScuEru.c.

IFX_EXTERN boolean IfxScuEru_getEventFlagStatus ( IfxScuEru_InputChannel  inputChannel)

Returns the status of the external event flag of input channel x (INTFx)

Parameters
inputChannelInput channel for input selection and conditioning of trigger or gating functions
Returns
Status (TRUE / FALSE)

Definition at line 276 of file IfxScuEru.c.

IFX_EXTERN uint32 IfxScuEru_getInputChannelConfiguration ( IfxScuEru_InputChannel  inputChannel)

Returns all the configuration for the given input channel x.

Parameters
inputChannelInput channel for input selection and conditioning of trigger or gating functions
Returns
Input channel configuration

Definition at line 283 of file IfxScuEru.c.

IFX_EXTERN void IfxScuEru_setEventFlag ( IfxScuEru_InputChannel  inputChannel)

Sets the external event flag of input channel x (INTFx)

Parameters
inputChannelInput channel for input selection and conditioning of trigger or gating functions
Returns
None

Definition at line 352 of file IfxScuEru.c.