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

Implements APIs for the BODCTRL (Brown-out Detector Control) driver. More...

#include <driver_bodctrl.h>
#include <xc.h>

Go to the source code of this file.

Functions

void BODCTRL_WriteVlmControlA (uint8_t value)
 Overwrites the VLMCTRLA register value.
void BODCTRL_SetIntControl (uint8_t bitmask)
 Sets specific bits in the INTCTRL register.
void BODCTRL_ModifyIntControl (uint8_t groupMask, uint8_t groupConfig)
 Modifies specific bit field(s) in the INTCTRL register.
uint8_t BODCTRL_ReadIntFlags (void)
 Reads the INTFLAGS register value.
void BODCTRL_WriteIntFlags (uint8_t value)
 Overwrites the INTFLAGS register value.

Detailed Description

Implements APIs for the BODCTRL (Brown-out Detector Control) driver.

Definition in file driver_bodctrl.c.