FuSa 8-Bit Libraries Safety Framework
Loading...
Searching...
No Matches
driver_cpuint.h
Go to the documentation of this file.
1
28
29#ifndef DRIVER_CPUINT_H
30#define DRIVER_CPUINT_H
31
32// Standard Library Includes
33#include <stdint.h>
34
40void CPUINT_SetControlA(uint8_t bitmask);
41
47void CPUINT_ClearControlA(uint8_t bitmask);
48
54void CPUINT_WriteIntPriority0(uint8_t value);
55
61void CPUINT_WriteIntPriority1(uint8_t value);
62
63#endif // DRIVER_CPUINT_H
void CPUINT_ClearControlA(uint8_t bitmask)
Clears specific bits in the CTRLA register.
void CPUINT_SetControlA(uint8_t bitmask)
Sets specific bits in the CTRLA register.
void CPUINT_WriteIntPriority0(uint8_t value)
Overwrites the LVL0PRI register value.
void CPUINT_WriteIntPriority1(uint8_t value)
Overwrites the LVL1VEC register value.