FuSa 8-Bit Libraries Safety Framework
Loading...
Searching...
No Matches
driver_cpuint.c File Reference

Implements APIs for the CPUINT (CPU Interrupt Controller) driver. More...

#include <driver_ccp_asm.h>
#include <driver_cpuint.h>
#include <xc.h>

Go to the source code of this file.

Functions

void CPUINT_SetControlA (uint8_t bitmask)
 Sets specific bits in the CTRLA register.
void CPUINT_ClearControlA (uint8_t bitmask)
 Clears 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.

Detailed Description

Implements APIs for the CPUINT (CPU Interrupt Controller) driver.

Definition in file driver_cpuint.c.