Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
edac_mcux_erm.h
Go to the documentation of this file.
1/*
2 * Copyright 2025 NXP
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
12
13#ifndef ZEPHYR_DRIVERS_EDAC_NXP_ERM_H_
14#define ZEPHYR_DRIVERS_EDAC_NXP_ERM_H_
15
22
34
36
37#endif /* ZEPHYR_DRIVERS_EDAC_NXP_ERM_H_ */
__UINT32_TYPE__ uint32_t
Definition stdint.h:90
__UINT8_TYPE__ uint8_t
Definition stdint.h:88
Callback data provided to function passed to edac_notify_callback_set.
Definition edac_mcux_erm.h:24
uint32_t err_addr
Address of last ECC event.
Definition edac_mcux_erm.h:30
uint8_t err_syndrome
Syndrome ECC bits for last single bit ECC event.
Definition edac_mcux_erm.h:28
uint32_t err_status
Type of last ECC event.
Definition edac_mcux_erm.h:32
uint8_t corr_err_count
Number of corrected errors.
Definition edac_mcux_erm.h:26