S32 SDK
ewm_driver.c File Reference
#include "ewm_driver.h"

Go to the source code of this file.

Functions

External Watchdog Monitor Driver
status_t EWM_DRV_Init (uint32_t instance, const ewm_init_config_t *config)
 Init EWM. This method initializes EWM instance to the configuration from the passed structure. The user must make sure that the clock is enabled. This is the only method needed to be called to start the module. More...
 
void EWM_DRV_GetDefaultConfig (ewm_init_config_t *config)
 Init configuration structure to default values. More...
 
void EWM_DRV_Refresh (uint32_t instance)
 Refresh EWM. This method needs to be called within the window period specified by the Compare Low and Compare High registers. More...
 

Variables

static EWM_Type *const g_ewmBase [] = EWM_BASE_PTRS
 

Variable Documentation

EWM_Type* const g_ewmBase[] = EWM_BASE_PTRS
static

Definition at line 42 of file ewm_driver.c.