FuSa 8-Bit Libraries Safety Framework
Loading...
Searching...
No Matches
midware_shared_diag_private.h
Go to the documentation of this file.
1
29
30#ifndef MIDWARE_SHARED_DIAG_PRIVATE_H
31#define MIDWARE_SHARED_DIAG_PRIVATE_H
32
33// Standard Library Includes
34#include <stdbool.h>
35#include <stdint.h>
36
53void AtomicSectionStart(void);
54
68void AtomicSectionEnd(void);
69
84bool IsErrChConfigurable(uint32_t channelMask);
85
86#endif // MIDWARE_SHARED_DIAG_PRIVATE_H
void AtomicSectionStart(void)
Backup and disable global interrupts.
void AtomicSectionEnd(void)
Restore global interrupts if previously enabled.
bool IsErrChConfigurable(uint32_t channelMask)
Check Error Controller state and error channels indicated by the channel mask input.