3.25.1 UREF-Driver
3.25.1.1 Module Documentation
3.25.1.1.1 UREF Driver
This is the generated driver header file for the UREF driver.
Module description
This is the generated driver header file for the UREF driver.
Functions
void UREF_Initialize (void)
Initializes the UREF module.
void UREF_Deinitialize (void)
Deinitializes the UREF to POR values.
static void UREF_Enable (void)
This inline function enables UREF module.
static void UREF_Disable (void)
This inline function disables UREF module.
Function Documentation
UREF_Deinitialize()
void UREF_Deinitialize (void )
Deinitializes the UREF to POR values.
none |
none |
UREF_Disable()
inline static void UREF_Disable (void )
This inline function disables UREF module.
none |
none |
UREF_Enable()
inline static void UREF_Enable (void )
This inline function enables UREF module.
The UREF_Initialize function should be called. |
none |
none |
UREF_Initialize()
void UREF_Initialize (void )
Initializes the UREF module.
none |
none |
3.25.1.2 File Documentation
3.25.1.2.1 source/uref.h File Reference
#include <xc.h> #include <stdint.h>
Functions
void UREF_Initialize (void)
Initializes the UREF module.
void UREF_Deinitialize (void)
Deinitializes the UREF to POR values.
static void UREF_Enable (void)
This inline function enables UREF module.
static void UREF_Disable (void)
This inline function disables UREF module.
Detailed Description
UREF Generated Driver Header File