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

Contains API prototypes for the CRCSCAN (Cyclic Redundancy Check Memory Scan) driver. More...

Files

file  driver_crcscan.c
 Implements APIs for the CRCSCAN (Cyclic Redundancy Check Memory Scan) driver.

Functions

uint8_t CRCSCAN_ReadIntFlags (void)
 Reads the INTFLAGS register value.
void CRCSCAN_WriteIntFlags (uint8_t value)
 Overwrites the INTFLAGS register value.
uint8_t CRCSCAN_ReadStatus (void)
 Reads the STATUSA register value.

Detailed Description

Contains API prototypes for the CRCSCAN (Cyclic Redundancy Check Memory Scan) 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

◆ CRCSCAN_ReadIntFlags()

uint8_t CRCSCAN_ReadIntFlags ( void )

Reads the INTFLAGS register value.

Returns
The read value.

Definition at line 29 of file driver_crcscan.c.

◆ CRCSCAN_ReadStatus()

uint8_t CRCSCAN_ReadStatus ( void )

Reads the STATUSA register value.

Returns
The read value.

Definition at line 39 of file driver_crcscan.c.

◆ CRCSCAN_WriteIntFlags()

void CRCSCAN_WriteIntFlags ( uint8_t value)

Overwrites the INTFLAGS register value.

Parameters
valueSpecifies the value to write.

Definition at line 34 of file driver_crcscan.c.