Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
edac_nxp_callback_data Struct Reference

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.

Detailed Description

Callback data provided to function passed to edac_notify_callback_set.

Field Documentation

◆ corr_err_count

uint8_t edac_nxp_callback_data::corr_err_count

Number of corrected errors.

◆ err_addr

uint32_t edac_nxp_callback_data::err_addr

Address of last ECC event.

◆ err_status

uint32_t edac_nxp_callback_data::err_status

Type of last ECC event.

◆ err_syndrome

uint8_t edac_nxp_callback_data::err_syndrome

Syndrome ECC bits for last single bit ECC event.


The documentation for this struct was generated from the following file: