|
Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
|
Callback data provided to function passed to edac_notify_callback_set. More...
#include <zephyr/drivers/edac/edac_mcux_erm.h>
Data Fields | |
| uint8_t | corr_err_count |
| Number of corrected errors. | |
| uint8_t | err_syndrome |
| Syndrome ECC bits for last single bit ECC event. | |
| uint32_t | err_addr |
| Address of last ECC event. | |
| uint32_t | err_status |
| Type of last ECC event. | |
Callback data provided to function passed to edac_notify_callback_set.
| uint8_t edac_nxp_callback_data::corr_err_count |
Number of corrected errors.
| uint32_t edac_nxp_callback_data::err_addr |
Address of last ECC event.
| uint32_t edac_nxp_callback_data::err_status |
Type of last ECC event.
| uint8_t edac_nxp_callback_data::err_syndrome |
Syndrome ECC bits for last single bit ECC event.