FuSa 8-Bit Libraries Safety Framework
Loading...
Searching...
No Matches
driver_bodctrl.h
Go to the documentation of this file.
1
28
29#ifndef DRIVER_BODCTRL_H
30#define DRIVER_BODCTRL_H
31
32// Standard Library Includes
33#include <stdint.h>
34
40void BODCTRL_WriteVlmControlA(uint8_t value);
41
47void BODCTRL_SetIntControl(uint8_t bitmask);
48
55void BODCTRL_ModifyIntControl(uint8_t groupMask, uint8_t groupConfig);
56
62uint8_t BODCTRL_ReadIntFlags(void);
63
69void BODCTRL_WriteIntFlags(uint8_t value);
70
71#endif // DRIVER_BODCTRL_H
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_WriteIntFlags(uint8_t value)
Overwrites the INTFLAGS register value.
uint8_t BODCTRL_ReadIntFlags(void)
Reads the INTFLAGS register value.
void BODCTRL_ModifyIntControl(uint8_t groupMask, uint8_t groupConfig)
Modifies specific bit field(s) in the INTCTRL register.