Defines all functions of mcuxClEls_GlitchDetector.
More...
Defines all functions of mcuxClEls_GlitchDetector.
◆ mcuxClEls_GlitchDetector_LoadConfig_Async()
Loads a glitch detector configuration.
Call mcuxClEls_WaitForOperation to complete the operation.
- Parameters
-
- Return values
-
- Returns
- An error code that can be any error code in MCUXCLELS_STATUS_, see individual documentation for more information
◆ mcuxClEls_GlitchDetector_Trim_Async()
Calculates optimal ELS glitch detector configuration and writes it to system memory.
Call mcuxClEls_WaitForOperation to complete the operation.
- Parameters
-
- Return values
-
- Returns
- An error code that can be any error code in MCUXCLELS_STATUS_, see individual documentation for more information
◆ mcuxClEls_GlitchDetector_GetEventCounter()
Reads the glitch detector's event counter.
This function converts the event counter from Gray code to an unsigned number.
- Parameters
-
[in] | Pointer | to the word where the counter value will be stored. |
- Return values
-
- Returns
- An error code that can be any error code in MCUXCLELS_STATUS_, see individual documentation for more information
◆ mcuxClEls_GlitchDetector_ResetEventCounter()
Resets the glitch detector's event counter.
- Return values
-
- Returns
- An error code that can be any error code in MCUXCLELS_STATUS_, see individual documentation for more information