ELS header for controlling the glitch detector. More...
Go to the source code of this file.
Macros | |
#define | MCUXCLELS_GLITCHDETECTOR_CFG_SIZE |
Glitch detector configuration size. | |
#define | MCUXCLELS_GLITCHDETECTOR_TRIM_SIZE |
Glitch detector trim value size. | |
Functions | |
MCUXCLELS_API mcuxClEls_Status_t | mcuxClEls_GlitchDetector_LoadConfig_Async (uint8_t const *pInput) |
Loads a glitch detector configuration. | |
MCUXCLELS_API mcuxClEls_Status_t | mcuxClEls_GlitchDetector_Trim_Async (uint8_t *pOutput) |
Calculates optimal ELS glitch detector configuration and writes it to system memory. | |
MCUXCLELS_API mcuxClEls_Status_t | mcuxClEls_GlitchDetector_GetEventCounter (uint8_t *pCount) |
Reads the glitch detector's event counter. | |
MCUXCLELS_API mcuxClEls_Status_t | mcuxClEls_GlitchDetector_ResetEventCounter (void) |
Resets the glitch detector's event counter. | |
ELS header for controlling the glitch detector.
This header exposes functions that configure the ELS glitch detector.