![]() |
FuSa 8-Bit Libraries Safety Framework
|
Contains API prototypes for the RAMCTRL (RAM Controller) driver. More...
Files | |
| file | driver_ramctrl.c |
| Implements APIs for the RAMCTRL (RAM Controller) driver. | |
Functions | |
| uint8_t | RAMCTRL_ReadIntFlags (void) |
| Reads the INTFLAGS register value. | |
| void | RAMCTRL_WriteIntFlags (uint8_t value) |
| Overwrites the INTFLAGS register value. | |
Contains API prototypes for the RAMCTRL (RAM Controller) driver.
These APIs provide direct register access and have no functional knowledge of the register interface. No input or output validation is performed in the drivers. It is the responsibility of the calling function to use them correctly according to the register interface specification.
| uint8_t RAMCTRL_ReadIntFlags | ( | void | ) |
Reads the INTFLAGS register value.
Definition at line 30 of file driver_ramctrl.c.
| void RAMCTRL_WriteIntFlags | ( | uint8_t | value | ) |
Overwrites the INTFLAGS register value.
| value | Specifies the value to write. |
Definition at line 35 of file driver_ramctrl.c.