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

Implements APIs for the NVMCTRL (Nonvolatile Memory Controller) driver. More...

#include <stdint.h>
#include <driver_ccp_asm.h>
#include <driver_nvmctrl.h>
#include <xc.h>

Go to the source code of this file.

Functions

void NVMCTRL_ModifyControlC (uint8_t groupMask, uint8_t groupConfig)
 Modifies specific bit field(s) in the CTRLC register.
void NVMCTRL_SetControlD (uint8_t bitmask)
 Sets specific bits in the CTRLD register.
uint8_t NVMCTRL_ReadIntFlagsB (void)
 Reads the INTFLAGSB register value.
void NVMCTRL_WriteIntFlagsB (uint8_t value)
 Overwrites the INTFLAGSB register value.
uint8_t NVMCTRL_ReadStatus (void)
 Reads the STATUS register value.

Detailed Description

Implements APIs for the NVMCTRL (Nonvolatile Memory Controller) driver.

Definition in file driver_nvmctrl.c.