![]() |
FuSa 8-Bit Libraries Safety Framework
|
#include <stdint.h>Go to the source code of this file.
Functions | |
| void | SWDT_WriteControlA (uint8_t value) |
| Overwrites the CTRLA register value. | |
| void | SWDT_SetControlA (uint8_t bitmask) |
| Sets specific bits in the CTRLA register. | |
| void | SWDT_WriteControlB (uint8_t value) |
| Overwrites the CTRLB register value. | |
| void | SWDT_WriteIntControl (uint8_t value) |
| Overwrites the INTCTRL register value. | |
| uint8_t | SWDT_ReadIntFlags (void) |
| Reads the INTFLAGS register value. | |
| void | SWDT_WriteIntFlags (uint8_t value) |
| Overwrites the INTFLAGS register value. | |
| uint8_t | SWDT_ReadCounterLsb (void) |
| Reads the CNT0 register value. | |
| void | SWDT_WriteResetValue (uint32_t value) |
| Overwrites the RESET register value. | |
| void | SWDT_WriteWindowValue (uint16_t value) |
| Overwrites the WINDOW register value. | |
| void | SWDT_WriteCommand (uint8_t value) |
| Overwrites the COMMAND register value. | |