FuSa 8-Bit Libraries Safety Framework
Loading...
Searching...
No Matches
driver_ramctrl.h
Go to the documentation of this file.
1
28
29#ifndef DRIVER_RAMCTRL_H
30#define DRIVER_RAMCTRL_H
31
32// Standard Library Includes
33#include <stdint.h>
34
40uint8_t RAMCTRL_ReadIntFlags(void);
41
47void RAMCTRL_WriteIntFlags(uint8_t value);
48
49#endif // DRIVER_RAMCTRL_H
uint8_t RAMCTRL_ReadIntFlags(void)
Reads the INTFLAGS register value.
void RAMCTRL_WriteIntFlags(uint8_t value)
Overwrites the INTFLAGS register value.