![]() |
MAX78000 Peripheral Driver API
Peripheral Driver API for the MAX78000
|
Modules | |
WDT_Registers | |
Data Structures | |
struct | mxc_wdt_cfg_t |
Enumerations | |
enum | mxc_wdt_period_t |
enum | mxc_wdt_int_t |
enum | mxc_wdt_rst_t |
enum | mxc_wdt_mode_t |
enum | mxc_wdt_clock_t |
Functions | |
int | MXC_WDT_Init (mxc_wdt_regs_t *wdt, mxc_wdt_cfg_t *cfg) |
int | MXC_WDT_Shutdown (mxc_wdt_regs_t *wdt) |
void | MXC_WDT_SetIntPeriod (mxc_wdt_regs_t *wdt, mxc_wdt_cfg_t *cfg) |
void | MXC_WDT_SetResetPeriod (mxc_wdt_regs_t *wdt, mxc_wdt_cfg_t *cfg) |
void | MXC_WDT_Enable (mxc_wdt_regs_t *wdt) |
void | MXC_WDT_Disable (mxc_wdt_regs_t *wdt) |
void | MXC_WDT_EnableInt (mxc_wdt_regs_t *wdt) |
void | MXC_WDT_DisableInt (mxc_wdt_regs_t *wdt) |
void | MXC_WDT_EnableReset (mxc_wdt_regs_t *wdt) |
void | MXC_WDT_DisableReset (mxc_wdt_regs_t *wdt) |
void | MXC_WDT_ResetTimer (mxc_wdt_regs_t *wdt) |
int | MXC_WDT_GetResetFlag (mxc_wdt_regs_t *wdt) |
void | MXC_WDT_ClearResetFlag (mxc_wdt_regs_t *wdt) |
int | MXC_WDT_GetIntFlag (mxc_wdt_regs_t *wdt) |
void | MXC_WDT_ClearIntFlag (mxc_wdt_regs_t *wdt) |
int | MXC_WDT_SetClockSource (mxc_wdt_regs_t *wdt, mxc_wdt_clock_t clock_source) |
struct mxc_wdt_cfg_t |
Timer Configuration.
Data Fields | |
mxc_wdt_mode_t | mode |
mxc_wdt_period_t | upperResetPeriod |
mxc_wdt_period_t | lowerResetPeriod |
mxc_wdt_period_t | upperIntPeriod |
mxc_wdt_period_t | lowerIntPeriod |
enum mxc_wdt_period_t |
Watchdog upper limit period enumeration. Used to configure the period of the watchdog interrupt.
void MXC_WDT_ClearIntFlag | ( | mxc_wdt_regs_t * | wdt | ) |
Clears the interrupt flag.
wdt | Pointer to watchdog registers. |
void MXC_WDT_ClearResetFlag | ( | mxc_wdt_regs_t * | wdt | ) |
Clears the reset flag.
wdt | Pointer to watchdog registers. |
void MXC_WDT_Disable | ( | mxc_wdt_regs_t * | wdt | ) |
Disable the watchdog timer.
wdt | Pointer to watchdog registers. |
void MXC_WDT_DisableInt | ( | mxc_wdt_regs_t * | wdt | ) |
Disable the watchdog interrupt.
wdt | Pointer to watchdog registers. |
void MXC_WDT_DisableReset | ( | mxc_wdt_regs_t * | wdt | ) |
Disable the watchdog reset.
wdt | Pointer to watchdog registers. |
void MXC_WDT_Enable | ( | mxc_wdt_regs_t * | wdt | ) |
Enable the watchdog timer.
wdt | Pointer to watchdog registers. |
void MXC_WDT_EnableInt | ( | mxc_wdt_regs_t * | wdt | ) |
Enable the watchdog interrupt.
wdt | Pointer to watchdog registers. |
void MXC_WDT_EnableReset | ( | mxc_wdt_regs_t * | wdt | ) |
Enable the watchdog reset.
wdt | Pointer to watchdog registers. |
int MXC_WDT_GetIntFlag | ( | mxc_wdt_regs_t * | wdt | ) |
Get the status of the interrupt flag.
wdt | Pointer to watchdog registers. |
int MXC_WDT_GetResetFlag | ( | mxc_wdt_regs_t * | wdt | ) |
Get the status of the reset flag.
wdt | Pointer to watchdog registers. |
int MXC_WDT_Init | ( | mxc_wdt_regs_t * | wdt, |
mxc_wdt_cfg_t * | cfg | ||
) |
Initialize the Watchdog Timer.
wdt | Pointer to the watchdog registers |
cfg | watchdog configuration |
void MXC_WDT_ResetTimer | ( | mxc_wdt_regs_t * | wdt | ) |
Reset the watchdog timer.
wdt | Pointer to watchdog registers. |
int MXC_WDT_SetClockSource | ( | mxc_wdt_regs_t * | wdt, |
mxc_wdt_clock_t | clock_source | ||
) |
Sets clock source.
wdt | Pointer to watchdog registers. |
clock_source | Clock source. |
void MXC_WDT_SetIntPeriod | ( | mxc_wdt_regs_t * | wdt, |
mxc_wdt_cfg_t * | cfg | ||
) |
Set the period of the watchdog interrupt.
wdt | Pointer to watchdog registers. |
cfg | watchdog configuration. |
void MXC_WDT_SetResetPeriod | ( | mxc_wdt_regs_t * | wdt, |
mxc_wdt_cfg_t * | cfg | ||
) |
Set the period of the watchdog reset.
wdt | Pointer to watchdog registers. |
cfg | watchdog configuration. |
int MXC_WDT_Shutdown | ( | mxc_wdt_regs_t * | wdt | ) |
Shutdown the Watchdog Timer.
wdt | Pointer to the watchdog registers |