FuSa 8-Bit Libraries Safety Framework
Loading...
Searching...
No Matches
RAMCTRL Driver

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.

Detailed Description

Contains API prototypes for the RAMCTRL (RAM Controller) driver.

Version
1.0.0-alpha.1

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.

UML Class Diagrams

Function Documentation

◆ RAMCTRL_ReadIntFlags()

uint8_t RAMCTRL_ReadIntFlags ( void )

Reads the INTFLAGS register value.

Returns
The read value.

Definition at line 30 of file driver_ramctrl.c.

◆ RAMCTRL_WriteIntFlags()

void RAMCTRL_WriteIntFlags ( uint8_t value)

Overwrites the INTFLAGS register value.

Parameters
valueSpecifies the value to write.

Definition at line 35 of file driver_ramctrl.c.