FuSa 8-Bit Libraries Safety Framework
Loading...
Searching...
No Matches
driver_rstctrl.h
Go to the documentation of this file.
1
28
29#ifndef DRIVER_RSTCTRL_H
30#define DRIVER_RSTCTRL_H
31
32// Standard Library Includes
33#include <stdint.h>
34
41
47void RSTCTRL_WriteResetFlagRegister(uint8_t value);
48
54void RSTCTRL_WriteSoftwareResetRegister(uint8_t value);
55
62
68void RSTCTRL_WriteMachineCheckFlagsA(uint8_t value);
69
76
82void RSTCTRL_WriteMachineCheckFlagsB(uint8_t value);
83
84#endif // DRIVER_RSTCTRL_H
uint8_t RSTCTRL_ReadResetFlagRegister(void)
Reads the RSTFR register value.
uint8_t RSTCTRL_ReadMachineCheckFlagsA(void)
Reads the MCFLAGSA register value.
void RSTCTRL_WriteMachineCheckFlagsA(uint8_t value)
Overwrites the MCFLAGSA register value.
uint8_t RSTCTRL_ReadMachineCheckFlagsB(void)
Reads the MCFLAGSB register value.
void RSTCTRL_WriteMachineCheckFlagsB(uint8_t value)
Overwrites the MCFLAGSB register value.
void RSTCTRL_WriteResetFlagRegister(uint8_t value)
Overwrites the RSTFR register value.
void RSTCTRL_WriteSoftwareResetRegister(uint8_t value)
Overwrites the SWRR register value.