Lines Matching +full:no +full:- +full:error +full:- +full:irq
3 In Band Error Correction Code (IBECC)
12 The In-Band Error Correction Code (IBECC) improves reliability by providing
13 error detection and correction. IBECC can work for all or for specific regions
15 not support the out-of-band ECC.
22 There is a debug feature IBECC Error Injection which helps to debug and verify
44 Due to high security risk Error Injection capability should not be enabled for
45 production. Error Injection is only enabled for tests.
52 * Error Address
54 * Error Syndrome
56 * Error Type
58 * Correctable Error (CE) - error is detected and corrected by IBECC module.
60 * Uncorrectable Error (UE) - error is detected by IBECC module and not
63 The IBECC driver provides error type for the higher-level application to
64 implement desired policy with respect for handling those memory errors. Error
65 syndrome is not used in the IBECC driver but provided to higher-level
73 that no locking mechanism can protect code against an NMI happening. Zephyr's
74 IPC mechanisms universally use local IRQ locking as the base layer for all
75 higher-level synchronization primitives. So, you cannot share anything that is