FuSa 8-Bit Libraries Safety Framework
Loading...
Searching...
No Matches
driver_crcscan.h
Go to the documentation of this file.
1
28
29#ifndef DRIVER_CRCSCAN_H
30#define DRIVER_CRCSCAN_H
31
32// Standard Library Includes
33#include <stdint.h>
34
40uint8_t CRCSCAN_ReadIntFlags(void);
41
47void CRCSCAN_WriteIntFlags(uint8_t value);
48
54uint8_t CRCSCAN_ReadStatus(void);
55
56#endif // DRIVER_CRCSCAN_H
uint8_t CRCSCAN_ReadStatus(void)
Reads the STATUSA register value.
void CRCSCAN_WriteIntFlags(uint8_t value)
Overwrites the INTFLAGS register value.
uint8_t CRCSCAN_ReadIntFlags(void)
Reads the INTFLAGS register value.