![]() |
FuSa 8-Bit Libraries Safety Framework
|
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. | |
Contains API prototypes for the CRCSCAN (Cyclic Redundancy Check Memory Scan) 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 CRCSCAN_ReadIntFlags | ( | void | ) |
Reads the INTFLAGS register value.
Definition at line 29 of file driver_crcscan.c.
| uint8_t CRCSCAN_ReadStatus | ( | void | ) |
Reads the STATUSA register value.
Definition at line 39 of file driver_crcscan.c.
| void CRCSCAN_WriteIntFlags | ( | uint8_t | value | ) |
Overwrites the INTFLAGS register value.
| value | Specifies the value to write. |
Definition at line 34 of file driver_crcscan.c.